JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v2.3.7.RELEASE) 2022-05-20T18:40:29.545Z||main|||||INFO|500||The following profiles are active: basic 2022-05-20T18:40:39.337Z||main|||||INFO|500||Starting service [Tomcat] 2022-05-20T18:40:39.338Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-05-20T18:40:39.419Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-05-20T18:40:41.754Z||main|||||INFO|500||catdb-pool - Starting... 2022-05-20T18:40:41.933Z||main|||||INFO|500||catdb-pool - Start completed. 2022-05-20T18:40:42.281Z||main|||||INFO|500||reqdb-pool - Starting... 2022-05-20T18:40:42.288Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-05-20T18:40:42.411Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-05-20T18:40:42.611Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-05-20T18:40:42.963Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-05-20T18:40:43.897Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-05-20T18:40:45.695Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-05-20T18:40:45.739Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-05-20T18:40:46.185Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-05-20T18:40:46.402Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly. 2022-05-20T18:40:47.447Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-05-20T18:40:48.423Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-05-20T18:40:48.440Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at java.base/sun.net.NetworkClient.doConnect(Unknown Source) at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source) at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source) at java.base/sun.net.www.http.HttpClient.(Unknown Source) at java.base/sun.net.www.http.HttpClient.New(Unknown Source) at java.base/sun.net.www.http.HttpClient.New(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source) at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155) at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70) at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$8b4e7d66.deployActivities() at org.onap.so.asdc.Application.deployActivities(Application.java:52) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551) at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750) at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405) at org.springframework.boot.SpringApplication.run(SpringApplication.java:315) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226) at org.onap.so.asdc.Application.main(Application.java:60) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49) at org.springframework.boot.loader.Launcher.launch(Launcher.java:107) at org.springframework.boot.loader.Launcher.launch(Launcher.java:58) at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88) 2022-05-20T18:40:48.441Z||main|||||WARN|500||The sdc end point is not alive 2022-05-20T18:40:51.309Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning 2022-05-20T18:40:53.962Z||main|||||WARN|500||--- 2022-05-20T18:40:53.962Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-05-20T18:40:53.962Z||main|||||WARN|500||--- 2022-05-20T18:40:54.368Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-05-20T18:40:58.716Z||main|||||INFO|500||Started Application in 33.615 seconds (JVM running for 34.775) 2022-05-20T18:40:58.730Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-05-20T18:40:58.731Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-05-20T18:40:58.740Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-05-20T18:40:58.805Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-05-20T18:40:58.910Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 809285d6-62de-42ff-a2fa-baf71131705c url= /sdc/v1/artifactTypes 2022-05-20T18:40:58.911Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-05-20T18:40:59.990Z||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.16.138] 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$$be47deda.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 50 common frames omitted 2022-05-20T18:40:59.995Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@74042601 2022-05-20T18:40:59.995Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-05-20T18:41:00.008Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-05-20T18:41:00.010Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-05-20T18:41:00.012Z||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$$be47deda.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 33 common frames omitted 2022-05-20T18:41:48.710Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-05-20T18:41:48.711Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-05-20T18:41:48.712Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-05-20T18:41:48.717Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-05-20T18:41:48.724Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3d5935a1-cd87-445d-bca6-ece5703ff7aa url= /sdc/v1/artifactTypes 2022-05-20T18:41:48.725Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-05-20T18:41:49.751Z||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.16.138] 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$$be47deda.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 50 common frames omitted 2022-05-20T18:41:49.752Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@78b30f45 2022-05-20T18:41:49.753Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-05-20T18:41:49.753Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-05-20T18:41:49.754Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-05-20T18:41:49.754Z||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$$be47deda.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 33 common frames omitted 2022-05-20T18:42:38.711Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-05-20T18:42:38.712Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-05-20T18:42:38.713Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-05-20T18:42:38.719Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-05-20T18:42:38.722Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 77dc9f88-bcce-4dd3-8e41-5ac68daee63a url= /sdc/v1/artifactTypes 2022-05-20T18:42:38.722Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-05-20T18:42:39.734Z||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.16.138] 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$$be47deda.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 50 common frames omitted 2022-05-20T18:42:39.736Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@579fa60 2022-05-20T18:42:39.736Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-05-20T18:42:39.737Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-05-20T18:42:39.737Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-05-20T18:42:39.738Z||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$$be47deda.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 33 common frames omitted 2022-05-20T18:43:28.710Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-05-20T18:43:28.711Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-05-20T18:43:28.712Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-05-20T18:43:28.716Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-05-20T18:43:28.726Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3842bf33-1571-4118-860f-9dbc55dc04fd url= /sdc/v1/artifactTypes 2022-05-20T18:43:28.727Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-05-20T18:43:29.750Z||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.16.138] 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$$be47deda.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 49 common frames omitted 2022-05-20T18:43:29.751Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7ba6961f 2022-05-20T18:43:29.752Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-05-20T18:43:29.752Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-05-20T18:43:29.752Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-05-20T18:43:29.753Z||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$$be47deda.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 32 common frames omitted 2022-05-20T18:44:18.711Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-05-20T18:44:18.712Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-05-20T18:44:18.712Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-05-20T18:44:18.714Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-05-20T18:44:18.720Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7d20b865-c6f9-4fa8-85c1-70c8e430462c url= /sdc/v1/artifactTypes 2022-05-20T18:44:18.720Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-05-20T18:44:19.765Z||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.16.138] 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$$be47deda.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 49 common frames omitted 2022-05-20T18:44:19.766Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@15b92293 2022-05-20T18:44:19.767Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-05-20T18:44:19.767Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-05-20T18:44:19.767Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-05-20T18:44:19.768Z||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$$be47deda.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 32 common frames omitted 2022-05-20T18:45:08.710Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-05-20T18:45:08.711Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-05-20T18:45:08.711Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-05-20T18:45:08.716Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-05-20T18:45:08.721Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3c938da1-180e-4589-853a-51b9965be725 url= /sdc/v1/artifactTypes 2022-05-20T18:45:08.721Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-05-20T18:45:09.750Z||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.16.138] 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$$be47deda.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 49 common frames omitted 2022-05-20T18:45:09.751Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2a249a0f 2022-05-20T18:45:09.752Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-05-20T18:45:09.752Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-05-20T18:45:09.753Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-05-20T18:45:09.753Z||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$$be47deda.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 32 common frames omitted 2022-05-20T18:45:58.719Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-05-20T18:45:58.723Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-05-20T18:45:58.723Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-05-20T18:45:58.728Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-05-20T18:45:58.737Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 760b8be7-7fb3-4500-b164-57cf3b9002cc url= /sdc/v1/artifactTypes 2022-05-20T18:45:58.738Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-05-20T18:45:59.764Z||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.16.138] 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$$be47deda.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 49 common frames omitted 2022-05-20T18:45:59.765Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4fd1d669 2022-05-20T18:45:59.765Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-05-20T18:45:59.766Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-05-20T18:45:59.766Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-05-20T18:45:59.767Z||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$$be47deda.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 32 common frames omitted 2022-05-20T18:46:48.711Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-05-20T18:46:48.712Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-05-20T18:46:48.712Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-05-20T18:46:48.716Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-05-20T18:46:48.722Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 9e64f977-2d9a-4d2b-9667-f52075f52e04 url= /sdc/v1/artifactTypes 2022-05-20T18:46:48.723Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-05-20T18:46:49.750Z||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.16.138] 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$$be47deda.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 49 common frames omitted 2022-05-20T18:46:49.750Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7be6032a 2022-05-20T18:46:49.750Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-05-20T18:46:49.751Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-05-20T18:46:49.751Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-05-20T18:46:49.751Z||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$$be47deda.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 32 common frames omitted 2022-05-20T18:47:38.711Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-05-20T18:47:38.712Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-05-20T18:47:38.712Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-05-20T18:47:38.716Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-05-20T18:47:38.719Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2d9c02d8-ebfd-4809-bdf1-f2b632c7a26b url= /sdc/v1/artifactTypes 2022-05-20T18:47:38.721Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-05-20T18:47:39.766Z||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.16.138] 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$$be47deda.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 49 common frames omitted 2022-05-20T18:47:39.767Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2c69450a 2022-05-20T18:47:39.767Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-05-20T18:47:39.768Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-05-20T18:47:39.768Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-05-20T18:47:39.769Z||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$$be47deda.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 32 common frames omitted 2022-05-20T18:48:28.710Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-05-20T18:48:28.711Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-05-20T18:48:28.711Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-05-20T18:48:28.715Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-05-20T18:48:28.722Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ae4e9147-0c97-48d6-b592-8cd877a0f535 url= /sdc/v1/artifactTypes 2022-05-20T18:48:28.723Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-05-20T18:48:29.755Z||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.16.138] 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$$be47deda.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 49 common frames omitted 2022-05-20T18:48:29.755Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5d71ab21 2022-05-20T18:48:29.755Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-05-20T18:48:29.756Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-05-20T18:48:29.756Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-05-20T18:48:29.756Z||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$$be47deda.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 32 common frames omitted 2022-05-20T18:49:18.710Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-05-20T18:49:18.711Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-05-20T18:49:18.711Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-05-20T18:49:18.715Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-05-20T18:49:18.721Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c8ce074b-549d-4c44-b7fc-32ff7824ddcb url= /sdc/v1/artifactTypes 2022-05-20T18:49:18.721Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-05-20T18:49:19.766Z||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.16.138] 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$$be47deda.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 49 common frames omitted 2022-05-20T18:49:19.767Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@69e86e27 2022-05-20T18:49:19.767Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-05-20T18:49:19.767Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-05-20T18:49:19.768Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-05-20T18:49:19.768Z||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$$be47deda.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 32 common frames omitted 2022-05-20T18:50:08.710Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-05-20T18:50:08.711Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-05-20T18:50:08.711Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-05-20T18:50:08.714Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-05-20T18:50:08.718Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= fbbefa8b-6105-49ae-bedd-05938f642967 url= /sdc/v1/artifactTypes 2022-05-20T18:50:08.718Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-05-20T18:50:09.750Z||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.16.138] 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$$be47deda.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 49 common frames omitted 2022-05-20T18:50:09.750Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@575733f3 2022-05-20T18:50:09.751Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-05-20T18:50:09.751Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-05-20T18:50:09.751Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-05-20T18:50:09.752Z||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$$be47deda.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 32 common frames omitted 2022-05-20T18:50:17.490Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-05-20T18:50:58.710Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-05-20T18:50:58.710Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-05-20T18:50:58.711Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-05-20T18:50:58.713Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-05-20T18:50:58.720Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 174330ed-32d5-4b40-849f-bd472b666042 url= /sdc/v1/artifactTypes 2022-05-20T18:50:58.721Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-05-20T18:50:59.732Z||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.16.138] 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$$be47deda.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 49 common frames omitted 2022-05-20T18:50:59.733Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@449b7e31 2022-05-20T18:50:59.733Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-05-20T18:50:59.734Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-05-20T18:50:59.734Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-05-20T18:50:59.735Z||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$$be47deda.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 32 common frames omitted 2022-05-20T18:51:48.711Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-05-20T18:51:48.712Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-05-20T18:51:48.712Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-05-20T18:51:48.715Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-05-20T18:51:48.723Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 045fd770-711e-42da-af1c-e9daac6bb3b5 url= /sdc/v1/artifactTypes 2022-05-20T18:51:48.723Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-05-20T18:51:49.753Z||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.16.138] 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$$be47deda.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 49 common frames omitted 2022-05-20T18:51:49.754Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4e5bbd1d 2022-05-20T18:51:49.754Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-05-20T18:51:49.755Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-05-20T18:51:49.755Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-05-20T18:51:49.756Z||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$$be47deda.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 32 common frames omitted 2022-05-20T18:52:38.711Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-05-20T18:52:38.712Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-05-20T18:52:38.712Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-05-20T18:52:38.715Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-05-20T18:52:38.719Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4c5be7af-6763-4af1-8fa8-72bb2e818a63 url= /sdc/v1/artifactTypes 2022-05-20T18:52:38.720Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-05-20T18:52:39.734Z||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.16.138] 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$$be47deda.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 49 common frames omitted 2022-05-20T18:52:39.735Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@65ebcb9e 2022-05-20T18:52:39.736Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-05-20T18:52:39.736Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-05-20T18:52:39.736Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-05-20T18:52:39.737Z||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$$be47deda.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 32 common frames omitted 2022-05-20T18:53:28.711Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-05-20T18:53:28.711Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-05-20T18:53:28.712Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-05-20T18:53:28.714Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-05-20T18:53:28.721Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 855b048a-c16b-4ee1-898b-2df624b73518 url= /sdc/v1/artifactTypes 2022-05-20T18:53:28.722Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-05-20T18:53:29.750Z||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.16.138] 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$$be47deda.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 49 common frames omitted 2022-05-20T18:53:29.751Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6defb2b9 2022-05-20T18:53:29.751Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-05-20T18:53:29.752Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-05-20T18:53:29.752Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-05-20T18:53:29.752Z||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$$be47deda.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 32 common frames omitted 2022-05-20T18:54:18.710Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-05-20T18:54:18.711Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-05-20T18:54:18.711Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-05-20T18:54:18.713Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-05-20T18:54:18.720Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f3755d49-8f27-42e9-946d-ca9a2114a04c url= /sdc/v1/artifactTypes 2022-05-20T18:54:18.720Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-05-20T18:54:19.765Z||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.16.138] 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$$be47deda.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 2022-05-20T18:54:19.766Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7e8db438 2022-05-20T18:54:19.766Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-05-20T18:54:19.766Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-05-20T18:54:19.766Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-05-20T18:54:19.767Z||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$$be47deda.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 2022-05-20T18:55:08.710Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-05-20T18:55:08.710Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-05-20T18:55:08.711Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-05-20T18:55:08.714Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-05-20T18:55:08.718Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6db4a613-7a37-4b1d-81a6-75948ddcd272 url= /sdc/v1/artifactTypes 2022-05-20T18:55:08.718Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-05-20T18:55:09.751Z||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.16.138] 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$$be47deda.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 2022-05-20T18:55:09.751Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@37fcf77f 2022-05-20T18:55:09.751Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-05-20T18:55:09.751Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-05-20T18:55:09.752Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-05-20T18:55:09.752Z||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$$be47deda.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 2022-05-20T18:55:58.710Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-05-20T18:55:58.710Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-05-20T18:55:58.711Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-05-20T18:55:58.713Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-05-20T18:55:58.717Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 575a59af-fbd8-491e-89f2-064cda1641d7 url= /sdc/v1/artifactTypes 2022-05-20T18:55:58.718Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-05-20T18:55:59.770Z||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.16.138] 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$$be47deda.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 2022-05-20T18:55:59.770Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3698a991 2022-05-20T18:55:59.771Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-05-20T18:55:59.771Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-05-20T18:55:59.772Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-05-20T18:55:59.772Z||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$$be47deda.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 2022-05-20T18:56:48.711Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-05-20T18:56:48.712Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-05-20T18:56:48.712Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-05-20T18:56:48.716Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-05-20T18:56:48.723Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 80c4bebf-e820-4095-ad65-cc2f17fed6f7 url= /sdc/v1/artifactTypes 2022-05-20T18:56:48.723Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-05-20T18:56:49.751Z||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.16.138] 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$$be47deda.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 2022-05-20T18:56:49.752Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@a992eb1 2022-05-20T18:56:49.753Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-05-20T18:56:49.753Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-05-20T18:56:49.753Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-05-20T18:56:49.754Z||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$$be47deda.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 2022-05-20T18:57:38.710Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-05-20T18:57:38.711Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-05-20T18:57:38.711Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-05-20T18:57:38.715Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-05-20T18:57:38.719Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c258c733-2427-40e8-b6ba-c647011c93be url= /sdc/v1/artifactTypes 2022-05-20T18:57:38.720Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-05-20T18:57:39.733Z||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.16.138] 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$$be47deda.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 2022-05-20T18:57:39.734Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5eac066 2022-05-20T18:57:39.734Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-05-20T18:57:39.734Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-05-20T18:57:39.735Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-05-20T18:57:39.735Z||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$$be47deda.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 2022-05-20T18:58:28.710Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-05-20T18:58:28.711Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-05-20T18:58:28.711Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-05-20T18:58:28.714Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-05-20T18:58:28.719Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b6c601e8-5001-499b-a90a-13131f8aa55e url= /sdc/v1/artifactTypes 2022-05-20T18:58:28.720Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-05-20T18:58:29.750Z||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.16.138] 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$$be47deda.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 2022-05-20T18:58:29.751Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@521e60bd 2022-05-20T18:58:29.751Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-05-20T18:58:29.752Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-05-20T18:58:29.752Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-05-20T18:58:29.752Z||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$$be47deda.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 2022-05-20T18:59:18.710Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-05-20T18:59:18.710Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-05-20T18:59:18.710Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-05-20T18:59:18.712Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-05-20T18:59:18.716Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= df69788f-c33f-4ecf-b411-c2ba7f1ee669 url= /sdc/v1/artifactTypes 2022-05-20T18:59:18.716Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-05-20T18:59:19.738Z||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.16.138] 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$$be47deda.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 2022-05-20T18:59:19.739Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3a64ab66 2022-05-20T18:59:19.739Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-05-20T18:59:19.740Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-05-20T18:59:19.740Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-05-20T18:59:19.740Z||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$$be47deda.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 2022-05-20T19:00:08.710Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-05-20T19:00:08.711Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-05-20T19:00:08.711Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-05-20T19:00:08.714Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-05-20T19:00:08.717Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 40c7d533-5dce-4567-ba83-2fe789d6d438 url= /sdc/v1/artifactTypes 2022-05-20T19:00:08.718Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-05-20T19:00:09.753Z||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.16.138] 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$$be47deda.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 2022-05-20T19:00:09.753Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@64112bf7 2022-05-20T19:00:09.754Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-05-20T19:00:09.754Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-05-20T19:00:09.754Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-05-20T19:00:09.755Z||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$$be47deda.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 2022-05-20T19:00:58.710Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-05-20T19:00:58.710Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-05-20T19:00:58.711Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-05-20T19:00:58.713Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-05-20T19:00:58.718Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 668d61ce-6e38-472b-a630-cfaee57efd69 url= /sdc/v1/artifactTypes 2022-05-20T19:00:58.718Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-05-20T19:00:59.734Z||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.16.138] 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$$be47deda.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 2022-05-20T19:00:59.735Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5e115ab6 2022-05-20T19:00:59.735Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-05-20T19:00:59.736Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-05-20T19:00:59.736Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-05-20T19:00:59.736Z||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$$be47deda.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 2022-05-20T19:01:48.710Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-05-20T19:01:48.711Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-05-20T19:01:48.711Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-05-20T19:01:48.713Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-05-20T19:01:48.719Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 908f2b2a-ebcf-4353-827c-965dd2249b04 url= /sdc/v1/artifactTypes 2022-05-20T19:01:48.719Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-05-20T19:01:49.748Z||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.16.138] 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$$be47deda.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 2022-05-20T19:01:49.748Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2ce6136a 2022-05-20T19:01:49.749Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-05-20T19:01:49.749Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-05-20T19:01:49.749Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-05-20T19:01:49.749Z||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$$be47deda.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 2022-05-20T19:02:38.710Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-05-20T19:02:38.710Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-05-20T19:02:38.711Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-05-20T19:02:38.713Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-05-20T19:02:38.718Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 00afeb88-e16a-4c49-b045-6ab2f6a39a3a url= /sdc/v1/artifactTypes 2022-05-20T19:02:38.718Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-05-20T19:02:39.733Z||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.16.138] 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$$be47deda.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 2022-05-20T19:02:39.734Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@52e459c 2022-05-20T19:02:39.734Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-05-20T19:02:39.734Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-05-20T19:02:39.734Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-05-20T19:02:39.735Z||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$$be47deda.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 2022-05-20T19:03:28.711Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-05-20T19:03:28.711Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-05-20T19:03:28.712Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-05-20T19:03:28.715Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-05-20T19:03:28.720Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3c1ca84c-1a38-449f-a65e-81f2da7348da url= /sdc/v1/artifactTypes 2022-05-20T19:03:28.720Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-05-20T19:03:29.750Z||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.16.138] 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$$be47deda.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 2022-05-20T19:03:29.750Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6dd4bed8 2022-05-20T19:03:29.750Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-05-20T19:03:29.751Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-05-20T19:03:29.751Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-05-20T19:03:29.752Z||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$$be47deda.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 2022-05-20T19:04:18.710Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-05-20T19:04:18.711Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-05-20T19:04:18.711Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-05-20T19:04:18.714Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-05-20T19:04:18.720Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c52e1ae4-0f9b-4c8d-a887-46c2e583c67b url= /sdc/v1/artifactTypes 2022-05-20T19:04:18.720Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-05-20T19:04:19.733Z||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.16.138] 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$$be47deda.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 2022-05-20T19:04:19.733Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4fc49676 2022-05-20T19:04:19.733Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-05-20T19:04:19.734Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-05-20T19:04:19.734Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-05-20T19:04:19.734Z||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$$be47deda.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 2022-05-20T19:05:08.711Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-05-20T19:05:08.711Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-05-20T19:05:08.711Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-05-20T19:05:08.714Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-05-20T19:05:08.724Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d583adf5-52f6-45f3-a8b5-db663d13121a url= /sdc/v1/artifactTypes 2022-05-20T19:05:08.725Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-05-20T19:05:09.749Z||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.16.138] 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$$be47deda.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 2022-05-20T19:05:09.750Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@60f089d4 2022-05-20T19:05:09.750Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-05-20T19:05:09.750Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-05-20T19:05:09.750Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-05-20T19:05:09.750Z||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$$be47deda.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 2022-05-20T19:05:58.710Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-05-20T19:05:58.711Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-05-20T19:05:58.711Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-05-20T19:05:58.713Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-05-20T19:05:58.719Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4c6fa849-fc54-45b8-aeaa-7678dc9cfe6e url= /sdc/v1/artifactTypes 2022-05-20T19:05:58.719Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-05-20T19:05:59.734Z||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.16.138] 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$$be47deda.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 2022-05-20T19:05:59.734Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@73ca1000 2022-05-20T19:05:59.735Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-05-20T19:05:59.735Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-05-20T19:05:59.735Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-05-20T19:05:59.736Z||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$$be47deda.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 2022-05-20T19:06:48.710Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-05-20T19:06:48.711Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-05-20T19:06:48.711Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-05-20T19:06:48.714Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-05-20T19:06:48.719Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4a1114de-71bd-48f2-8eb0-1782a0960647 url= /sdc/v1/artifactTypes 2022-05-20T19:06:48.720Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-05-20T19:06:49.750Z||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.16.138] 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$$be47deda.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 2022-05-20T19:06:49.750Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@249dc6db 2022-05-20T19:06:49.750Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-05-20T19:06:49.750Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-05-20T19:06:49.751Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-05-20T19:06:49.751Z||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$$be47deda.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 2022-05-20T19:07:38.710Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-05-20T19:07:38.710Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-05-20T19:07:38.711Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-05-20T19:07:38.713Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-05-20T19:07:38.717Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4dfef0e8-5bbe-48a5-9496-e69757eaaa4a url= /sdc/v1/artifactTypes 2022-05-20T19:07:38.717Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-05-20T19:07:39.734Z||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.16.138] 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$$be47deda.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 2022-05-20T19:07:39.734Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@40f75622 2022-05-20T19:07:39.734Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-05-20T19:07:39.735Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-05-20T19:07:39.735Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-05-20T19:07:39.735Z||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$$be47deda.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 2022-05-20T19:08:28.710Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-05-20T19:08:28.710Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-05-20T19:08:28.711Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-05-20T19:08:28.713Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-05-20T19:08:28.720Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2f3fd0af-8468-4326-8ac2-3b9ae90cabac url= /sdc/v1/artifactTypes 2022-05-20T19:08:28.720Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-05-20T19:08:29.749Z||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.16.138] 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$$be47deda.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 2022-05-20T19:08:29.749Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3439a6dc 2022-05-20T19:08:29.750Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-05-20T19:08:29.751Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-05-20T19:08:29.751Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-05-20T19:08:29.752Z||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$$be47deda.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 2022-05-20T19:09:18.710Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-05-20T19:09:18.711Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-05-20T19:09:18.711Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-05-20T19:09:18.713Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-05-20T19:09:18.718Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 61a95554-2267-4aaa-be26-d6d30e66ee37 url= /sdc/v1/artifactTypes 2022-05-20T19:09:18.718Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-05-20T19:09:18.900Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-05-20T19:09:18.907Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2022-05-20T19:09:18.927Z||scheduling-1|||||DEBUG|500||create keys 2022-05-20T19:09:18.933Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-05-20T19:09:18.961Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T19:09:18.979Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 556ad899-0b14-4445-8bd1-9302d338bc06 url= /sdc/v1/registerForDistribution 2022-05-20T19:09:19.073Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 556ad899-0b14-4445-8bd1-9302d338bc06 url= /sdc/v1/registerForDistribution 2022-05-20T19:09:19.073Z||scheduling-1|||||INFO|500||start DistributionClient 2022-05-20T19:09:19.081Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T19:09:19.082Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T19:09:19.085Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-05-20T19:09:19.087Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T19:09:19.087Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T19:09:19.087Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T19:09:19.087Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T19:09:29.376Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T19:09:29.378Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T19:10:19.081Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T19:10:19.082Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T19:10:19.082Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T19:10:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T19:10:19.083Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T19:10:19.083Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T19:10:28.635Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T19:10:28.636Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T19:11:19.081Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T19:11:19.082Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T19:11:19.082Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T19:11:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T19:11:19.082Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T19:11:19.083Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T19:11:28.641Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T19:11:28.642Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T19:12:19.080Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T19:12:19.081Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T19:12:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T19:12:19.081Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T19:12:19.083Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T19:12:19.083Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T19:12:28.626Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T19:12:28.627Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T19:13:19.080Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T19:13:19.081Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T19:13:19.081Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T19:13:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T19:13:19.082Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T19:13:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T19:13:28.629Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T19:13:28.630Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T19:14:19.080Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T19:14:19.081Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T19:14:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T19:14:19.081Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T19:14:19.082Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T19:14:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T19:14:28.633Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T19:14:28.634Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T19:15:19.080Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T19:15:19.081Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T19:15:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T19:15:19.081Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T19:15:19.082Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T19:15:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T19:15:28.630Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T19:15:28.630Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T19:16:19.080Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T19:16:19.081Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T19:16:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T19:16:19.081Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T19:16:19.082Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T19:16:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T19:16:28.629Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T19:16:28.629Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T19:17:19.080Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T19:17:19.081Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T19:17:19.082Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T19:17:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T19:17:19.082Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T19:17:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T19:17:28.627Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T19:17:28.638Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T19:18:19.080Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T19:18:19.081Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T19:18:19.081Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T19:18:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T19:18:19.082Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T19:18:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T19:18:28.644Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T19:18:28.645Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T19:19:19.080Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T19:19:19.081Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T19:19:19.081Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T19:19:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T19:19:19.082Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T19:19:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T19:19:28.629Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T19:19:28.629Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T19:20:19.080Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T19:20:19.081Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T19:20:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T19:20:19.082Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T19:20:19.082Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T19:20:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T19:20:28.636Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T19:20:28.640Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T19:21:19.080Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T19:21:19.081Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T19:21:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T19:21:19.081Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T19:21:19.082Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T19:21:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T19:21:28.656Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T19:21:28.658Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T19:22:19.080Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T19:22:19.081Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T19:22:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T19:22:19.081Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T19:22:19.082Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T19:22:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T19:22:28.657Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T19:22:28.666Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T19:23:19.080Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T19:23:19.081Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T19:23:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T19:23:19.081Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T19:23:19.082Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T19:23:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T19:23:28.626Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T19:23:28.627Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T19:24:19.080Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T19:24:19.081Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T19:24:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T19:24:19.082Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T19:24:19.082Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T19:24:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T19:24:28.627Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T19:24:28.640Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T19:25:19.080Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T19:25:19.082Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T19:25:19.082Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T19:25:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T19:25:19.082Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T19:25:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T19:25:28.633Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T19:25:28.633Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T19:26:19.080Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T19:26:19.081Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T19:26:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T19:26:19.081Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T19:26:19.082Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T19:26:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T19:26:28.631Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T19:26:28.631Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T19:27:19.080Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T19:27:19.081Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T19:27:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T19:27:19.081Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T19:27:19.082Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T19:27:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T19:27:28.627Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T19:27:28.629Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T19:28:19.080Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T19:28:19.081Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T19:28:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T19:28:19.081Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T19:28:19.082Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T19:28:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T19:28:28.629Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T19:28:28.631Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T19:29:19.080Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T19:29:19.081Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T19:29:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T19:29:19.081Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T19:29:19.082Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T19:29:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T19:29:28.627Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T19:29:28.629Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T19:30:19.080Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T19:30:19.081Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T19:30:19.082Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T19:30:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T19:30:19.082Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T19:30:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T19:30:28.628Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T19:30:28.630Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T19:31:19.080Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T19:31:19.081Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T19:31:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T19:31:19.081Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T19:31:19.083Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T19:31:19.083Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T19:31:28.625Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T19:31:28.630Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T19:32:19.080Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T19:32:19.081Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T19:32:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T19:32:19.082Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T19:32:19.082Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T19:32:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T19:32:28.626Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T19:32:28.627Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T19:33:19.080Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T19:33:19.081Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T19:33:19.081Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T19:33:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T19:33:19.082Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T19:33:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T19:33:28.634Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T19:33:28.634Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T19:34:19.080Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T19:34:19.081Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T19:34:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T19:34:19.081Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T19:34:19.082Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T19:34:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T19:34:28.627Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T19:34:28.637Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T19:35:19.080Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T19:35:19.081Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T19:35:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T19:35:19.081Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T19:35:19.082Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T19:35:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T19:35:28.628Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T19:35:28.628Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T19:36:19.080Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T19:36:19.081Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T19:36:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T19:36:19.081Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T19:36:19.082Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T19:36:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T19:36:28.629Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T19:36:28.630Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T19:37:19.080Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T19:37:19.081Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T19:37:19.082Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T19:37:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T19:37:19.082Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T19:37:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T19:37:28.623Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T19:37:28.627Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T19:38:19.080Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T19:38:19.081Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T19:38:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T19:38:19.081Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T19:38:19.082Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T19:38:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T19:38:28.629Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T19:38:28.629Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T19:39:19.080Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T19:39:19.081Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T19:39:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T19:39:19.081Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T19:39:19.082Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T19:39:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T19:39:28.625Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T19:39:28.625Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T19:40:19.080Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T19:40:19.081Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T19:40:19.081Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T19:40:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T19:40:19.082Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T19:40:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T19:40:28.625Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T19:40:28.626Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T19:41:19.080Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T19:41:19.081Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T19:41:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T19:41:19.081Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T19:41:19.082Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T19:41:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T19:41:28.627Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T19:41:28.630Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T19:42:19.080Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T19:42:19.081Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T19:42:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T19:42:19.082Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T19:42:19.082Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T19:42:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T19:42:28.623Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T19:42:28.633Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T19:43:19.080Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T19:43:19.081Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T19:43:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T19:43:19.081Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T19:43:19.082Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T19:43:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T19:43:28.619Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T19:43:28.624Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T19:44:19.080Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T19:44:19.081Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T19:44:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T19:44:19.081Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T19:44:19.082Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T19:44:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T19:44:28.631Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T19:44:28.632Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T19:45:19.080Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T19:45:19.081Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T19:45:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T19:45:19.081Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T19:45:19.082Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T19:45:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T19:45:28.625Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T19:45:28.626Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T19:46:19.080Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T19:46:19.081Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T19:46:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T19:46:19.081Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T19:46:19.082Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T19:46:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T19:46:28.632Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T19:46:28.634Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T19:47:19.080Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T19:47:19.081Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T19:47:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T19:47:19.081Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T19:47:19.082Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T19:47:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T19:47:28.627Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T19:47:28.627Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T19:48:19.080Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T19:48:19.081Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T19:48:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T19:48:19.082Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T19:48:19.082Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T19:48:19.083Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T19:48:28.623Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T19:48:28.629Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T19:49:19.080Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T19:49:19.081Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T19:49:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T19:49:19.081Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T19:49:19.082Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T19:49:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T19:49:28.630Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T19:49:28.630Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T19:50:19.080Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T19:50:19.081Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T19:50:19.081Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T19:50:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T19:50:19.082Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T19:50:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T19:50:28.652Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T19:50:28.653Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T19:51:19.080Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T19:51:19.081Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T19:51:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T19:51:19.081Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T19:51:19.082Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T19:51:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T19:51:28.626Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T19:51:28.628Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T19:52:19.080Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T19:52:19.081Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T19:52:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T19:52:19.081Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T19:52:19.082Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T19:52:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T19:52:28.630Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T19:52:28.631Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T19:53:19.080Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T19:53:19.081Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T19:53:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T19:53:19.081Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T19:53:19.082Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T19:53:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T19:53:28.627Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T19:53:28.630Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T19:54:19.080Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T19:54:19.081Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T19:54:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T19:54:19.081Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T19:54:19.082Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T19:54:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T19:54:28.633Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T19:54:28.636Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T19:55:19.080Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T19:55:19.081Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T19:55:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T19:55:19.081Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T19:55:19.082Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T19:55:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T19:55:28.627Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T19:55:28.635Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T19:56:19.080Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T19:56:19.081Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T19:56:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T19:56:19.081Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T19:56:19.082Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T19:56:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T19:56:28.628Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T19:56:28.630Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T19:57:19.080Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T19:57:19.081Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T19:57:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T19:57:19.082Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T19:57:19.082Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T19:57:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T19:57:28.631Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T19:57:28.631Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T19:58:19.080Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T19:58:19.081Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T19:58:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T19:58:19.081Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T19:58:19.082Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T19:58:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T19:58:28.628Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T19:58:28.628Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T19:59:19.080Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T19:59:19.081Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T19:59:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T19:59:19.081Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T19:59:19.082Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T19:59:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T19:59:28.627Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T19:59:28.635Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T20:00:19.080Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T20:00:19.081Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T20:00:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T20:00:19.081Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T20:00:19.082Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T20:00:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T20:00:28.624Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T20:00:28.627Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T20:01:19.080Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T20:01:19.081Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T20:01:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T20:01:19.081Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T20:01:19.082Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T20:01:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T20:01:28.629Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T20:01:28.630Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T20:02:19.080Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T20:02:19.081Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T20:02:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T20:02:19.081Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T20:02:19.082Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T20:02:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T20:02:28.629Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T20:02:28.630Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T20:03:19.080Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T20:03:19.081Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T20:03:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T20:03:19.081Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T20:03:19.082Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T20:03:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T20:03:28.628Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T20:03:28.628Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T20:04:19.080Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T20:04:19.081Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T20:04:19.082Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T20:04:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T20:04:19.081Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T20:04:19.083Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T20:04:28.641Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T20:04:28.641Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T20:05:19.080Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T20:05:19.081Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T20:05:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T20:05:19.081Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T20:05:19.082Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T20:05:19.083Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T20:05:28.622Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T20:05:28.622Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T20:06:19.080Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T20:06:19.081Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T20:06:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T20:06:19.081Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T20:06:19.082Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T20:06:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T20:06:28.633Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T20:06:28.633Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T20:07:19.080Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T20:07:19.081Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T20:07:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T20:07:19.081Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T20:07:19.082Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T20:07:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T20:07:28.623Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T20:07:28.623Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T20:08:19.080Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T20:08:19.081Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T20:08:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T20:08:19.081Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T20:08:19.082Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T20:08:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T20:08:28.631Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T20:08:28.631Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T20:09:19.080Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T20:09:19.081Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T20:09:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T20:09:19.082Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T20:09:19.084Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T20:09:19.084Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T20:09:28.626Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T20:09:28.628Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T20:10:19.080Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T20:10:19.081Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T20:10:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T20:10:19.081Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T20:10:19.082Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T20:10:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T20:10:28.624Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T20:10:28.628Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T20:11:19.080Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T20:11:19.081Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T20:11:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T20:11:19.081Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T20:11:19.082Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T20:11:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T20:11:28.623Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T20:11:28.624Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T20:12:19.080Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T20:12:19.081Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T20:12:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T20:12:19.081Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T20:12:19.082Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T20:12:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T20:12:28.631Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T20:12:28.632Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T20:13:19.080Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T20:13:19.081Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T20:13:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T20:13:19.081Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T20:13:19.082Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T20:13:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T20:13:28.625Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T20:13:28.627Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T20:14:19.080Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T20:14:19.081Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T20:14:19.081Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T20:14:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T20:14:19.082Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T20:14:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T20:14:28.633Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T20:14:28.634Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T20:15:19.080Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T20:15:19.081Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T20:15:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T20:15:19.081Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T20:15:19.082Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T20:15:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T20:15:28.627Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T20:15:28.632Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T20:16:19.080Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T20:16:19.081Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T20:16:19.081Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T20:16:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T20:16:19.082Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T20:16:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T20:16:28.644Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T20:16:28.646Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T20:17:19.080Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T20:17:19.081Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T20:17:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T20:17:19.081Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T20:17:19.082Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T20:17:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T20:17:28.625Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T20:17:28.626Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T20:18:19.080Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T20:18:19.081Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T20:18:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T20:18:19.081Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T20:18:19.082Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T20:18:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T20:18:28.627Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T20:18:28.630Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T20:19:19.080Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T20:19:19.081Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T20:19:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T20:19:19.081Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T20:19:19.082Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T20:19:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T20:19:28.626Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T20:19:28.628Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T20:20:19.080Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T20:20:19.081Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T20:20:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T20:20:19.081Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T20:20:19.082Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T20:20:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T20:20:28.630Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T20:20:28.631Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T20:21:19.080Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T20:21:19.081Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T20:21:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T20:21:19.081Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T20:21:19.082Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T20:21:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T20:21:28.625Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T20:21:28.627Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T20:22:19.080Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T20:22:19.081Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T20:22:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T20:22:19.081Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T20:22:19.082Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T20:22:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T20:22:28.631Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T20:22:28.631Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T20:23:19.080Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T20:23:19.081Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T20:23:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T20:23:19.081Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T20:23:19.082Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T20:23:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T20:23:28.623Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T20:23:28.624Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T20:24:19.080Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T20:24:19.081Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T20:24:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T20:24:19.081Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T20:24:19.082Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T20:24:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T20:24:28.625Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T20:24:28.626Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T20:25:19.080Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T20:25:19.081Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T20:25:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T20:25:19.081Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T20:25:19.082Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T20:25:19.083Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T20:25:28.625Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T20:25:28.651Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T20:26:19.080Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T20:26:19.081Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T20:26:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T20:26:19.081Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T20:26:19.082Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T20:26:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T20:26:28.624Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T20:26:28.627Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T20:27:19.080Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T20:27:19.081Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T20:27:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T20:27:19.081Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T20:27:19.082Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T20:27:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T20:27:28.626Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T20:27:28.627Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T20:28:19.080Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T20:28:19.081Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T20:28:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T20:28:19.081Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T20:28:19.082Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T20:28:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T20:28:28.630Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T20:28:28.632Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T20:29:19.080Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T20:29:19.081Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T20:29:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T20:29:19.081Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T20:29:19.082Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T20:29:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T20:29:28.624Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T20:29:28.626Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T20:30:19.080Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T20:30:19.081Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T20:30:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T20:30:19.081Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T20:30:19.082Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T20:30:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T20:30:28.621Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T20:30:28.622Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T20:31:19.080Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T20:31:19.081Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T20:31:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T20:31:19.081Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T20:31:19.082Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T20:31:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T20:31:28.627Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T20:31:28.627Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T20:32:19.080Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T20:32:19.081Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T20:32:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T20:32:19.081Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T20:32:19.082Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T20:32:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T20:32:28.628Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T20:32:28.629Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T20:33:19.080Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T20:33:19.081Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T20:33:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T20:33:19.081Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T20:33:19.082Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T20:33:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T20:33:28.623Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T20:33:28.624Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T20:34:19.080Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T20:34:19.081Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T20:34:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T20:34:19.081Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T20:34:19.082Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T20:34:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T20:34:28.627Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T20:34:28.629Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T20:35:19.080Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T20:35:19.081Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T20:35:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T20:35:19.081Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T20:35:19.083Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T20:35:19.083Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T20:35:28.631Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T20:35:28.631Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T20:36:19.080Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T20:36:19.081Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T20:36:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T20:36:19.081Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T20:36:19.082Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T20:36:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T20:36:28.640Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T20:36:28.640Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T20:37:19.080Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T20:37:19.081Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T20:37:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T20:37:19.081Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T20:37:19.082Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T20:37:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T20:37:28.631Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T20:37:28.644Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T20:38:19.080Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T20:38:19.081Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T20:38:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T20:38:19.081Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T20:38:19.081Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T20:38:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T20:38:28.626Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T20:38:28.636Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T20:39:19.080Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T20:39:19.081Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T20:39:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T20:39:19.082Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T20:39:19.082Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T20:39:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T20:39:28.630Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T20:39:28.630Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T20:40:19.080Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T20:40:19.081Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T20:40:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T20:40:19.081Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T20:40:19.082Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T20:40:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T20:40:28.631Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T20:40:28.631Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T20:41:19.080Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T20:41:19.081Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T20:41:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T20:41:19.081Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T20:41:19.082Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T20:41:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T20:41:28.621Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T20:41:28.624Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T20:42:19.080Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T20:42:19.081Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T20:42:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T20:42:19.081Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T20:42:19.082Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T20:42:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T20:42:28.629Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T20:42:28.630Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T20:43:19.080Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T20:43:19.081Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T20:43:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T20:43:19.081Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T20:43:19.082Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T20:43:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T20:43:28.623Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T20:43:28.626Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T20:44:19.080Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T20:44:19.081Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T20:44:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T20:44:19.081Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T20:44:19.082Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T20:44:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T20:44:28.626Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T20:44:28.626Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T20:45:19.080Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T20:45:19.080Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T20:45:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T20:45:19.081Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T20:45:19.082Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T20:45:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T20:45:28.628Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T20:45:28.628Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T20:46:19.080Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T20:46:19.081Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T20:46:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T20:46:19.081Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T20:46:19.082Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T20:46:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T20:46:28.627Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T20:46:28.627Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T20:47:19.080Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T20:47:19.081Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T20:47:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T20:47:19.081Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T20:47:19.082Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T20:47:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T20:47:28.635Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T20:47:28.638Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T20:48:19.080Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T20:48:19.081Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T20:48:19.081Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T20:48:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T20:48:19.082Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T20:48:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T20:48:28.630Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T20:48:28.630Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T20:49:19.080Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T20:49:19.081Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T20:49:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T20:49:19.081Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T20:49:19.082Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T20:49:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T20:49:28.626Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T20:49:28.628Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T20:50:19.080Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T20:50:19.081Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T20:50:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T20:50:19.081Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T20:50:19.082Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T20:50:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T20:50:28.630Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T20:50:28.630Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T20:51:19.080Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T20:51:19.081Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T20:51:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T20:51:19.081Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T20:51:19.082Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T20:51:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T20:51:28.626Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T20:51:28.628Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T20:52:19.080Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T20:52:19.081Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T20:52:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T20:52:19.081Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T20:52:19.082Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T20:52:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T20:52:28.637Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T20:52:28.638Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T20:53:19.080Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T20:53:19.081Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T20:53:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T20:53:19.081Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T20:53:19.082Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T20:53:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T20:53:28.626Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T20:53:28.630Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T20:54:19.080Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T20:54:19.081Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T20:54:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T20:54:19.081Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T20:54:19.082Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T20:54:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T20:54:28.629Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T20:54:28.635Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T20:55:19.080Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T20:55:19.081Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T20:55:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T20:55:19.081Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T20:55:19.082Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T20:55:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T20:55:28.629Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T20:55:28.630Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T20:56:19.080Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T20:56:19.081Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T20:56:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T20:56:19.081Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T20:56:19.082Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T20:56:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T20:56:28.635Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T20:56:28.637Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T20:57:19.080Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T20:57:19.081Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T20:57:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T20:57:19.081Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T20:57:19.082Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T20:57:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T20:57:28.623Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T20:57:28.623Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T20:58:19.080Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T20:58:19.081Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T20:58:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T20:58:19.081Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T20:58:19.082Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T20:58:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T20:58:28.630Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T20:58:28.630Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T20:59:19.080Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T20:59:19.081Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T20:59:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T20:59:19.082Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T20:59:19.082Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T20:59:19.083Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T20:59:28.622Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T20:59:28.624Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T21:00:19.080Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T21:00:19.081Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T21:00:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T21:00:19.081Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T21:00:19.082Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T21:00:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T21:00:28.630Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T21:00:28.630Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T21:01:19.080Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T21:01:19.081Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T21:01:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T21:01:19.081Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T21:01:19.082Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T21:01:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T21:01:28.626Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T21:01:28.628Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T21:02:19.080Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T21:02:19.081Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T21:02:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T21:02:19.081Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T21:02:19.082Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T21:02:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T21:02:28.633Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T21:02:28.635Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T21:03:19.080Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T21:03:19.081Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T21:03:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T21:03:19.081Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T21:03:19.082Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T21:03:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T21:03:28.623Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T21:03:28.624Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T21:04:19.080Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T21:04:19.081Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T21:04:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T21:04:19.081Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T21:04:19.082Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T21:04:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T21:04:28.628Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T21:04:28.629Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T21:05:19.080Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T21:05:19.081Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T21:05:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T21:05:19.081Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T21:05:19.082Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T21:05:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T21:05:28.625Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T21:05:28.625Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T21:06:19.080Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T21:06:19.081Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T21:06:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T21:06:19.081Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T21:06:19.082Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T21:06:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T21:06:28.627Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T21:06:28.629Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T21:07:19.080Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T21:07:19.081Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T21:07:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T21:07:19.081Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T21:07:19.082Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T21:07:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T21:07:28.628Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T21:07:28.629Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T21:08:19.080Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T21:08:19.081Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T21:08:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T21:08:19.081Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T21:08:19.082Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T21:08:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T21:08:28.630Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T21:08:28.630Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T21:09:19.080Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T21:09:19.081Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T21:09:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T21:09:19.081Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T21:09:19.082Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T21:09:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T21:09:28.628Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T21:09:28.633Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T21:10:19.080Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T21:10:19.081Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T21:10:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T21:10:19.081Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T21:10:19.082Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T21:10:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T21:10:28.631Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T21:10:28.632Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T21:11:19.080Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T21:11:19.081Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T21:11:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T21:11:19.081Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T21:11:19.082Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T21:11:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T21:11:28.627Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T21:11:28.629Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T21:12:19.080Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T21:12:19.080Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T21:12:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T21:12:19.081Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T21:12:19.082Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T21:12:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T21:12:28.631Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T21:12:28.632Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T21:13:19.080Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T21:13:19.081Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T21:13:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T21:13:19.082Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T21:13:19.082Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T21:13:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T21:13:28.628Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T21:13:28.628Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T21:14:19.080Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T21:14:19.081Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T21:14:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T21:14:19.081Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T21:14:19.082Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T21:14:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T21:14:28.624Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T21:14:28.628Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T21:15:19.080Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T21:15:19.081Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T21:15:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T21:15:19.081Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T21:15:19.082Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T21:15:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T21:15:28.620Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T21:15:28.622Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T21:16:19.080Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T21:16:19.081Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T21:16:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T21:16:19.081Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T21:16:19.082Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T21:16:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T21:16:28.630Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T21:16:28.632Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T21:17:19.080Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T21:17:19.081Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T21:17:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T21:17:19.081Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T21:17:19.082Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T21:17:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T21:17:28.626Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T21:17:28.626Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T21:18:19.080Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T21:18:19.081Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T21:18:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T21:18:19.081Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T21:18:19.082Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T21:18:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T21:18:28.624Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T21:18:28.632Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T21:19:19.080Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T21:19:19.081Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T21:19:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T21:19:19.082Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T21:19:19.082Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T21:19:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T21:19:28.621Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T21:19:28.623Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T21:20:19.080Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T21:20:19.081Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T21:20:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T21:20:19.082Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T21:20:19.082Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T21:20:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T21:20:28.628Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T21:20:28.628Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T21:21:19.080Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T21:21:19.081Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T21:21:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T21:21:19.081Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T21:21:19.082Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T21:21:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T21:21:28.626Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T21:21:28.628Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T21:22:19.080Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T21:22:19.081Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T21:22:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T21:22:19.081Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T21:22:19.082Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T21:22:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T21:22:28.623Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T21:22:28.625Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T21:23:19.080Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T21:23:19.081Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T21:23:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T21:23:19.081Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T21:23:19.082Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T21:23:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T21:23:28.634Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T21:23:28.635Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T21:24:19.080Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T21:24:19.081Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T21:24:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T21:24:19.081Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T21:24:19.082Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T21:24:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T21:24:28.624Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T21:24:28.625Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T21:25:19.080Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T21:25:19.081Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T21:25:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T21:25:19.081Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T21:25:19.082Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T21:25:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T21:25:28.625Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T21:25:28.626Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T21:26:19.080Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T21:26:19.081Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T21:26:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T21:26:19.081Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T21:26:19.082Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T21:26:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T21:26:28.628Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T21:26:28.628Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T21:27:19.080Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T21:27:19.081Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T21:27:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T21:27:19.081Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T21:27:19.082Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T21:27:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T21:27:28.624Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T21:27:28.630Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T21:28:19.080Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T21:28:19.081Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T21:28:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T21:28:19.081Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T21:28:19.082Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T21:28:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T21:28:28.629Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T21:28:28.629Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T21:29:19.080Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T21:29:19.081Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T21:29:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T21:29:19.081Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T21:29:19.082Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T21:29:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T21:29:28.622Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T21:29:28.624Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T21:30:19.080Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T21:30:19.081Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T21:30:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T21:30:19.081Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T21:30:19.082Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T21:30:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T21:30:28.629Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T21:30:28.629Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T21:31:19.080Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T21:31:19.081Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T21:31:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T21:31:19.081Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T21:31:19.082Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T21:31:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T21:31:28.622Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T21:31:28.626Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T21:32:19.080Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T21:32:19.081Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T21:32:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T21:32:19.081Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T21:32:19.082Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T21:32:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T21:32:28.629Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T21:32:28.630Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T21:33:19.080Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T21:33:19.081Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T21:33:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T21:33:19.081Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T21:33:19.082Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T21:33:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T21:33:28.621Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T21:33:28.624Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T21:34:19.080Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T21:34:19.081Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T21:34:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T21:34:19.081Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T21:34:19.082Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T21:34:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T21:34:28.626Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T21:34:28.628Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T21:35:19.080Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T21:35:19.081Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T21:35:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T21:35:19.081Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T21:35:19.082Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T21:35:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T21:35:28.648Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T21:35:28.648Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T21:36:19.080Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T21:36:19.081Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T21:36:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T21:36:19.081Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T21:36:19.082Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T21:36:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T21:36:28.631Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T21:36:28.633Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T21:37:19.080Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T21:37:19.081Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T21:37:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T21:37:19.081Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T21:37:19.082Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T21:37:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T21:37:28.619Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T21:37:28.624Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T21:38:19.080Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T21:38:19.081Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T21:38:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T21:38:19.081Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T21:38:19.082Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T21:38:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T21:38:28.629Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T21:38:28.630Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T21:39:19.080Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T21:39:19.081Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T21:39:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T21:39:19.082Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T21:39:19.082Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T21:39:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T21:39:28.626Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T21:39:28.626Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T21:40:19.080Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T21:40:19.081Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T21:40:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T21:40:19.081Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T21:40:19.082Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T21:40:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T21:40:28.626Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T21:40:28.627Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T21:41:19.080Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T21:41:19.081Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T21:41:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T21:41:19.081Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T21:41:19.082Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T21:41:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T21:41:28.625Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T21:41:28.625Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T21:42:19.080Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T21:42:19.081Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T21:42:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T21:42:19.081Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T21:42:19.082Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T21:42:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T21:42:28.627Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T21:42:28.627Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T21:43:19.080Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T21:43:19.081Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T21:43:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T21:43:19.081Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T21:43:19.082Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T21:43:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T21:43:28.620Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T21:43:28.623Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T21:44:19.080Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T21:44:19.081Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T21:44:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T21:44:19.081Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T21:44:19.082Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T21:44:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T21:44:28.628Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T21:44:28.629Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T21:45:19.080Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T21:45:19.081Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T21:45:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T21:45:19.081Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T21:45:19.082Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T21:45:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T21:45:28.621Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T21:45:28.623Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T21:46:19.080Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T21:46:19.081Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T21:46:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T21:46:19.081Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T21:46:19.082Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T21:46:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T21:46:28.626Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T21:46:28.628Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T21:47:19.080Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T21:47:19.080Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T21:47:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T21:47:19.081Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T21:47:19.082Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T21:47:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T21:47:28.623Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T21:47:28.625Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T21:48:19.080Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T21:48:19.081Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T21:48:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T21:48:19.081Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T21:48:19.082Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T21:48:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T21:48:28.626Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T21:48:28.626Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T21:49:19.080Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T21:49:19.081Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T21:49:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T21:49:19.081Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T21:49:19.082Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T21:49:19.083Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T21:49:28.622Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T21:49:28.624Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T21:50:19.080Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T21:50:19.081Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T21:50:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T21:50:19.081Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T21:50:19.082Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T21:50:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T21:50:28.627Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T21:50:28.627Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T21:51:19.080Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T21:51:19.081Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T21:51:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T21:51:19.081Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T21:51:19.082Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T21:51:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T21:51:28.622Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T21:51:28.624Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T21:52:19.080Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T21:52:19.081Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T21:52:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T21:52:19.081Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T21:52:19.082Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T21:52:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T21:52:28.632Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T21:52:28.632Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T21:53:19.080Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T21:53:19.081Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T21:53:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T21:53:19.081Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T21:53:19.082Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T21:53:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T21:53:28.626Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T21:53:28.626Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T21:54:19.080Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T21:54:19.081Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T21:54:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T21:54:19.081Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T21:54:19.082Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T21:54:19.083Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T21:54:28.623Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T21:54:28.624Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T21:55:19.080Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T21:55:19.081Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T21:55:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T21:55:19.081Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T21:55:19.082Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T21:55:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T21:55:28.620Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T21:55:28.622Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T21:56:19.080Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T21:56:19.080Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T21:56:19.080Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T21:56:19.081Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T21:56:19.082Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T21:56:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T21:56:28.626Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T21:56:28.626Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T21:57:19.080Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T21:57:19.081Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T21:57:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T21:57:19.081Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T21:57:19.082Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T21:57:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T21:57:28.623Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T21:57:28.624Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T21:58:19.080Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T21:58:19.081Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T21:58:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T21:58:19.081Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T21:58:19.082Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T21:58:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T21:58:28.635Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T21:58:28.636Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T21:59:19.080Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T21:59:19.081Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T21:59:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T21:59:19.081Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T21:59:19.082Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T21:59:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T21:59:28.623Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T21:59:28.663Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:00:19.080Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T22:00:19.081Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T22:00:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T22:00:19.081Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T22:00:19.082Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T22:00:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T22:00:28.621Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:00:28.624Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:01:19.080Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T22:01:19.081Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T22:01:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T22:01:19.081Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T22:01:19.082Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T22:01:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T22:01:28.625Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:01:28.626Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:02:19.080Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T22:02:19.081Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T22:02:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T22:02:19.081Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T22:02:19.082Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T22:02:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T22:02:28.638Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:02:28.638Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:03:19.080Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T22:03:19.081Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T22:03:19.081Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T22:03:19.082Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T22:03:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T22:03:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T22:03:28.628Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:03:28.628Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:04:19.080Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T22:04:19.081Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T22:04:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T22:04:19.081Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T22:04:19.082Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T22:04:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T22:04:28.626Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:04:28.627Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:05:19.080Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T22:05:19.081Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T22:05:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T22:05:19.081Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T22:05:19.082Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T22:05:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T22:05:28.621Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:05:28.621Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:06:19.080Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T22:06:19.081Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T22:06:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T22:06:19.081Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T22:06:19.082Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T22:06:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T22:06:28.624Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:06:28.626Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:07:19.080Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T22:07:19.081Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T22:07:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T22:07:19.081Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T22:07:19.082Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T22:07:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T22:07:28.628Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:07:28.628Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:08:19.080Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T22:08:19.081Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T22:08:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T22:08:19.081Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T22:08:19.082Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T22:08:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T22:08:28.628Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:08:28.630Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:09:19.080Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T22:09:19.081Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T22:09:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T22:09:19.081Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T22:09:19.082Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T22:09:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T22:09:28.623Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:09:28.625Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:09:37.835Z||http-nio-8085-exec-1|||||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 [0x160x030x010x020x000x010x000x010xfc0x030x03v@L0x9a(0xc50xcad0x130xd6]QYb0xa40xfeor0xc9=j+^0xcf0xd10xf70x1a"&M0x9b0xd7]. 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) 2022-05-20T22:10:19.080Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T22:10:19.081Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T22:10:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T22:10:19.081Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T22:10:19.082Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T22:10:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T22:10:28.629Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:10:28.629Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:11:19.080Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T22:11:19.081Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T22:11:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T22:11:19.081Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T22:11:19.082Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T22:11:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T22:11:28.625Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:11:28.627Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:12:19.080Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T22:12:19.081Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T22:12:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T22:12:19.081Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T22:12:19.082Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T22:12:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T22:12:28.628Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:12:28.628Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:13:19.080Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T22:13:19.081Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T22:13:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T22:13:19.081Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T22:13:19.082Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T22:13:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T22:13:28.627Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:13:28.627Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:14:19.080Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T22:14:19.080Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T22:14:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T22:14:19.081Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T22:14:19.082Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T22:14:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T22:14:28.629Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:14:28.631Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:15:19.080Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T22:15:19.081Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T22:15:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T22:15:19.081Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T22:15:19.082Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T22:15:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T22:15:28.630Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:15:28.630Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:16:19.080Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T22:16:19.081Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T22:16:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T22:16:19.081Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T22:16:19.082Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T22:16:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T22:16:28.625Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:16:28.627Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:17:19.080Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T22:17:19.081Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T22:17:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T22:17:19.081Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T22:17:19.082Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T22:17:19.083Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T22:17:28.633Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:17:28.633Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:18:19.080Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T22:18:19.081Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T22:18:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T22:18:19.082Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T22:18:19.082Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T22:18:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T22:18:28.623Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:18:28.625Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:19:19.080Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T22:19:19.081Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T22:19:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T22:19:19.082Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T22:19:19.082Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T22:19:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T22:19:28.626Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:19:28.627Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:20:19.080Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T22:20:19.081Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T22:20:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T22:20:19.081Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T22:20:19.082Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T22:20:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T22:20:28.631Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:20:28.631Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:21:19.080Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T22:21:19.081Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T22:21:19.081Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T22:21:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T22:21:19.082Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T22:21:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T22:21:28.622Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:21:28.627Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:22:19.080Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T22:22:19.081Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T22:22:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T22:22:19.081Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T22:22:19.082Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T22:22:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T22:22:28.628Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:22:28.628Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:23:19.080Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T22:23:19.081Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T22:23:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T22:23:19.081Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T22:23:19.082Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T22:23:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T22:23:28.637Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:23:28.638Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:24:19.080Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T22:24:19.081Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T22:24:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T22:24:19.081Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T22:24:19.082Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T22:24:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T22:24:28.624Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:24:28.627Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:25:19.080Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T22:25:19.081Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T22:25:19.081Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T22:25:19.082Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T22:25:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T22:25:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T22:25:28.628Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:25:28.630Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:26:19.080Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T22:26:19.081Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T22:26:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T22:26:19.081Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T22:26:19.082Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T22:26:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T22:26:28.623Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:26:28.628Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:27:19.080Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T22:27:19.081Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T22:27:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T22:27:19.081Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T22:27:19.082Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T22:27:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T22:27:28.627Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:27:28.629Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:28:19.080Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T22:28:19.081Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T22:28:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T22:28:19.081Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T22:28:19.082Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T22:28:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T22:28:28.627Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:28:28.629Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:29:19.080Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T22:29:19.081Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T22:29:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T22:29:19.081Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T22:29:19.082Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T22:29:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T22:29:28.625Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:29:28.629Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:30:19.080Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T22:30:19.081Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T22:30:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T22:30:19.081Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T22:30:19.082Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T22:30:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T22:30:28.625Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:30:28.625Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:31:19.080Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T22:31:19.081Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T22:31:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T22:31:19.081Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T22:31:19.082Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T22:31:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T22:31:28.634Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:31:28.636Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:32:19.080Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T22:32:19.081Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T22:32:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T22:32:19.081Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T22:32:19.082Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T22:32:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T22:32:28.625Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:32:28.625Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:33:19.080Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T22:33:19.081Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T22:33:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T22:33:19.081Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T22:33:19.082Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T22:33:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T22:33:28.626Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:33:28.626Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:34:19.080Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T22:34:19.081Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T22:34:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T22:34:19.081Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T22:34:19.082Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T22:34:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T22:34:28.622Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:34:28.624Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:35:19.080Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T22:35:19.080Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T22:35:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T22:35:19.081Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T22:35:19.082Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T22:35:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T22:35:28.621Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:35:28.623Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:36:19.080Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T22:36:19.081Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T22:36:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T22:36:19.081Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T22:36:19.082Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T22:36:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T22:36:28.632Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:36:28.632Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:37:19.080Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T22:37:19.081Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T22:37:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T22:37:19.081Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T22:37:19.082Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T22:37:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T22:37:28.623Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:37:28.624Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:38:19.080Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T22:38:19.081Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T22:38:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T22:38:19.081Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T22:38:19.082Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T22:38:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T22:38:28.633Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:38:28.633Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:39:19.080Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T22:39:19.081Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T22:39:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T22:39:19.081Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T22:39:19.082Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T22:39:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T22:39:28.622Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:39:28.630Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:40:19.080Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T22:40:19.081Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T22:40:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T22:40:19.081Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T22:40:19.082Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T22:40:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T22:40:19.707Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:40:19.708Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-20T22:40:19.709Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"fe81cd8e-cc54-4859-ba95-13b24817399d","serviceName":"vFW 2022-05-20 22-37-12","serviceVersion":"1.0","serviceUUID":"1ca2743f-e6d6-4e29-91fe-d08b59623640","serviceDescription":"catalog service description","serviceInvariantUUID":"03ab2b95-ba86-4a1e-8b52-0f193646d4c8","resources":[{"resourceInstanceName":"vFW 9409c095-a6ce 0","resourceName":"vFW 9409c095-a6ce","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"60184b64-1598-47c4-b3fe-0875264577c7","resourceInvariantUUID":"f5515e08-f3fa-45f5-bc7f-18464bc2632f","resourceCustomizationUUID":"499afeda-bf71-40a6-8a86-ccda3a1cd6f4","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220520223712/1.0/resourceInstances/vfw9409c095a6ce0/artifacts/vf-license-model.xml","artifactChecksum":"NTI3MDQ1ZDU5MmMxMzgyN2U2MDQ3ZGRjODFjYmUyMDg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"91c92cb0-d8dd-4af1-99fe-4611913bb3b2","artifactVersion":"1"},{"artifactName":"vfw9409c095a6ce0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220520223712/1.0/resourceInstances/vfw9409c095a6ce0/artifacts/vfw9409c095a6ce0_modules.json","artifactChecksum":"Mjk2OGJlYjkzZjdhYTUwYjExMTEwM2Q3MTllYjllZTI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b9dfae7a-7ffd-4c5d-a9a7-81384479d1fe","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220520223712/1.0/resourceInstances/vfw9409c095a6ce0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"739fa0a7-5779-46db-88ac-eacf4927a4ca","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220520223712/1.0/resourceInstances/vfw9409c095a6ce0/artifacts/vendor-license-model.xml","artifactChecksum":"M2ExZWRmZWVmYWY4MzQ3ZjE5YTNkZTQ4NzVjNzFhNTg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8582c458-d0fe-4e8a-be05-3a9e50db4f26","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220520223712/1.0/resourceInstances/vfw9409c095a6ce0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"373b44c1-7708-4dfe-a728-c4edc6afb0e6","artifactVersion":"2","generatedFromUUID":"739fa0a7-5779-46db-88ac-eacf4927a4ca"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220520223712-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220520223712/1.0/artifacts/service-Vfw20220520223712-template.yml","artifactChecksum":"NzM5MzQ5Mzg3Y2FhNmNhZDIxNzY1ZjNiOTE5YjJlZDM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7497f8a5-e755-479c-86e6-41a85632ee40","artifactVersion":"1"},{"artifactName":"service-Vfw20220520223712-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220520223712/1.0/artifacts/service-Vfw20220520223712-csar.csar","artifactChecksum":"NTU4NTk2ZDQ2Yjc4YTM4Mzk0ZGY4MzNlY2M4MzI4MTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0dceb6a6-7882-48b3-8f6f-f65d34b894cc","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-20T22:40:19.710Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:40:19.715Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:40:19.716Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe81cd8e-cc54-4859-ba95-13b24817399d", "consumerID": "ves-openapi-manager", "timestamp": 1653086380064, "artifactURL": "/sdc/v1/catalog/services/Vfw20220520223712/1.0/resourceInstances/vfw9409c095a6ce0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T22:40:19.718Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-20T22:40:19.722Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-05-20T22:40:19.729Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T22:40:19.729Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "fe81cd8e-cc54-4859-ba95-13b24817399d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653086419080, "artifactURL": "/sdc/v1/catalog/services/Vfw20220520223712/1.0/resourceInstances/vfw9409c095a6ce0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T22:40:19.736Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:40:19.736Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:40:19.736Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe81cd8e-cc54-4859-ba95-13b24817399d", "consumerID": "multicloud-k8s-id", "timestamp": 1653086385499, "artifactURL": "/sdc/v1/catalog/services/Vfw20220520223712/1.0/resourceInstances/vfw9409c095a6ce0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T22:40:19.736Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:40:19.736Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:40:19.736Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe81cd8e-cc54-4859-ba95-13b24817399d", "consumerID": "ves-openapi-manager", "timestamp": 1653086380064, "artifactURL": "/sdc/v1/catalog/services/Vfw20220520223712/1.0/resourceInstances/vfw9409c095a6ce0/artifacts/vfw9409c095a6ce0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-20T22:40:19.736Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:40:19.737Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:40:19.737Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe81cd8e-cc54-4859-ba95-13b24817399d", "consumerID": "multicloud-k8s-id", "timestamp": 1653086385499, "artifactURL": "/sdc/v1/catalog/services/Vfw20220520223712/1.0/resourceInstances/vfw9409c095a6ce0/artifacts/vfw9409c095a6ce0_modules.json", "status": "NOTIFIED" } 2022-05-20T22:40:19.737Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:40:19.737Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:40:19.737Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe81cd8e-cc54-4859-ba95-13b24817399d", "consumerID": "ves-openapi-manager", "timestamp": 1653086380064, "artifactURL": "/sdc/v1/catalog/services/Vfw20220520223712/1.0/resourceInstances/vfw9409c095a6ce0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-20T22:40:19.737Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:40:19.737Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:40:19.737Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe81cd8e-cc54-4859-ba95-13b24817399d", "consumerID": "multicloud-k8s-id", "timestamp": 1653086385499, "artifactURL": "/sdc/v1/catalog/services/Vfw20220520223712/1.0/resourceInstances/vfw9409c095a6ce0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-05-20T22:40:19.737Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:40:19.737Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:40:19.738Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe81cd8e-cc54-4859-ba95-13b24817399d", "consumerID": "ves-openapi-manager", "timestamp": 1653086380064, "artifactURL": "/sdc/v1/catalog/services/Vfw20220520223712/1.0/resourceInstances/vfw9409c095a6ce0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T22:40:19.738Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:40:19.738Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:40:19.738Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe81cd8e-cc54-4859-ba95-13b24817399d", "consumerID": "multicloud-k8s-id", "timestamp": 1653086385499, "artifactURL": "/sdc/v1/catalog/services/Vfw20220520223712/1.0/resourceInstances/vfw9409c095a6ce0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T22:40:19.738Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:40:19.738Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:40:19.738Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe81cd8e-cc54-4859-ba95-13b24817399d", "consumerID": "cds", "timestamp": 1653086392226, "artifactURL": "/sdc/v1/catalog/services/Vfw20220520223712/1.0/resourceInstances/vfw9409c095a6ce0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T22:40:19.738Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:40:19.739Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:40:19.739Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe81cd8e-cc54-4859-ba95-13b24817399d", "consumerID": "ves-openapi-manager", "timestamp": 1653086380064, "artifactURL": "/sdc/v1/catalog/services/Vfw20220520223712/1.0/resourceInstances/vfw9409c095a6ce0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-20T22:40:19.739Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:40:19.739Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:40:19.739Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe81cd8e-cc54-4859-ba95-13b24817399d", "consumerID": "multicloud-k8s-id", "timestamp": 1653086385499, "artifactURL": "/sdc/v1/catalog/services/Vfw20220520223712/1.0/resourceInstances/vfw9409c095a6ce0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-05-20T22:40:19.739Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:40:19.739Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:40:19.739Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe81cd8e-cc54-4859-ba95-13b24817399d", "consumerID": "cds", "timestamp": 1653086392226, "artifactURL": "/sdc/v1/catalog/services/Vfw20220520223712/1.0/resourceInstances/vfw9409c095a6ce0/artifacts/vfw9409c095a6ce0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-20T22:40:19.739Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:40:19.739Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:40:19.740Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe81cd8e-cc54-4859-ba95-13b24817399d", "consumerID": "ves-openapi-manager", "timestamp": 1653086380064, "artifactURL": "/sdc/v1/catalog/services/Vfw20220520223712/1.0/artifacts/service-Vfw20220520223712-template.yml", "status": "NOT_NOTIFIED" } 2022-05-20T22:40:19.740Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:40:19.740Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:40:19.740Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe81cd8e-cc54-4859-ba95-13b24817399d", "consumerID": "multicloud-k8s-id", "timestamp": 1653086385499, "artifactURL": "/sdc/v1/catalog/services/Vfw20220520223712/1.0/artifacts/service-Vfw20220520223712-template.yml", "status": "NOT_NOTIFIED" } 2022-05-20T22:40:19.740Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:40:19.740Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:40:19.740Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe81cd8e-cc54-4859-ba95-13b24817399d", "consumerID": "cds", "timestamp": 1653086392226, "artifactURL": "/sdc/v1/catalog/services/Vfw20220520223712/1.0/resourceInstances/vfw9409c095a6ce0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-20T22:40:19.740Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:40:19.740Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:40:19.740Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe81cd8e-cc54-4859-ba95-13b24817399d", "consumerID": "ves-openapi-manager", "timestamp": 1653086380064, "artifactURL": "/sdc/v1/catalog/services/Vfw20220520223712/1.0/artifacts/service-Vfw20220520223712-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-20T22:40:19.741Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:40:19.741Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:40:19.741Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe81cd8e-cc54-4859-ba95-13b24817399d", "consumerID": "multicloud-k8s-id", "timestamp": 1653086385499, "artifactURL": "/sdc/v1/catalog/services/Vfw20220520223712/1.0/artifacts/service-Vfw20220520223712-csar.csar", "status": "NOTIFIED" } 2022-05-20T22:40:19.741Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:40:19.741Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:40:19.742Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe81cd8e-cc54-4859-ba95-13b24817399d", "consumerID": "cds", "timestamp": 1653086392226, "artifactURL": "/sdc/v1/catalog/services/Vfw20220520223712/1.0/resourceInstances/vfw9409c095a6ce0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T22:40:19.742Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:40:19.742Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:40:19.742Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe81cd8e-cc54-4859-ba95-13b24817399d", "consumerID": "cds", "timestamp": 1653086392226, "artifactURL": "/sdc/v1/catalog/services/Vfw20220520223712/1.0/resourceInstances/vfw9409c095a6ce0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-20T22:40:19.742Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:40:19.742Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:40:19.742Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe81cd8e-cc54-4859-ba95-13b24817399d", "consumerID": "multicloud-k8s-id", "timestamp": 1653086397142, "artifactURL": "/sdc/v1/catalog/services/Vfw20220520223712/1.0/resourceInstances/vfw9409c095a6ce0/artifacts/vfw9409c095a6ce0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-20T22:40:19.742Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T22:40:19.742Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:40:19.742Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe81cd8e-cc54-4859-ba95-13b24817399d", "consumerID": "cds", "timestamp": 1653086392226, "artifactURL": "/sdc/v1/catalog/services/Vfw20220520223712/1.0/artifacts/service-Vfw20220520223712-template.yml", "status": "NOT_NOTIFIED" } 2022-05-20T22:40:19.743Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:40:19.743Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:40:19.743Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe81cd8e-cc54-4859-ba95-13b24817399d", "consumerID": "multicloud-k8s-id", "timestamp": 1653086398343, "artifactURL": "/sdc/v1/catalog/services/Vfw20220520223712/1.0/resourceInstances/vfw9409c095a6ce0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-05-20T22:40:19.743Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T22:40:19.743Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:40:19.743Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe81cd8e-cc54-4859-ba95-13b24817399d", "consumerID": "cds", "timestamp": 1653086392226, "artifactURL": "/sdc/v1/catalog/services/Vfw20220520223712/1.0/artifacts/service-Vfw20220520223712-csar.csar", "status": "NOTIFIED" } 2022-05-20T22:40:19.743Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:40:19.743Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:40:19.743Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe81cd8e-cc54-4859-ba95-13b24817399d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653086398646, "artifactURL": "/sdc/v1/catalog/services/Vfw20220520223712/1.0/resourceInstances/vfw9409c095a6ce0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T22:40:19.743Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:40:19.744Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:40:19.744Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe81cd8e-cc54-4859-ba95-13b24817399d", "consumerID": "multicloud-k8s-id", "timestamp": 1653086399390, "artifactURL": "/sdc/v1/catalog/services/Vfw20220520223712/1.0/resourceInstances/vfw9409c095a6ce0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-05-20T22:40:19.744Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T22:40:19.744Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:40:19.744Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe81cd8e-cc54-4859-ba95-13b24817399d", "consumerID": "cds", "timestamp": 1653086400172, "artifactURL": "/sdc/v1/catalog/services/Vfw20220520223712/1.0/artifacts/service-Vfw20220520223712-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-20T22:40:19.744Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T22:40:19.744Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:40:19.744Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe81cd8e-cc54-4859-ba95-13b24817399d", "consumerID": "policy-id", "timestamp": 1653086399489, "artifactURL": "/sdc/v1/catalog/services/Vfw20220520223712/1.0/resourceInstances/vfw9409c095a6ce0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T22:40:19.744Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:40:19.744Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:40:19.744Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe81cd8e-cc54-4859-ba95-13b24817399d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653086398646, "artifactURL": "/sdc/v1/catalog/services/Vfw20220520223712/1.0/resourceInstances/vfw9409c095a6ce0/artifacts/vfw9409c095a6ce0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-20T22:40:19.744Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:40:19.745Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:40:19.745Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe81cd8e-cc54-4859-ba95-13b24817399d", "consumerID": "multicloud-k8s-id", "timestamp": 1653086400449, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-20T22:40:19.830Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-20T22:40:19.833Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T22:40:19.833Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T22:40:19.885Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:40:19.886Z||pool-3-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":0,"count":1} Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-20T22:40:19.918Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fe81cd8e-cc54-4859-ba95-13b24817399d 2022-05-20T22:40:19.933Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId fe81cd8e-cc54-4859-ba95-13b24817399d and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-20T22:40:19.950Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:40:19.950Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe81cd8e-cc54-4859-ba95-13b24817399d", "consumerID": "aai-ml", "timestamp": 1653086399856, "artifactURL": "/sdc/v1/catalog/services/Vfw20220520223712/1.0/resourceInstances/vfw9409c095a6ce0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T22:40:19.950Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:40:19.951Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:40:19.951Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe81cd8e-cc54-4859-ba95-13b24817399d", "consumerID": "policy-id", "timestamp": 1653086399489, "artifactURL": "/sdc/v1/catalog/services/Vfw20220520223712/1.0/resourceInstances/vfw9409c095a6ce0/artifacts/vfw9409c095a6ce0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-20T22:40:19.951Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:40:19.951Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:40:19.951Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe81cd8e-cc54-4859-ba95-13b24817399d", "consumerID": "cds", "timestamp": 1653086401188, "artifactURL": "/sdc/v1/catalog/services/Vfw20220520223712/1.0/artifacts/service-Vfw20220520223712-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-20T22:40:19.966Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of fe81cd8e-cc54-4859-ba95-13b24817399d 2022-05-20T22:40:19.966Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId fe81cd8e-cc54-4859-ba95-13b24817399d and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-20T22:40:19.975Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:40:19.976Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe81cd8e-cc54-4859-ba95-13b24817399d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653086398646, "artifactURL": "/sdc/v1/catalog/services/Vfw20220520223712/1.0/resourceInstances/vfw9409c095a6ce0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-20T22:40:19.976Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:40:19.976Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:40:19.976Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe81cd8e-cc54-4859-ba95-13b24817399d", "consumerID": "multicloud-k8s-id", "timestamp": 1653086401453, "artifactURL": "/sdc/v1/catalog/services/Vfw20220520223712/1.0/resourceInstances/vfw9409c095a6ce0/artifacts/vfw9409c095a6ce0_modules.json", "status": "DEPLOY_OK" } 2022-05-20T22:40:19.977Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T22:40:19.977Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:40:19.977Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe81cd8e-cc54-4859-ba95-13b24817399d", "consumerID": "aai-ml", "timestamp": 1653086399856, "artifactURL": "/sdc/v1/catalog/services/Vfw20220520223712/1.0/resourceInstances/vfw9409c095a6ce0/artifacts/vfw9409c095a6ce0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-20T22:40:19.977Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:40:19.977Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:40:19.977Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe81cd8e-cc54-4859-ba95-13b24817399d", "consumerID": "policy-id", "timestamp": 1653086399489, "artifactURL": "/sdc/v1/catalog/services/Vfw20220520223712/1.0/resourceInstances/vfw9409c095a6ce0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-05-20T22:40:19.978Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:40:19.978Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:40:19.978Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe81cd8e-cc54-4859-ba95-13b24817399d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653086398646, "artifactURL": "/sdc/v1/catalog/services/Vfw20220520223712/1.0/resourceInstances/vfw9409c095a6ce0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T22:40:19.978Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:40:19.978Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:40:19.978Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe81cd8e-cc54-4859-ba95-13b24817399d", "consumerID": "aai-ml", "timestamp": 1653086399856, "artifactURL": "/sdc/v1/catalog/services/Vfw20220520223712/1.0/resourceInstances/vfw9409c095a6ce0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-20T22:40:19.979Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:40:19.979Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:40:19.979Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe81cd8e-cc54-4859-ba95-13b24817399d", "consumerID": "policy-id", "timestamp": 1653086399489, "artifactURL": "/sdc/v1/catalog/services/Vfw20220520223712/1.0/resourceInstances/vfw9409c095a6ce0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T22:40:19.979Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:40:19.979Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:40:19.979Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe81cd8e-cc54-4859-ba95-13b24817399d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653086398646, "artifactURL": "/sdc/v1/catalog/services/Vfw20220520223712/1.0/resourceInstances/vfw9409c095a6ce0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-20T22:40:19.979Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:40:19.980Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:40:19.980Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe81cd8e-cc54-4859-ba95-13b24817399d", "consumerID": "aai-ml", "timestamp": 1653086399856, "artifactURL": "/sdc/v1/catalog/services/Vfw20220520223712/1.0/resourceInstances/vfw9409c095a6ce0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T22:40:19.980Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:40:19.980Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:40:19.980Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe81cd8e-cc54-4859-ba95-13b24817399d", "consumerID": "policy-id", "timestamp": 1653086399489, "artifactURL": "/sdc/v1/catalog/services/Vfw20220520223712/1.0/resourceInstances/vfw9409c095a6ce0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-20T22:40:19.980Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:40:19.980Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:40:19.981Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe81cd8e-cc54-4859-ba95-13b24817399d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653086398646, "artifactURL": "/sdc/v1/catalog/services/Vfw20220520223712/1.0/artifacts/service-Vfw20220520223712-template.yml", "status": "NOT_NOTIFIED" } 2022-05-20T22:40:19.981Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:40:19.981Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:40:19.981Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe81cd8e-cc54-4859-ba95-13b24817399d", "consumerID": "aai-ml", "timestamp": 1653086399856, "artifactURL": "/sdc/v1/catalog/services/Vfw20220520223712/1.0/resourceInstances/vfw9409c095a6ce0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-20T22:40:19.981Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:40:19.981Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:40:19.981Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe81cd8e-cc54-4859-ba95-13b24817399d", "consumerID": "policy-id", "timestamp": 1653086399489, "artifactURL": "/sdc/v1/catalog/services/Vfw20220520223712/1.0/artifacts/service-Vfw20220520223712-template.yml", "status": "NOT_NOTIFIED" } 2022-05-20T22:40:19.982Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:40:19.982Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:40:19.982Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe81cd8e-cc54-4859-ba95-13b24817399d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653086398646, "artifactURL": "/sdc/v1/catalog/services/Vfw20220520223712/1.0/artifacts/service-Vfw20220520223712-csar.csar", "status": "NOTIFIED" } 2022-05-20T22:40:19.982Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:40:19.982Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:40:19.982Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe81cd8e-cc54-4859-ba95-13b24817399d", "consumerID": "aai-ml", "timestamp": 1653086399856, "artifactURL": "/sdc/v1/catalog/services/Vfw20220520223712/1.0/artifacts/service-Vfw20220520223712-template.yml", "status": "NOT_NOTIFIED" } 2022-05-20T22:40:19.983Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:40:19.983Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:40:19.983Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe81cd8e-cc54-4859-ba95-13b24817399d", "consumerID": "policy-id", "timestamp": 1653086399489, "artifactURL": "/sdc/v1/catalog/services/Vfw20220520223712/1.0/artifacts/service-Vfw20220520223712-csar.csar", "status": "NOTIFIED" } 2022-05-20T22:40:19.983Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:40:19.983Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:40:19.983Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe81cd8e-cc54-4859-ba95-13b24817399d", "consumerID": "aai-ml", "timestamp": 1653086399856, "artifactURL": "/sdc/v1/catalog/services/Vfw20220520223712/1.0/artifacts/service-Vfw20220520223712-csar.csar", "status": "NOTIFIED" } 2022-05-20T22:40:19.984Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:40:19.984Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:40:19.984Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe81cd8e-cc54-4859-ba95-13b24817399d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653086407380, "artifactURL": "/sdc/v1/catalog/services/Vfw20220520223712/1.0/artifacts/service-Vfw20220520223712-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-20T22:40:19.984Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T22:40:19.984Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:40:19.984Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe81cd8e-cc54-4859-ba95-13b24817399d", "consumerID": "clamp", "timestamp": 1653086406845, "artifactURL": "/sdc/v1/catalog/services/Vfw20220520223712/1.0/resourceInstances/vfw9409c095a6ce0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T22:40:19.984Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:40:19.985Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:40:19.985Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe81cd8e-cc54-4859-ba95-13b24817399d", "consumerID": "policy-id", "timestamp": 1653086407554, "artifactURL": "/sdc/v1/catalog/services/Vfw20220520223712/1.0/artifacts/service-Vfw20220520223712-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-20T22:40:19.985Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T22:40:19.985Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:40:19.985Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe81cd8e-cc54-4859-ba95-13b24817399d", "consumerID": "aai-ml", "timestamp": 1653086408056, "artifactURL": "/sdc/v1/catalog/services/Vfw20220520223712/1.0/artifacts/service-Vfw20220520223712-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-20T22:40:19.985Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T22:40:19.985Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:40:19.985Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe81cd8e-cc54-4859-ba95-13b24817399d", "consumerID": "clamp", "timestamp": 1653086406845, "artifactURL": "/sdc/v1/catalog/services/Vfw20220520223712/1.0/resourceInstances/vfw9409c095a6ce0/artifacts/vfw9409c095a6ce0_modules.json", "status": "NOTIFIED" } 2022-05-20T22:40:19.985Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:40:19.985Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:40:19.985Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe81cd8e-cc54-4859-ba95-13b24817399d", "consumerID": "policy-id", "timestamp": 1653086408564, "artifactURL": "/sdc/v1/catalog/services/Vfw20220520223712/1.0/artifacts/service-Vfw20220520223712-csar.csar", "status": "DEPLOY_OK" } 2022-05-20T22:40:19.986Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T22:40:19.986Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:40:19.986Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe81cd8e-cc54-4859-ba95-13b24817399d", "consumerID": "clamp", "timestamp": 1653086406845, "artifactURL": "/sdc/v1/catalog/services/Vfw20220520223712/1.0/resourceInstances/vfw9409c095a6ce0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-20T22:40:19.986Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:40:19.986Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:40:19.986Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe81cd8e-cc54-4859-ba95-13b24817399d", "consumerID": "policy-id", "timestamp": 1653086409568, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-20T22:40:19.990Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fe81cd8e-cc54-4859-ba95-13b24817399d 2022-05-20T22:40:19.990Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId fe81cd8e-cc54-4859-ba95-13b24817399d and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-05-20T22:40:19.998Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:40:19.998Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe81cd8e-cc54-4859-ba95-13b24817399d", "consumerID": "clamp", "timestamp": 1653086406845, "artifactURL": "/sdc/v1/catalog/services/Vfw20220520223712/1.0/resourceInstances/vfw9409c095a6ce0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T22:40:19.998Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:40:19.998Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:40:19.999Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe81cd8e-cc54-4859-ba95-13b24817399d", "consumerID": "clamp", "timestamp": 1653086406845, "artifactURL": "/sdc/v1/catalog/services/Vfw20220520223712/1.0/resourceInstances/vfw9409c095a6ce0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-20T22:40:19.999Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:40:19.999Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:40:19.999Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe81cd8e-cc54-4859-ba95-13b24817399d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653086412478, "artifactURL": "/sdc/v1/catalog/services/Vfw20220520223712/1.0/artifacts/service-Vfw20220520223712-csar.csar", "status": "DEPLOY_OK" } 2022-05-20T22:40:19.999Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T22:40:19.999Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:40:19.999Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe81cd8e-cc54-4859-ba95-13b24817399d", "consumerID": "clamp", "timestamp": 1653086406845, "artifactURL": "/sdc/v1/catalog/services/Vfw20220520223712/1.0/artifacts/service-Vfw20220520223712-template.yml", "status": "NOT_NOTIFIED" } 2022-05-20T22:40:19.999Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:40:19.999Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:40:19.999Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe81cd8e-cc54-4859-ba95-13b24817399d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653086413483, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-20T22:40:20.003Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fe81cd8e-cc54-4859-ba95-13b24817399d 2022-05-20T22:40:20.003Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId fe81cd8e-cc54-4859-ba95-13b24817399d and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-20T22:40:20.010Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:40:20.010Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe81cd8e-cc54-4859-ba95-13b24817399d", "consumerID": "clamp", "timestamp": 1653086406845, "artifactURL": "/sdc/v1/catalog/services/Vfw20220520223712/1.0/artifacts/service-Vfw20220520223712-csar.csar", "status": "NOTIFIED" } 2022-05-20T22:40:20.010Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:40:20.734Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-20T22:40:20.735Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-05-20T22:40:20.737Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T22:40:20.737Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "fe81cd8e-cc54-4859-ba95-13b24817399d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653086419080, "artifactURL": "/sdc/v1/catalog/services/Vfw20220520223712/1.0/resourceInstances/vfw9409c095a6ce0/artifacts/vfw9409c095a6ce0_modules.json", "status": "NOTIFIED" } 2022-05-20T22:40:20.837Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-20T22:40:20.838Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T22:40:20.839Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T22:40:20.854Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:40:20.855Z||pool-4-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-20T22:40:21.737Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-20T22:40:21.739Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-05-20T22:40:21.740Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T22:40:21.741Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "fe81cd8e-cc54-4859-ba95-13b24817399d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653086419080, "artifactURL": "/sdc/v1/catalog/services/Vfw20220520223712/1.0/resourceInstances/vfw9409c095a6ce0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-05-20T22:40:21.841Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-20T22:40:21.842Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T22:40:21.842Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T22:40:21.856Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:40:21.856Z||pool-5-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-20T22:40:22.741Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-20T22:40:22.742Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-05-20T22:40:22.744Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T22:40:22.744Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "fe81cd8e-cc54-4859-ba95-13b24817399d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653086419080, "artifactURL": "/sdc/v1/catalog/services/Vfw20220520223712/1.0/resourceInstances/vfw9409c095a6ce0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T22:40:22.844Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-20T22:40:22.845Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T22:40:22.845Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T22:40:22.860Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:40:22.860Z||pool-6-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-20T22:40:23.745Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-20T22:40:23.746Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-05-20T22:40:23.748Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T22:40:23.748Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "fe81cd8e-cc54-4859-ba95-13b24817399d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653086419080, "artifactURL": "/sdc/v1/catalog/services/Vfw20220520223712/1.0/resourceInstances/vfw9409c095a6ce0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-05-20T22:40:23.848Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-20T22:40:23.849Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T22:40:23.849Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T22:40:23.863Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:40:23.864Z||pool-7-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-20T22:40:24.748Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-20T22:40:24.749Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-05-20T22:40:24.751Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T22:40:24.751Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "fe81cd8e-cc54-4859-ba95-13b24817399d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653086419080, "artifactURL": "/sdc/v1/catalog/services/Vfw20220520223712/1.0/artifacts/service-Vfw20220520223712-template.yml", "status": "NOT_NOTIFIED" } 2022-05-20T22:40:24.852Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-20T22:40:24.852Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T22:40:24.852Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T22:40:24.864Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:40:24.865Z||pool-8-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-20T22:40:25.752Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-20T22:40:25.753Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-05-20T22:40:25.755Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T22:40:25.756Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "fe81cd8e-cc54-4859-ba95-13b24817399d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653086419080, "artifactURL": "/sdc/v1/catalog/services/Vfw20220520223712/1.0/artifacts/service-Vfw20220520223712-csar.csar", "status": "NOTIFIED" } 2022-05-20T22:40:25.855Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-20T22:40:25.856Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T22:40:25.856Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T22:40:25.877Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:40:25.878Z||pool-9-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-05-20T22:40:26.759Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "fe81cd8e-cc54-4859-ba95-13b24817399d", "serviceName": "vFW 2022-05-20 22-37-12", "serviceVersion": "1.0", "serviceUUID": "1ca2743f-e6d6-4e29-91fe-d08b59623640", "serviceDescription": "catalog service description", "serviceInvariantUUID": "03ab2b95-ba86-4a1e-8b52-0f193646d4c8", "resources": [ { "resourceInstanceName": "vFW 9409c095-a6ce 0", "resourceCustomizationUUID": "499afeda-bf71-40a6-8a86-ccda3a1cd6f4", "resourceName": "vFW 9409c095-a6ce", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "60184b64-1598-47c4-b3fe-0875264577c7", "resourceInvariantUUID": "f5515e08-f3fa-45f5-bc7f-18464bc2632f", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw9409c095a6ce0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220520223712/1.0/resourceInstances/vfw9409c095a6ce0/artifacts/vfw9409c095a6ce0_modules.json", "artifactChecksum": "Mjk2OGJlYjkzZjdhYTUwYjExMTEwM2Q3MTllYjllZTI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b9dfae7a-7ffd-4c5d-a9a7-81384479d1fe", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220520223712/1.0/resourceInstances/vfw9409c095a6ce0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "739fa0a7-5779-46db-88ac-eacf4927a4ca", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220520223712/1.0/resourceInstances/vfw9409c095a6ce0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "373b44c1-7708-4dfe-a728-c4edc6afb0e6", "generatedFromUUID": "739fa0a7-5779-46db-88ac-eacf4927a4ca" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220520223712/1.0/resourceInstances/vfw9409c095a6ce0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "373b44c1-7708-4dfe-a728-c4edc6afb0e6", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220520223712-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220520223712/1.0/artifacts/service-Vfw20220520223712-csar.csar", "artifactChecksum": "NTU4NTk2ZDQ2Yjc4YTM4Mzk0ZGY4MzNlY2M4MzI4MTU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0dceb6a6-7882-48b3-8f6f-f65d34b894cc" } ], "workloadContext": "Production" } 2022-05-20T22:40:26.760Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-20T22:40:26.761Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1ca2743f-e6d6-4e29-91fe-d08b59623640 ASDC 2022-05-20T22:40:26.834Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:fe81cd8e-cc54-4859-ba95-13b24817399d ServiceName:vFW 2022-05-20 22-37-12 ServiceVersion:1.0 ServiceUUID:1ca2743f-e6d6-4e29-91fe-d08b59623640 ServiceInvariantUUID:03ab2b95-ba86-4a1e-8b52-0f193646d4c8 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220520223712-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220520223712/1.0/artifacts/service-Vfw20220520223712-csar.csar ArtifactUUID:0dceb6a6-7882-48b3-8f6f-f65d34b894cc ArtifactChecksum:NTU4NTk2ZDQ2Yjc4YTM4Mzk0ZGY4MzNlY2M4MzI4MTU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 9409c095-a6ce 0 ResourceCustomizationUUID:499afeda-bf71-40a6-8a86-ccda3a1cd6f4 ResourceInvariantUUID:f5515e08-f3fa-45f5-bc7f-18464bc2632f ResourceName:vFW 9409c095-a6ce ResourceType:VF ResourceUUID:60184b64-1598-47c4-b3fe-0875264577c7 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw9409c095a6ce0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220520223712/1.0/resourceInstances/vfw9409c095a6ce0/artifacts/vfw9409c095a6ce0_modules.json ArtifactUUID:b9dfae7a-7ffd-4c5d-a9a7-81384479d1fe ArtifactChecksum:Mjk2OGJlYjkzZjdhYTUwYjExMTEwM2Q3MTllYjllZTI= 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/Vfw20220520223712/1.0/resourceInstances/vfw9409c095a6ce0/artifacts/base_vfw.yaml ArtifactUUID:739fa0a7-5779-46db-88ac-eacf4927a4ca 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/Vfw20220520223712/1.0/resourceInstances/vfw9409c095a6ce0/artifacts/base_vfw.env ArtifactUUID:373b44c1-7708-4dfe-a728-c4edc6afb0e6 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/Vfw20220520223712/1.0/resourceInstances/vfw9409c095a6ce0/artifacts/base_vfw.env ArtifactUUID:373b44c1-7708-4dfe-a728-c4edc6afb0e6 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-05-20T22:40:26.834Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1ca2743f-e6d6-4e29-91fe-d08b59623640 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-20T22:40:26.901Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-20T22:40:26.902Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-05-20T22:40:26.903Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-05-20T22:40:26.903Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 0dceb6a6-7882-48b3-8f6f-f65d34b894cc from URL: /sdc/v1/catalog/services/Vfw20220520223712/1.0/artifacts/service-Vfw20220520223712-csar.csar 2022-05-20T22:40:26.903Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-05-20T22:40:26.905Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220520223712/1.0/artifacts/service-Vfw20220520223712-csar.csar 2022-05-20T22:40:27.135Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-05-20T22:40:27.154Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220520223712/1.0/artifacts/service-Vfw20220520223712-csar.csar 0dceb6a6-7882-48b3-8f6f-f65d34b894cc 99031 2022-05-20T22:40:27.155Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220520223712/1.0/artifacts/service-Vfw20220520223712-csar.csar ASDC sendASDCNotification 2022-05-20T22:40:27.155Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220520223712/1.0/artifacts/service-Vfw20220520223712-csar.csar 2022-05-20T22:40:27.156Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-20T22:40:27.157Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-05-20T22:40:27.158Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T22:40:27.158Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "fe81cd8e-cc54-4859-ba95-13b24817399d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653086427154, "artifactURL": "/sdc/v1/catalog/services/Vfw20220520223712/1.0/artifacts/service-Vfw20220520223712-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-20T22:40:27.259Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-20T22:40:27.260Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T22:40:27.260Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T22:40:27.272Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:40:27.273Z||pool-10-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-20T22:40:28.159Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-20T22:40:28.160Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-05-20T22:40:28.161Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 0dceb6a6-7882-48b3-8f6f-f65d34b894cc, URL: /sdc/v1/catalog/services/Vfw20220520223712/1.0/artifacts/service-Vfw20220520223712-csar.csar to file: /app/ASDC/1/service-Vfw20220520223712-csar.csar 2022-05-20T22:40:28.162Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220520223712-csar.csar 2022-05-20T22:40:28.220Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220520223712-csar.csar 2022-05-20T22:40:28.220Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220520223712-csar.csar 2022-05-20T22:40:29.295Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2050948264784447610/Definitions/service-Vfw20220520223712-template.yml Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided 2022-05-20T22:40:31.758Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-20T22:40:31.761Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-05-20T22:40:31.761Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220520223712-csar.csar 2022-05-20T22:40:31.761Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-05-20T22:40:31.762Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||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-Vfw20220520223712-csar.csar 2022-05-20T22:40:31.762Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||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-Vfw20220520223712-csar.csar 2022-05-20T22:40:31.762Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 9409c095-a6ce 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-Vfw20220520223712-csar.csar 2022-05-20T22:40:31.762Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||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-Vfw20220520223712-csar.csar 2022-05-20T22:40:31.762Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220520223712-csar.csar 2022-05-20T22:40:31.762Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220520223712-csar.csar 2022-05-20T22:40:31.762Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||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-Vfw20220520223712-csar.csar 2022-05-20T22:40:31.762Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||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-Vfw20220520223712-csar.csar 2022-05-20T22:40:31.762Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||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-Vfw20220520223712-csar.csar 2022-05-20T22:40:31.762Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220520223712-csar.csar 2022-05-20T22:40:31.762Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||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-Vfw20220520223712-csar.csar 2022-05-20T22:40:31.762Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220520223712-csar.csar 2022-05-20T22:40:31.762Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||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-Vfw20220520223712-csar.csar 2022-05-20T22:40:31.762Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-05-20T22:40:31.767Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T22:40:31.768Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-05-20 22-37-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-20T22:40:31.781Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Node template vFW 9409c095-a6ce 0 is matching search criteria 2022-05-20T22:40:31.781Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-05-20T22:40:31.782Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 9409c095-a6ce 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-20T22:40:31.784Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T22:40:31.784Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-05-20 22-37-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-20T22:40:31.784Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Node template vFW 9409c095-a6ce 0 is matching search criteria 2022-05-20T22:40:31.784Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-05-20T22:40:31.784Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 9409c095-a6ce 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-20T22:40:31.785Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T22:40:31.785Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-05-20 22-37-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-20T22:40:31.788Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T22:40:31.788Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Node template vFW 9409c095-a6ce 0 is not matching search criteria 2022-05-20T22:40:31.788Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-20T22:40:31.789Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-20T22:40:31.789Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-20T22:40:31.789Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-20T22:40:31.789Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-20T22:40:31.789Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-20T22:40:31.789Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-05-20T22:40:31.789Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-20T22:40:31.789Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-05-20T22:40:31.789Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-20T22:40:31.789Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-20T22:40:31.789Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-20T22:40:31.790Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-20T22:40:31.790Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-05-20T22:40:31.790Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-20T22:40:31.790Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-05-20T22:40:31.790Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T22:40:31.790Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-05-20 22-37-12 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-20T22:40:31.791Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T22:40:31.791Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Node template vFW 9409c095-a6ce 0 is matching search criteria 2022-05-20T22:40:31.791Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 9409c095-a6ce 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-20T22:40:31.791Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T22:40:31.791Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Node template vFW 9409c095-a6ce 0 is matching search criteria 2022-05-20T22:40:31.791Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 9409c095-a6ce 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-20T22:40:31.792Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T22:40:31.792Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Node template vFW 9409c095-a6ce 0 is matching search criteria 2022-05-20T22:40:31.792Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 9409c095-a6ce 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-20T22:40:31.792Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T22:40:31.792Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Node template vFW 9409c095-a6ce 0 is not matching search criteria 2022-05-20T22:40:31.792Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-20T22:40:31.792Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-20T22:40:31.792Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-05-20T22:40:31.792Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-20T22:40:31.793Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-05-20T22:40:31.793Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-20T22:40:31.793Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-20T22:40:31.793Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-20T22:40:31.793Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-20T22:40:31.793Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-05-20T22:40:31.793Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-20T22:40:31.793Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9a149a3c-481d-4420-8f73-b05231cfdcad 2022-05-20T22:40:31.793Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T22:40:31.793Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Node template vFW 9409c095-a6ce 0 is not matching search criteria 2022-05-20T22:40:31.794Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-20T22:40:31.794Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-20T22:40:31.794Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-20T22:40:31.794Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-20T22:40:31.794Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-20T22:40:31.794Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-20T22:40:31.794Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-05-20T22:40:31.794Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-05-20T22:40:31.794Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-20T22:40:31.794Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-20T22:40:31.794Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-05-20T22:40:31.795Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-20T22:40:31.795Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8988baa2-1169-4e7c-a7da-a740e38cc5ab 2022-05-20T22:40:31.795Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T22:40:31.795Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Node template vFW 9409c095-a6ce 0 is not matching search criteria 2022-05-20T22:40:31.795Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-20T22:40:31.795Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-20T22:40:31.795Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-20T22:40:31.795Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-20T22:40:31.795Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-20T22:40:31.795Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-20T22:40:31.795Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-05-20T22:40:31.795Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-20T22:40:31.796Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-05-20T22:40:31.796Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-20T22:40:31.796Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-20T22:40:31.796Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-05-20T22:40:31.796Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=6d1eb01c-2b68-4300-88e9-115e88d6f641 2022-05-20T22:40:31.796Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T22:40:31.796Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-05-20 22-37-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-20T22:40:31.796Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T22:40:31.796Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-05-20 22-37-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-20T22:40:31.796Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T22:40:31.796Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-05-20 22-37-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-20T22:40:31.796Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T22:40:31.797Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-05-20 22-37-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-20T22:40:31.797Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-05-20 22-37-12 Description:catalog service description Model UUID:1ca2743f-e6d6-4e29-91fe-d08b59623640 Model Version:NULL Model InvariantUuid:03ab2b95-ba86-4a1e-8b52-0f193646d4c8 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 9409c095-a6ce Model UUID:e5549747-b5f4-45f3-aff5-a34c1474aa87 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:f5515e08-f3fa-45f5-bc7f-18464bc2632f Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:499afeda-bf71-40a6-8a86-ccda3a1cd6f4 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:7633aec0-a110-4faf-9745-704b6a9c205c ModelName:Vfw9409c095A6ce..base_vfw..module-0 ModelUuid:1f9104b9-f861-469e-b67a-336b319f8311 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:9a149a3c-481d-4420-8f73-b05231cfdcad ModelInvariantUuid:5e8e3723-d8c1-4ce6-a29b-f9868b4d851c ModelName:vFW 9409c095-a6ce-nodes.vfwCvfc ModelUuid:fc4fb68b-aaa7-435f-8e0f-32749d89ba7a ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:f44f5501-9853-4232-a806-5773c5e15d64 ModelInvariantUuid:adb2fdc7-6f1e-45f1-88fc-a90d231ad05c ModelName:Vfw9409c095A6ce.compute.nodes.heat.vfw ModelUuid:288e2f1b-35d3-4851-986d-aac317a4f071 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:8988baa2-1169-4e7c-a7da-a740e38cc5ab ModelInvariantUuid:2f50cffd-2417-48a1-bf0e-98d16573899d ModelName:vFW 9409c095-a6ce-nodes.vsnCvfc ModelUuid:df0bb68f-1d52-4074-a1df-e9b938c74c61 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:36ee19c3-67f5-4581-b474-cb44b16066a5 ModelInvariantUuid:02fc7112-4f5c-4845-bb28-208e3958d155 ModelName:Vfw9409c095A6ce.compute.nodes.heat.vsn ModelUuid:551a0702-7d29-454b-8b90-ebdf821c1b36 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:6d1eb01c-2b68-4300-88e9-115e88d6f641 ModelInvariantUuid:e0114765-7406-403f-af07-691c88ce2eb9 ModelName:vFW 9409c095-a6ce-nodes.vpgCvfc ModelUuid:da68fdf6-7c4f-41cf-bb68-d0c53be5393e ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:6c58225d-39f0-4bf0-9435-da7c89984d60 ModelInvariantUuid:d155461e-7b16-45e3-ac50-04e760a69675 ModelName:Vfw9409c095A6ce.compute.nodes.heat.vpg ModelUuid:0bf4c6bb-9a34-4d94-8a27-230f4f6c4194 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-05-20T22:40:31.809Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 60184b64-1598-47c4-b3fe-0875264577c7 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-20T22:40:31.945Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||INFO|500||vFW 9409c095-a6ce 0 2022-05-20T22:40:31.954Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 60184b64-1598-47c4-b3fe-0875264577c7 2022-05-20T22:40:31.955Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: b9dfae7a-7ffd-4c5d-a9a7-81384479d1fe from URL: /sdc/v1/catalog/services/Vfw20220520223712/1.0/resourceInstances/vfw9409c095a6ce0/artifacts/vfw9409c095a6ce0_modules.json 2022-05-20T22:40:31.955Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-05-20T22:40:31.955Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220520223712/1.0/resourceInstances/vfw9409c095a6ce0/artifacts/vfw9409c095a6ce0_modules.json 2022-05-20T22:40:31.996Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-05-20T22:40:31.997Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220520223712/1.0/resourceInstances/vfw9409c095a6ce0/artifacts/vfw9409c095a6ce0_modules.json b9dfae7a-7ffd-4c5d-a9a7-81384479d1fe 785 2022-05-20T22:40:31.997Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220520223712/1.0/resourceInstances/vfw9409c095a6ce0/artifacts/vfw9409c095a6ce0_modules.json ASDC sendASDCNotification 2022-05-20T22:40:31.997Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220520223712/1.0/resourceInstances/vfw9409c095a6ce0/artifacts/vfw9409c095a6ce0_modules.json 2022-05-20T22:40:31.998Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-20T22:40:31.998Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-05-20T22:40:32.000Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T22:40:32.000Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "fe81cd8e-cc54-4859-ba95-13b24817399d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653086431997, "artifactURL": "/sdc/v1/catalog/services/Vfw20220520223712/1.0/resourceInstances/vfw9409c095a6ce0/artifacts/vfw9409c095a6ce0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-20T22:40:32.100Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-20T22:40:32.101Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T22:40:32.101Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T22:40:32.112Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:40:32.113Z||pool-11-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-20T22:40:33.003Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw9409c095A6ce..base_vfw..module-0", "vfModuleModelInvariantUUID": "7633aec0-a110-4faf-9745-704b6a9c205c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "1f9104b9-f861-469e-b67a-336b319f8311", "vfModuleModelCustomizationUUID": "31253834-fa35-4a07-bcbf-47de26692361", "isBase": true, "artifacts": [ "739fa0a7-5779-46db-88ac-eacf4927a4ca", "373b44c1-7708-4dfe-a728-c4edc6afb0e6" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-05-20T22:40:33.014Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw9409c095A6ce..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:1f9104b9-f861-469e-b67a-336b319f8311 VfModuleModelInvariantUUID:7633aec0-a110-4faf-9745-704b6a9c205c VfModuleModelDescription:NULL Artifacts UUID List:{ 739fa0a7-5779-46db-88ac-eacf4927a4ca , 373b44c1-7708-4dfe-a728-c4edc6afb0e6 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-05-20T22:40:33.016Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw9409c095A6ce..base_vfw..module-0", "vfModuleModelInvariantUUID": "7633aec0-a110-4faf-9745-704b6a9c205c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "1f9104b9-f861-469e-b67a-336b319f8311", "vfModuleModelCustomizationUUID": "31253834-fa35-4a07-bcbf-47de26692361", "isBase": true, "artifacts": [ "739fa0a7-5779-46db-88ac-eacf4927a4ca", "373b44c1-7708-4dfe-a728-c4edc6afb0e6" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-05-20T22:40:33.016Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw9409c095A6ce..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:1f9104b9-f861-469e-b67a-336b319f8311 VfModuleModelInvariantUUID:7633aec0-a110-4faf-9745-704b6a9c205c VfModuleModelDescription:NULL Artifacts UUID List:{ 739fa0a7-5779-46db-88ac-eacf4927a4ca , 373b44c1-7708-4dfe-a728-c4edc6afb0e6 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-05-20T22:40:33.016Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 739fa0a7-5779-46db-88ac-eacf4927a4ca from URL: /sdc/v1/catalog/services/Vfw20220520223712/1.0/resourceInstances/vfw9409c095a6ce0/artifacts/base_vfw.yaml 2022-05-20T22:40:33.016Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-05-20T22:40:33.016Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220520223712/1.0/resourceInstances/vfw9409c095a6ce0/artifacts/base_vfw.yaml 2022-05-20T22:40:33.233Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-05-20T22:40:33.234Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220520223712/1.0/resourceInstances/vfw9409c095a6ce0/artifacts/base_vfw.yaml 739fa0a7-5779-46db-88ac-eacf4927a4ca 20368 2022-05-20T22:40:33.235Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220520223712/1.0/resourceInstances/vfw9409c095a6ce0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-05-20T22:40:33.235Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220520223712/1.0/resourceInstances/vfw9409c095a6ce0/artifacts/base_vfw.yaml 2022-05-20T22:40:33.235Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-20T22:40:33.235Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-05-20T22:40:33.237Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T22:40:33.238Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "fe81cd8e-cc54-4859-ba95-13b24817399d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653086433235, "artifactURL": "/sdc/v1/catalog/services/Vfw20220520223712/1.0/resourceInstances/vfw9409c095a6ce0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-05-20T22:40:33.338Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-20T22:40:33.339Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T22:40:33.339Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T22:40:33.352Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:40:33.353Z||pool-12-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-20T22:40:34.238Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 373b44c1-7708-4dfe-a728-c4edc6afb0e6 from URL: /sdc/v1/catalog/services/Vfw20220520223712/1.0/resourceInstances/vfw9409c095a6ce0/artifacts/base_vfw.env 2022-05-20T22:40:34.239Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-05-20T22:40:34.239Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220520223712/1.0/resourceInstances/vfw9409c095a6ce0/artifacts/base_vfw.env 2022-05-20T22:40:34.429Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-05-20T22:40:34.429Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220520223712/1.0/resourceInstances/vfw9409c095a6ce0/artifacts/base_vfw.env 373b44c1-7708-4dfe-a728-c4edc6afb0e6 2098 2022-05-20T22:40:34.429Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220520223712/1.0/resourceInstances/vfw9409c095a6ce0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-05-20T22:40:34.430Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220520223712/1.0/resourceInstances/vfw9409c095a6ce0/artifacts/base_vfw.env 2022-05-20T22:40:34.430Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-20T22:40:34.430Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-05-20T22:40:34.432Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T22:40:34.432Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "fe81cd8e-cc54-4859-ba95-13b24817399d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653086434429, "artifactURL": "/sdc/v1/catalog/services/Vfw20220520223712/1.0/resourceInstances/vfw9409c095a6ce0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-05-20T22:40:34.532Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-20T22:40:34.533Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T22:40:34.533Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T22:40:34.548Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:40:34.548Z||pool-13-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-20T22:40:35.433Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 1ca2743f-e6d6-4e29-91fe-d08b59623640 2022-05-20T22:40:35.433Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 9409c095-a6ce 0 60184b64-1598-47c4-b3fe-0875264577c7 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-20T22:40:35.467Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2158e83f, org.onap.sdc.toscaparser.api.parameters.Input@457881a8, org.onap.sdc.toscaparser.api.parameters.Input@1045fb78, org.onap.sdc.toscaparser.api.parameters.Input@72a704d0, org.onap.sdc.toscaparser.api.parameters.Input@14d813ab] 2022-05-20T22:40:35.470Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T22:40:35.470Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-05-20 22-37-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-20T22:40:35.470Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2022-05-20T22:40:35.470Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 499afeda-bf71-40a6-8a86-ccda3a1cd6f4 2022-05-20T22:40:35.470Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 499afeda-bf71-40a6-8a86-ccda3a1cd6f4 matches Tosca VF Customization UUID: 499afeda-bf71-40a6-8a86-ccda3a1cd6f4 2022-05-20T22:40:35.471Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 499afeda-bf71-40a6-8a86-ccda3a1cd6f4 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-05-20T22:40:35.476Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T22:40:35.476Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-05-20 22-37-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-20T22:40:35.477Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 499afeda-bf71-40a6-8a86-ccda3a1cd6f4: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"} 2022-05-20T22:40:35.477Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5d74192d 2022-05-20T22:40:35.478Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T22:40:35.478Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-05-20 22-37-12 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-20T22:40:35.478Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 31253834-fa35-4a07-bcbf-47de26692361 2022-05-20T22:40:35.479Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 31253834-fa35-4a07-bcbf-47de26692361 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-05-20T22:40:35.483Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T22:40:35.483Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Node template vFW 9409c095-a6ce 0 is matching search criteria 2022-05-20T22:40:35.484Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 9409c095-a6ce 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-20T22:40:35.484Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T22:40:35.484Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Node template vFW 9409c095-a6ce 0 is matching search criteria 2022-05-20T22:40:35.484Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 9409c095-a6ce 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-20T22:40:35.484Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T22:40:35.485Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Node template vFW 9409c095-a6ce 0 is not matching search criteria 2022-05-20T22:40:35.485Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-20T22:40:35.485Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-20T22:40:35.485Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-05-20T22:40:35.485Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-20T22:40:35.485Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-05-20T22:40:35.485Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-20T22:40:35.486Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-20T22:40:35.486Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-20T22:40:35.486Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-20T22:40:35.486Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-05-20T22:40:35.486Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-20T22:40:35.486Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9a149a3c-481d-4420-8f73-b05231cfdcad Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-05-20T22:40:35.493Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T22:40:35.494Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Node template vFW 9409c095-a6ce 0 is matching search criteria 2022-05-20T22:40:35.494Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 9409c095-a6ce 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-20T22:40:35.494Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T22:40:35.494Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Node template vFW 9409c095-a6ce 0 is not matching search criteria 2022-05-20T22:40:35.494Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-20T22:40:35.494Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-20T22:40:35.494Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-20T22:40:35.494Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-20T22:40:35.494Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-20T22:40:35.495Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-20T22:40:35.495Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-05-20T22:40:35.495Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-05-20T22:40:35.495Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-20T22:40:35.495Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-20T22:40:35.495Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-05-20T22:40:35.495Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-20T22:40:35.495Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8988baa2-1169-4e7c-a7da-a740e38cc5ab Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-05-20T22:40:35.497Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T22:40:35.497Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Node template vFW 9409c095-a6ce 0 is matching search criteria 2022-05-20T22:40:35.497Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 9409c095-a6ce 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-20T22:40:35.499Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T22:40:35.499Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Node template vFW 9409c095-a6ce 0 is not matching search criteria 2022-05-20T22:40:35.500Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-20T22:40:35.500Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-20T22:40:35.500Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-20T22:40:35.500Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-20T22:40:35.500Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-20T22:40:35.500Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-20T22:40:35.500Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-05-20T22:40:35.500Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-20T22:40:35.500Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-05-20T22:40:35.500Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-20T22:40:35.500Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-20T22:40:35.500Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-05-20T22:40:35.501Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=6d1eb01c-2b68-4300-88e9-115e88d6f641 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-05-20T22:40:35.502Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T22:40:35.502Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Node template vFW 9409c095-a6ce 0 is matching search criteria 2022-05-20T22:40:35.502Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 9409c095-a6ce 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-20T22:40:35.502Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T22:40:35.502Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Node template vFW 9409c095-a6ce 0 is matching search criteria 2022-05-20T22:40:35.503Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 9409c095-a6ce 0] matching following query criteria: sdcType=VF, customizationUUID=499afeda-bf71-40a6-8a86-ccda3a1cd6f4 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-20T22:40:35.504Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T22:40:35.504Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-05-20 22-37-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-20T22:40:35.504Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 1ca2743f-e6d6-4e29-91fe-d08b59623640: vFW 9409c095-a6ce 2022-05-20T22:40:35.504Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T22:40:35.504Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-05-20 22-37-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-20T22:40:35.505Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T22:40:35.505Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-05-20 22-37-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-20T22:40:35.505Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T22:40:35.505Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-05-20 22-37-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-20T22:40:35.505Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T22:40:35.505Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-05-20 22-37-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-20T22:40:35.505Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T22:40:35.505Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-05-20 22-37-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-20T22:40:35.505Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2022-05-20 22-37-12 Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-20T22:40:35.793Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 9409c095-a6ce 60184b64-1598-47c4-b3fe-0875264577c7 1 ASDC deployResourceStructure 2022-05-20T22:40:35.794Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220520223712/1.0/resourceInstances/vfw9409c095a6ce0/artifacts/vfw9409c095a6ce0_modules.json ASDC sendASDCNotification 2022-05-20T22:40:35.794Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220520223712/1.0/resourceInstances/vfw9409c095a6ce0/artifacts/vfw9409c095a6ce0_modules.json 2022-05-20T22:40:35.794Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-20T22:40:35.794Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-05-20T22:40:35.795Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T22:40:35.795Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "fe81cd8e-cc54-4859-ba95-13b24817399d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653086435794, "artifactURL": "/sdc/v1/catalog/services/Vfw20220520223712/1.0/resourceInstances/vfw9409c095a6ce0/artifacts/vfw9409c095a6ce0_modules.json", "status": "DEPLOY_OK" } 2022-05-20T22:40:35.896Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-20T22:40:35.897Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T22:40:35.897Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T22:40:35.909Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:40:35.909Z||pool-14-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-20T22:40:36.797Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220520223712/1.0/resourceInstances/vfw9409c095a6ce0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-05-20T22:40:36.797Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220520223712/1.0/resourceInstances/vfw9409c095a6ce0/artifacts/base_vfw.yaml 2022-05-20T22:40:36.798Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-20T22:40:36.798Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-05-20T22:40:36.800Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T22:40:36.801Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "fe81cd8e-cc54-4859-ba95-13b24817399d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653086436797, "artifactURL": "/sdc/v1/catalog/services/Vfw20220520223712/1.0/resourceInstances/vfw9409c095a6ce0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-05-20T22:40:36.901Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-20T22:40:36.902Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T22:40:36.902Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T22:40:36.914Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:40:36.914Z||pool-15-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-20T22:40:37.801Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220520223712/1.0/resourceInstances/vfw9409c095a6ce0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-05-20T22:40:37.802Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220520223712/1.0/resourceInstances/vfw9409c095a6ce0/artifacts/base_vfw.env 2022-05-20T22:40:37.802Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-20T22:40:37.803Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-05-20T22:40:37.805Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T22:40:37.805Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "fe81cd8e-cc54-4859-ba95-13b24817399d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653086437801, "artifactURL": "/sdc/v1/catalog/services/Vfw20220520223712/1.0/resourceInstances/vfw9409c095a6ce0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-05-20T22:40:37.905Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-20T22:40:37.906Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T22:40:37.906Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T22:40:37.918Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:40:37.918Z||pool-16-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-05-20T22:40:38.806Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220520223712/1.0/artifacts/service-Vfw20220520223712-csar.csar ASDC sendASDCNotification 2022-05-20T22:40:38.807Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220520223712/1.0/artifacts/service-Vfw20220520223712-csar.csar 2022-05-20T22:40:38.807Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-20T22:40:38.807Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-05-20T22:40:38.809Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T22:40:38.809Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "fe81cd8e-cc54-4859-ba95-13b24817399d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653086438806, "artifactURL": "/sdc/v1/catalog/services/Vfw20220520223712/1.0/artifacts/service-Vfw20220520223712-csar.csar", "status": "DEPLOY_OK" } 2022-05-20T22:40:38.909Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-20T22:40:38.910Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T22:40:38.910Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T22:40:38.923Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:40:38.923Z||pool-17-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-20T22:40:39.811Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fe81cd8e-cc54-4859-ba95-13b24817399d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-20T22:40:39.828Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fe81cd8e-cc54-4859-ba95-13b24817399d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-20T22:40:39.832Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-20T22:40:39.832Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-20T22:40:39.832Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-20T22:41:09.833Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fe81cd8e-cc54-4859-ba95-13b24817399d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-20T22:41:09.845Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fe81cd8e-cc54-4859-ba95-13b24817399d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-20T22:41:09.847Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-20T22:41:09.847Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-20T22:41:09.848Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-20T22:41:19.082Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T22:41:19.082Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T22:41:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T22:41:19.207Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:41:19.208Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:41:19.208Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe81cd8e-cc54-4859-ba95-13b24817399d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653086419080, "artifactURL": "/sdc/v1/catalog/services/Vfw20220520223712/1.0/resourceInstances/vfw9409c095a6ce0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T22:41:19.210Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:41:39.848Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fe81cd8e-cc54-4859-ba95-13b24817399d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-20T22:41:39.858Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fe81cd8e-cc54-4859-ba95-13b24817399d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-20T22:41:39.860Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-20T22:41:39.861Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-20T22:41:39.861Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-20T22:42:09.861Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fe81cd8e-cc54-4859-ba95-13b24817399d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-20T22:42:09.873Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fe81cd8e-cc54-4859-ba95-13b24817399d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-20T22:42:09.876Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-20T22:42:09.876Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-20T22:42:09.876Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-20T22:42:19.081Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T22:42:19.082Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T22:42:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T22:42:19.108Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:42:19.113Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:42:19.113Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe81cd8e-cc54-4859-ba95-13b24817399d", "consumerID": "aai-ml", "timestamp": 1653086420313, "artifactURL": "/sdc/v1/catalog/services/Vfw20220520223712/1.0/artifacts/service-Vfw20220520223712-csar.csar", "status": "DEPLOY_OK" } 2022-05-20T22:42:19.116Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T22:42:19.116Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:42:19.116Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe81cd8e-cc54-4859-ba95-13b24817399d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653086419080, "artifactURL": "/sdc/v1/catalog/services/Vfw20220520223712/1.0/resourceInstances/vfw9409c095a6ce0/artifacts/vfw9409c095a6ce0_modules.json", "status": "NOTIFIED" } 2022-05-20T22:42:19.116Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:42:19.116Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:42:19.116Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe81cd8e-cc54-4859-ba95-13b24817399d", "consumerID": "aai-ml", "timestamp": 1653086421318, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-20T22:42:19.124Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of fe81cd8e-cc54-4859-ba95-13b24817399d 2022-05-20T22:42:19.124Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId fe81cd8e-cc54-4859-ba95-13b24817399d and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-20T22:42:19.131Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:42:19.132Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe81cd8e-cc54-4859-ba95-13b24817399d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653086419080, "artifactURL": "/sdc/v1/catalog/services/Vfw20220520223712/1.0/resourceInstances/vfw9409c095a6ce0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-05-20T22:42:19.132Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:42:19.132Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:42:19.132Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe81cd8e-cc54-4859-ba95-13b24817399d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653086419080, "artifactURL": "/sdc/v1/catalog/services/Vfw20220520223712/1.0/resourceInstances/vfw9409c095a6ce0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T22:42:19.132Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:42:19.132Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:42:19.132Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe81cd8e-cc54-4859-ba95-13b24817399d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653086419080, "artifactURL": "/sdc/v1/catalog/services/Vfw20220520223712/1.0/resourceInstances/vfw9409c095a6ce0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-05-20T22:42:19.132Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:42:19.132Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:42:19.132Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe81cd8e-cc54-4859-ba95-13b24817399d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653086419080, "artifactURL": "/sdc/v1/catalog/services/Vfw20220520223712/1.0/artifacts/service-Vfw20220520223712-template.yml", "status": "NOT_NOTIFIED" } 2022-05-20T22:42:19.132Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:42:19.132Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:42:19.132Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe81cd8e-cc54-4859-ba95-13b24817399d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653086419080, "artifactURL": "/sdc/v1/catalog/services/Vfw20220520223712/1.0/artifacts/service-Vfw20220520223712-csar.csar", "status": "NOTIFIED" } 2022-05-20T22:42:19.132Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:42:19.133Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:42:19.133Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe81cd8e-cc54-4859-ba95-13b24817399d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653086427154, "artifactURL": "/sdc/v1/catalog/services/Vfw20220520223712/1.0/artifacts/service-Vfw20220520223712-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-20T22:42:19.133Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T22:42:19.133Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:42:19.133Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe81cd8e-cc54-4859-ba95-13b24817399d", "consumerID": "clamp", "timestamp": 1653086430574, "artifactURL": "/sdc/v1/catalog/services/Vfw20220520223712/1.0/artifacts/service-Vfw20220520223712-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-20T22:42:19.133Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T22:42:19.133Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:42:19.133Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe81cd8e-cc54-4859-ba95-13b24817399d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653086431997, "artifactURL": "/sdc/v1/catalog/services/Vfw20220520223712/1.0/resourceInstances/vfw9409c095a6ce0/artifacts/vfw9409c095a6ce0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-20T22:42:19.133Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T22:42:19.133Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:42:19.133Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe81cd8e-cc54-4859-ba95-13b24817399d", "consumerID": "clamp", "timestamp": 1653086432581, "artifactURL": "/sdc/v1/catalog/services/Vfw20220520223712/1.0/artifacts/service-Vfw20220520223712-csar.csar", "status": "DEPLOY_OK" } 2022-05-20T22:42:19.133Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T22:42:19.133Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:42:19.133Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe81cd8e-cc54-4859-ba95-13b24817399d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653086433235, "artifactURL": "/sdc/v1/catalog/services/Vfw20220520223712/1.0/resourceInstances/vfw9409c095a6ce0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-05-20T22:42:19.133Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T22:42:19.134Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:42:19.134Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe81cd8e-cc54-4859-ba95-13b24817399d", "consumerID": "clamp", "timestamp": 1653086433585, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-20T22:42:19.138Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of fe81cd8e-cc54-4859-ba95-13b24817399d 2022-05-20T22:42:19.138Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId fe81cd8e-cc54-4859-ba95-13b24817399d and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-20T22:42:19.146Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:42:19.146Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe81cd8e-cc54-4859-ba95-13b24817399d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653086434429, "artifactURL": "/sdc/v1/catalog/services/Vfw20220520223712/1.0/resourceInstances/vfw9409c095a6ce0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-05-20T22:42:19.147Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T22:42:19.147Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:42:19.147Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe81cd8e-cc54-4859-ba95-13b24817399d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653086435794, "artifactURL": "/sdc/v1/catalog/services/Vfw20220520223712/1.0/resourceInstances/vfw9409c095a6ce0/artifacts/vfw9409c095a6ce0_modules.json", "status": "DEPLOY_OK" } 2022-05-20T22:42:19.147Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T22:42:19.147Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:42:19.147Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe81cd8e-cc54-4859-ba95-13b24817399d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653086436797, "artifactURL": "/sdc/v1/catalog/services/Vfw20220520223712/1.0/resourceInstances/vfw9409c095a6ce0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-05-20T22:42:19.147Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T22:42:19.148Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:42:19.148Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe81cd8e-cc54-4859-ba95-13b24817399d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653086437801, "artifactURL": "/sdc/v1/catalog/services/Vfw20220520223712/1.0/resourceInstances/vfw9409c095a6ce0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-05-20T22:42:19.148Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T22:42:19.148Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:42:19.148Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe81cd8e-cc54-4859-ba95-13b24817399d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653086438806, "artifactURL": "/sdc/v1/catalog/services/Vfw20220520223712/1.0/artifacts/service-Vfw20220520223712-csar.csar", "status": "DEPLOY_OK" } 2022-05-20T22:42:19.148Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T22:42:19.148Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:42:19.148Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "26b9b237-0cc7-4686-b737-a16b3b86dfc9", "consumerID": "ves-openapi-manager", "timestamp": 1653086460064, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/resourceInstances/basic_onboard_crgtrv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T22:42:19.148Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:42:19.148Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:42:19.148Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "26b9b237-0cc7-4686-b737-a16b3b86dfc9", "consumerID": "aai-ml", "timestamp": 1653086459856, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/resourceInstances/basic_onboard_crgtrv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T22:42:19.148Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:42:19.149Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:42:19.149Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "26b9b237-0cc7-4686-b737-a16b3b86dfc9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653086458647, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/resourceInstances/basic_onboard_crgtrv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T22:42:19.149Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:42:19.149Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:42:19.149Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "26b9b237-0cc7-4686-b737-a16b3b86dfc9", "consumerID": "policy-id", "timestamp": 1653086459489, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/resourceInstances/basic_onboard_crgtrv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T22:42:19.149Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:42:19.149Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:42:19.149Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "26b9b237-0cc7-4686-b737-a16b3b86dfc9", "consumerID": "ves-openapi-manager", "timestamp": 1653086460064, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/resourceInstances/basic_onboard_crgtrv0/artifacts/basic_onboard_crgtrv0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-20T22:42:19.149Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:42:19.150Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:42:19.150Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "26b9b237-0cc7-4686-b737-a16b3b86dfc9", "consumerID": "aai-ml", "timestamp": 1653086459856, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/resourceInstances/basic_onboard_crgtrv0/artifacts/basic_onboard_crgtrv0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-20T22:42:19.150Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:42:19.150Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:42:19.150Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "26b9b237-0cc7-4686-b737-a16b3b86dfc9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653086458647, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/resourceInstances/basic_onboard_crgtrv0/artifacts/basic_onboard_crgtrv0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-20T22:42:19.150Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:42:19.150Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:42:19.150Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "26b9b237-0cc7-4686-b737-a16b3b86dfc9", "consumerID": "policy-id", "timestamp": 1653086459489, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/resourceInstances/basic_onboard_crgtrv0/artifacts/basic_onboard_crgtrv0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-20T22:42:19.150Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:42:19.150Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:42:19.150Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "26b9b237-0cc7-4686-b737-a16b3b86dfc9", "consumerID": "ves-openapi-manager", "timestamp": 1653086460064, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/resourceInstances/basic_onboard_crgtrv0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-20T22:42:19.150Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:42:19.150Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:42:19.150Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "26b9b237-0cc7-4686-b737-a16b3b86dfc9", "consumerID": "aai-ml", "timestamp": 1653086459856, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/resourceInstances/basic_onboard_crgtrv0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-20T22:42:19.150Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:42:19.151Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:42:19.151Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "26b9b237-0cc7-4686-b737-a16b3b86dfc9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653086458647, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/resourceInstances/basic_onboard_crgtrv0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-20T22:42:19.151Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:42:19.151Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:42:19.151Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "26b9b237-0cc7-4686-b737-a16b3b86dfc9", "consumerID": "policy-id", "timestamp": 1653086459489, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/resourceInstances/basic_onboard_crgtrv0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-05-20T22:42:19.151Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:42:19.151Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:42:19.151Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "26b9b237-0cc7-4686-b737-a16b3b86dfc9", "consumerID": "ves-openapi-manager", "timestamp": 1653086460064, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/resourceInstances/basic_onboard_crgtrv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T22:42:19.151Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:42:19.151Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:42:19.151Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "26b9b237-0cc7-4686-b737-a16b3b86dfc9", "consumerID": "aai-ml", "timestamp": 1653086459856, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/resourceInstances/basic_onboard_crgtrv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T22:42:19.151Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:42:19.151Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:42:19.151Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "26b9b237-0cc7-4686-b737-a16b3b86dfc9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653086458647, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/resourceInstances/basic_onboard_crgtrv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T22:42:19.151Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:42:19.151Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:42:19.151Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "26b9b237-0cc7-4686-b737-a16b3b86dfc9", "consumerID": "policy-id", "timestamp": 1653086459489, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/resourceInstances/basic_onboard_crgtrv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T22:42:19.151Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:42:19.151Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:42:19.151Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "26b9b237-0cc7-4686-b737-a16b3b86dfc9", "consumerID": "multicloud-k8s-id", "timestamp": 1653086465499, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/resourceInstances/basic_onboard_crgtrv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T22:42:19.151Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:42:19.152Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:42:19.152Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "26b9b237-0cc7-4686-b737-a16b3b86dfc9", "consumerID": "ves-openapi-manager", "timestamp": 1653086460064, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/resourceInstances/basic_onboard_crgtrv0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-20T22:42:19.152Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:42:19.152Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:42:19.152Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "26b9b237-0cc7-4686-b737-a16b3b86dfc9", "consumerID": "aai-ml", "timestamp": 1653086459856, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/resourceInstances/basic_onboard_crgtrv0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-20T22:42:19.152Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:42:19.152Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:42:19.152Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "26b9b237-0cc7-4686-b737-a16b3b86dfc9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653086458647, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/resourceInstances/basic_onboard_crgtrv0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-20T22:42:19.152Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:42:19.152Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:42:19.152Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "26b9b237-0cc7-4686-b737-a16b3b86dfc9", "consumerID": "policy-id", "timestamp": 1653086459489, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/resourceInstances/basic_onboard_crgtrv0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-20T22:42:19.152Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:42:19.152Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:42:19.152Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "26b9b237-0cc7-4686-b737-a16b3b86dfc9", "consumerID": "multicloud-k8s-id", "timestamp": 1653086465499, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/resourceInstances/basic_onboard_crgtrv0/artifacts/basic_onboard_crgtrv0_modules.json", "status": "NOTIFIED" } 2022-05-20T22:42:19.152Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:42:19.152Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:42:19.152Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "26b9b237-0cc7-4686-b737-a16b3b86dfc9", "consumerID": "clamp", "timestamp": 1653086466845, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/resourceInstances/basic_onboard_crgtrv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T22:42:19.152Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:42:19.152Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:42:19.152Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "26b9b237-0cc7-4686-b737-a16b3b86dfc9", "consumerID": "aai-ml", "timestamp": 1653086459856, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/artifacts/service-BasicOnboardCrgtrv-template.yml", "status": "NOT_NOTIFIED" } 2022-05-20T22:42:19.153Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:42:19.153Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:42:19.153Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "26b9b237-0cc7-4686-b737-a16b3b86dfc9", "consumerID": "ves-openapi-manager", "timestamp": 1653086460064, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/artifacts/service-BasicOnboardCrgtrv-template.yml", "status": "NOT_NOTIFIED" } 2022-05-20T22:42:19.153Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:42:19.153Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:42:19.153Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "26b9b237-0cc7-4686-b737-a16b3b86dfc9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653086458647, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/artifacts/service-BasicOnboardCrgtrv-template.yml", "status": "NOT_NOTIFIED" } 2022-05-20T22:42:19.153Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:42:19.153Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:42:19.153Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "26b9b237-0cc7-4686-b737-a16b3b86dfc9", "consumerID": "policy-id", "timestamp": 1653086459489, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/artifacts/service-BasicOnboardCrgtrv-template.yml", "status": "NOT_NOTIFIED" } 2022-05-20T22:42:19.153Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:42:19.153Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:42:19.153Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "26b9b237-0cc7-4686-b737-a16b3b86dfc9", "consumerID": "cds", "timestamp": 1653086467225, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/resourceInstances/basic_onboard_crgtrv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T22:42:19.153Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:42:19.154Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:42:19.154Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "26b9b237-0cc7-4686-b737-a16b3b86dfc9", "consumerID": "multicloud-k8s-id", "timestamp": 1653086465499, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/resourceInstances/basic_onboard_crgtrv0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-05-20T22:42:19.154Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:42:19.154Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:42:19.154Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "26b9b237-0cc7-4686-b737-a16b3b86dfc9", "consumerID": "clamp", "timestamp": 1653086466845, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/resourceInstances/basic_onboard_crgtrv0/artifacts/basic_onboard_crgtrv0_modules.json", "status": "NOTIFIED" } 2022-05-20T22:42:19.154Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:42:19.154Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:42:19.154Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "26b9b237-0cc7-4686-b737-a16b3b86dfc9", "consumerID": "aai-ml", "timestamp": 1653086459856, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/artifacts/service-BasicOnboardCrgtrv-csar.csar", "status": "NOTIFIED" } 2022-05-20T22:42:19.155Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:42:19.155Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:42:19.155Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "26b9b237-0cc7-4686-b737-a16b3b86dfc9", "consumerID": "ves-openapi-manager", "timestamp": 1653086460064, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/artifacts/service-BasicOnboardCrgtrv-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-20T22:42:19.155Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:42:19.155Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:42:19.155Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "26b9b237-0cc7-4686-b737-a16b3b86dfc9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653086458647, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/artifacts/service-BasicOnboardCrgtrv-csar.csar", "status": "NOTIFIED" } 2022-05-20T22:42:19.155Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:42:19.155Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:42:19.155Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "26b9b237-0cc7-4686-b737-a16b3b86dfc9", "consumerID": "policy-id", "timestamp": 1653086459489, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/artifacts/service-BasicOnboardCrgtrv-csar.csar", "status": "NOTIFIED" } 2022-05-20T22:42:19.155Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:42:19.155Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:42:19.155Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "26b9b237-0cc7-4686-b737-a16b3b86dfc9", "consumerID": "cds", "timestamp": 1653086467225, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/resourceInstances/basic_onboard_crgtrv0/artifacts/basic_onboard_crgtrv0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-20T22:42:19.156Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:42:19.156Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:42:19.156Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "26b9b237-0cc7-4686-b737-a16b3b86dfc9", "consumerID": "multicloud-k8s-id", "timestamp": 1653086465499, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/resourceInstances/basic_onboard_crgtrv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T22:42:19.156Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:42:19.156Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:42:19.156Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "26b9b237-0cc7-4686-b737-a16b3b86dfc9", "consumerID": "clamp", "timestamp": 1653086466845, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/resourceInstances/basic_onboard_crgtrv0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-20T22:42:19.156Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:42:19.156Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:42:19.156Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "26b9b237-0cc7-4686-b737-a16b3b86dfc9", "consumerID": "cds", "timestamp": 1653086467225, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/resourceInstances/basic_onboard_crgtrv0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-20T22:42:19.156Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:42:19.156Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:42:19.156Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "26b9b237-0cc7-4686-b737-a16b3b86dfc9", "consumerID": "multicloud-k8s-id", "timestamp": 1653086465499, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/resourceInstances/basic_onboard_crgtrv0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-05-20T22:42:19.156Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:42:19.156Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:42:19.156Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "26b9b237-0cc7-4686-b737-a16b3b86dfc9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653086470355, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/artifacts/service-BasicOnboardCrgtrv-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-20T22:42:19.156Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T22:42:19.156Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:42:19.157Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "26b9b237-0cc7-4686-b737-a16b3b86dfc9", "consumerID": "aai-ml", "timestamp": 1653086470448, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/artifacts/service-BasicOnboardCrgtrv-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-20T22:42:19.157Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T22:42:19.157Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:42:19.157Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "26b9b237-0cc7-4686-b737-a16b3b86dfc9", "consumerID": "policy-id", "timestamp": 1653086470442, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/artifacts/service-BasicOnboardCrgtrv-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-20T22:42:19.157Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T22:42:19.157Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:42:19.157Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "26b9b237-0cc7-4686-b737-a16b3b86dfc9", "consumerID": "clamp", "timestamp": 1653086466845, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/resourceInstances/basic_onboard_crgtrv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T22:42:19.157Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:42:19.157Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:42:19.157Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "26b9b237-0cc7-4686-b737-a16b3b86dfc9", "consumerID": "cds", "timestamp": 1653086467225, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/resourceInstances/basic_onboard_crgtrv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T22:42:19.157Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:42:19.158Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:42:19.158Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "26b9b237-0cc7-4686-b737-a16b3b86dfc9", "consumerID": "multicloud-k8s-id", "timestamp": 1653086465499, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/artifacts/service-BasicOnboardCrgtrv-template.yml", "status": "NOT_NOTIFIED" } 2022-05-20T22:42:19.158Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:42:19.158Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:42:19.158Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "26b9b237-0cc7-4686-b737-a16b3b86dfc9", "consumerID": "clamp", "timestamp": 1653086466845, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/resourceInstances/basic_onboard_crgtrv0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-20T22:42:19.158Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:42:19.158Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:42:19.158Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "26b9b237-0cc7-4686-b737-a16b3b86dfc9", "consumerID": "policy-id", "timestamp": 1653086471446, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/artifacts/service-BasicOnboardCrgtrv-csar.csar", "status": "DEPLOY_OK" } 2022-05-20T22:42:19.158Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T22:42:19.158Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:42:19.158Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "26b9b237-0cc7-4686-b737-a16b3b86dfc9", "consumerID": "cds", "timestamp": 1653086467225, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/resourceInstances/basic_onboard_crgtrv0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-20T22:42:19.159Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:42:19.159Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:42:19.159Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "26b9b237-0cc7-4686-b737-a16b3b86dfc9", "consumerID": "multicloud-k8s-id", "timestamp": 1653086465499, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/artifacts/service-BasicOnboardCrgtrv-csar.csar", "status": "NOTIFIED" } 2022-05-20T22:42:19.159Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:42:19.159Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:42:19.164Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "26b9b237-0cc7-4686-b737-a16b3b86dfc9", "consumerID": "policy-id", "timestamp": 1653086472448, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-20T22:42:19.175Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 26b9b237-0cc7-4686-b737-a16b3b86dfc9 2022-05-20T22:42:19.175Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 26b9b237-0cc7-4686-b737-a16b3b86dfc9 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-20T22:42:19.182Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:42:19.183Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "26b9b237-0cc7-4686-b737-a16b3b86dfc9", "consumerID": "clamp", "timestamp": 1653086466845, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/artifacts/service-BasicOnboardCrgtrv-template.yml", "status": "NOT_NOTIFIED" } 2022-05-20T22:42:19.183Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:42:19.183Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:42:19.183Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "26b9b237-0cc7-4686-b737-a16b3b86dfc9", "consumerID": "cds", "timestamp": 1653086467225, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/artifacts/service-BasicOnboardCrgtrv-template.yml", "status": "NOT_NOTIFIED" } 2022-05-20T22:42:19.183Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:42:19.183Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:42:19.183Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "26b9b237-0cc7-4686-b737-a16b3b86dfc9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653086473260, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/artifacts/service-BasicOnboardCrgtrv-csar.csar", "status": "DEPLOY_OK" } 2022-05-20T22:42:19.183Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T22:42:19.183Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:42:19.183Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "26b9b237-0cc7-4686-b737-a16b3b86dfc9", "consumerID": "multicloud-k8s-id", "timestamp": 1653086473344, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/resourceInstances/basic_onboard_crgtrv0/artifacts/basic_onboard_crgtrv0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-20T22:42:19.183Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T22:42:19.183Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:42:19.183Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "26b9b237-0cc7-4686-b737-a16b3b86dfc9", "consumerID": "clamp", "timestamp": 1653086466845, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/artifacts/service-BasicOnboardCrgtrv-csar.csar", "status": "NOTIFIED" } 2022-05-20T22:42:19.184Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:42:19.184Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:42:19.184Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "26b9b237-0cc7-4686-b737-a16b3b86dfc9", "consumerID": "cds", "timestamp": 1653086467225, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/artifacts/service-BasicOnboardCrgtrv-csar.csar", "status": "NOTIFIED" } 2022-05-20T22:42:19.184Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:42:19.184Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:42:19.184Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "26b9b237-0cc7-4686-b737-a16b3b86dfc9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653086474269, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-20T22:42:19.189Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 26b9b237-0cc7-4686-b737-a16b3b86dfc9 2022-05-20T22:42:19.189Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 26b9b237-0cc7-4686-b737-a16b3b86dfc9 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-20T22:42:19.197Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:42:19.197Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "26b9b237-0cc7-4686-b737-a16b3b86dfc9", "consumerID": "multicloud-k8s-id", "timestamp": 1653086474442, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/resourceInstances/basic_onboard_crgtrv0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-05-20T22:42:19.198Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T22:42:19.198Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:42:19.198Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "26b9b237-0cc7-4686-b737-a16b3b86dfc9", "consumerID": "cds", "timestamp": 1653086474992, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/artifacts/service-BasicOnboardCrgtrv-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-20T22:42:19.198Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T22:42:19.198Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:42:19.198Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "26b9b237-0cc7-4686-b737-a16b3b86dfc9", "consumerID": "multicloud-k8s-id", "timestamp": 1653086475487, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/resourceInstances/basic_onboard_crgtrv0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-05-20T22:42:19.198Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T22:42:19.198Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:42:19.198Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "26b9b237-0cc7-4686-b737-a16b3b86dfc9", "consumerID": "cds", "timestamp": 1653086475997, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/artifacts/service-BasicOnboardCrgtrv-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-20T22:42:19.202Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 26b9b237-0cc7-4686-b737-a16b3b86dfc9 2022-05-20T22:42:19.202Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 26b9b237-0cc7-4686-b737-a16b3b86dfc9 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-20T22:42:19.211Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:42:19.211Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "26b9b237-0cc7-4686-b737-a16b3b86dfc9", "consumerID": "aai-ml", "timestamp": 1653086476007, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/artifacts/service-BasicOnboardCrgtrv-csar.csar", "status": "DEPLOY_OK" } 2022-05-20T22:42:19.211Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T22:42:19.211Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:42:19.212Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "26b9b237-0cc7-4686-b737-a16b3b86dfc9", "consumerID": "multicloud-k8s-id", "timestamp": 1653086476677, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-20T22:42:19.218Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 26b9b237-0cc7-4686-b737-a16b3b86dfc9 2022-05-20T22:42:19.218Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 26b9b237-0cc7-4686-b737-a16b3b86dfc9 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-05-20T22:42:19.226Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:42:19.226Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "26b9b237-0cc7-4686-b737-a16b3b86dfc9", "consumerID": "aai-ml", "timestamp": 1653086477011, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-20T22:42:19.231Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 26b9b237-0cc7-4686-b737-a16b3b86dfc9 2022-05-20T22:42:19.231Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 26b9b237-0cc7-4686-b737-a16b3b86dfc9 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-20T22:42:19.237Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:42:19.237Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "26b9b237-0cc7-4686-b737-a16b3b86dfc9", "consumerID": "multicloud-k8s-id", "timestamp": 1653086477681, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/resourceInstances/basic_onboard_crgtrv0/artifacts/basic_onboard_crgtrv0_modules.json", "status": "DEPLOY_OK" } 2022-05-20T22:42:19.237Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T22:42:39.876Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fe81cd8e-cc54-4859-ba95-13b24817399d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-20T22:42:39.889Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fe81cd8e-cc54-4859-ba95-13b24817399d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-20T22:42:39.892Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-20T22:42:39.892Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-20T22:42:39.892Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-20T22:42:39.892Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-20T22:42:39.893Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-20T22:42:39.893Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-20T22:42:39.893Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-20T22:42:39.893Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-20T22:42:39.893Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-20T22:42:39.893Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-20T22:42:39.893Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-20T22:42:39.898Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-20T22:43:09.899Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fe81cd8e-cc54-4859-ba95-13b24817399d and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-05-20T22:43:09.908Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fe81cd8e-cc54-4859-ba95-13b24817399d and serviceModelVersionId: 1ca2743f-e6d6-4e29-91fe-d08b59623640 2022-05-20T22:43:09.908Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 03ab2b95-ba86-4a1e-8b52-0f193646d4c8 2022-05-20T22:43:19.088Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T22:43:19.088Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T22:43:19.089Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T22:43:19.608Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:43:19.608Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:43:19.609Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "26b9b237-0cc7-4686-b737-a16b3b86dfc9", "consumerID": "clamp", "timestamp": 1653086480572, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/artifacts/service-BasicOnboardCrgtrv-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-20T22:43:19.609Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T22:43:19.609Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:43:19.609Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "26b9b237-0cc7-4686-b737-a16b3b86dfc9", "consumerID": "clamp", "timestamp": 1653086482580, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/artifacts/service-BasicOnboardCrgtrv-csar.csar", "status": "DEPLOY_OK" } 2022-05-20T22:43:19.609Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T22:43:19.610Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:43:19.610Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "26b9b237-0cc7-4686-b737-a16b3b86dfc9", "consumerID": "clamp", "timestamp": 1653086483582, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-20T22:43:19.618Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 26b9b237-0cc7-4686-b737-a16b3b86dfc9 2022-05-20T22:43:19.618Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 26b9b237-0cc7-4686-b737-a16b3b86dfc9 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-20T22:43:21.504Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/03ab2b95-ba86-4a1e-8b52-0f193646d4c8/model-vers/model-ver/1ca2743f-e6d6-4e29-91fe-d08b59623640?depth=0 2022-05-20T22:43:21.588Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-05-20T22:43:21.964Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03ab2b95-ba86-4a1e-8b52-0f193646d4c8/model-vers/model-ver/1ca2743f-e6d6-4e29-91fe-d08b59623640?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-05-20T22:43:21.967Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03ab2b95-ba86-4a1e-8b52-0f193646d4c8/model-vers/model-ver/1ca2743f-e6d6-4e29-91fe-d08b59623640?depth=0|INFO|500||Invoke 2022-05-20T22:43:22.098Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03ab2b95-ba86-4a1e-8b52-0f193646d4c8/model-vers/model-ver/1ca2743f-e6d6-4e29-91fe-d08b59623640?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-20T22:43:22.242Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03ab2b95-ba86-4a1e-8b52-0f193646d4c8/model-vers/model-ver/1ca2743f-e6d6-4e29-91fe-d08b59623640?depth=0|INFO|500||InvokeReturn 2022-05-20T22:43:22.243Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03ab2b95-ba86-4a1e-8b52-0f193646d4c8/model-vers/model-ver/1ca2743f-e6d6-4e29-91fe-d08b59623640?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220520-22:43:22:106-84962], vertex-id=[212992], Content-Length=[0], Date=[Fri, 20 May 2022 22:43:22 GMT], Content-Type=[application/json]} 2022-05-20T22:43:22.243Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity. 2022-05-20T22:43:22.245Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-20T22:43:22.245Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-20T22:43:22.250Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-05-20T22:43:22.251Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fe81cd8e-cc54-4859-ba95-13b24817399d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-20T22:43:22.251Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-20T22:43:22.251Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-05-20T22:43:22.253Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T22:43:22.253Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "fe81cd8e-cc54-4859-ba95-13b24817399d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653086602251, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-20T22:43:22.353Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-20T22:43:22.354Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T22:43:22.355Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T22:43:22.367Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:43:22.367Z||pool-18-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-20T22:43:23.266Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T22:43:23.267Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T22:43:23.267Z|fe81cd8e-cc54-4859-ba95-13b24817399d|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 Mp7J3lz9Op8nR73K) ... 2022-05-20T22:43:27.660Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:43:27.661Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-20T22:43:27.661Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"26b9b237-0cc7-4686-b737-a16b3b86dfc9","serviceName":"basic_onboard_cRgtrV","serviceVersion":"1.0","serviceUUID":"0c866761-1bbb-486a-80c0-b40d2eb586e7","serviceDescription":"service","serviceInvariantUUID":"ebd8b11f-6ba7-47de-ae6b-1e94a4b7e5e3","resources":[{"resourceInstanceName":"basic_onboard_cRgtrV 0","resourceName":"basic_onboard_cRgtrV","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7ed98e06-c573-47e6-8660-e299c153c44b","resourceInvariantUUID":"9d508b39-a91b-4950-9863-04982bf0b935","resourceCustomizationUUID":"f71137e5-8238-46d2-8ea5-35c775429eda","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/resourceInstances/basic_onboard_crgtrv0/artifacts/vf-license-model.xml","artifactChecksum":"NTI1YTkxMWIzZjQxNTQxYWYyZDU5MmQ2NDFiZWNmYWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e942a9c6-b87c-41c7-ba40-be4aff4c9d54","artifactVersion":"1"},{"artifactName":"basic_onboard_crgtrv0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/resourceInstances/basic_onboard_crgtrv0/artifacts/basic_onboard_crgtrv0_modules.json","artifactChecksum":"N2YxMTg0MmI2Y2I2ZjZmNDQzMjNmMjdjNGUwM2U1Mjk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b0d777e8-b03f-43d5-a271-ca4a09c13ff2","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/resourceInstances/basic_onboard_crgtrv0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"baeb51e9-ba7c-4552-ab19-3d567772798b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/resourceInstances/basic_onboard_crgtrv0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a8d0a9ad-b362-4985-8713-b8cd1f157d85","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/resourceInstances/basic_onboard_crgtrv0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"2cfee5ac-48e4-4818-8f77-3538cebef204","artifactVersion":"2","generatedFromUUID":"baeb51e9-ba7c-4552-ab19-3d567772798b"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardCrgtrv-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/artifacts/service-BasicOnboardCrgtrv-template.yml","artifactChecksum":"YWEyYjY0NzFiYjE1NGMxNDZjNDY4MzJkYmE0YTE5Yjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9344b216-ada1-401d-82c8-93fe00eafb41","artifactVersion":"1"},{"artifactName":"service-BasicOnboardCrgtrv-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/artifacts/service-BasicOnboardCrgtrv-csar.csar","artifactChecksum":"YmE3ZTkxMTkwODk5ZWYwMzBhYmI1Mzc4ODkzMTg1ZGE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b2ee03ab-2602-41c6-920d-02cd919fcacd","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-20T22:43:27.664Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-20T22:43:27.664Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-05-20T22:43:27.666Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T22:43:27.666Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "26b9b237-0cc7-4686-b737-a16b3b86dfc9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653086603266, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/resourceInstances/basic_onboard_crgtrv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T22:43:27.767Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-20T22:43:27.768Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T22:43:27.768Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T22:43:27.782Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:43:27.783Z||pool-19-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-20T22:43:28.667Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-20T22:43:28.667Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-05-20T22:43:28.670Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T22:43:28.670Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "26b9b237-0cc7-4686-b737-a16b3b86dfc9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653086603266, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/resourceInstances/basic_onboard_crgtrv0/artifacts/basic_onboard_crgtrv0_modules.json", "status": "NOTIFIED" } 2022-05-20T22:43:28.770Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-20T22:43:28.771Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T22:43:28.771Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T22:43:28.784Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:43:28.784Z||pool-20-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-20T22:43:29.671Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-20T22:43:29.671Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-05-20T22:43:29.673Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T22:43:29.673Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "26b9b237-0cc7-4686-b737-a16b3b86dfc9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653086603266, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/resourceInstances/basic_onboard_crgtrv0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-05-20T22:43:29.773Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-20T22:43:29.774Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T22:43:29.774Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T22:43:29.789Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:43:29.789Z||pool-21-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-20T22:43:30.674Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-20T22:43:30.675Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-05-20T22:43:30.676Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T22:43:30.677Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "26b9b237-0cc7-4686-b737-a16b3b86dfc9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653086603266, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/resourceInstances/basic_onboard_crgtrv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T22:43:30.777Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-20T22:43:30.778Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T22:43:30.779Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T22:43:30.793Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:43:30.794Z||pool-22-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-20T22:43:31.678Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-20T22:43:31.679Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-05-20T22:43:31.681Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T22:43:31.681Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "26b9b237-0cc7-4686-b737-a16b3b86dfc9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653086603266, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/resourceInstances/basic_onboard_crgtrv0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-05-20T22:43:31.781Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-20T22:43:31.781Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T22:43:31.782Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T22:43:31.796Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:43:31.796Z||pool-23-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-20T22:43:32.681Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-20T22:43:32.682Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-05-20T22:43:32.684Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T22:43:32.685Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "26b9b237-0cc7-4686-b737-a16b3b86dfc9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653086603266, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/artifacts/service-BasicOnboardCrgtrv-template.yml", "status": "NOT_NOTIFIED" } 2022-05-20T22:43:32.785Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-20T22:43:32.785Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T22:43:32.785Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T22:43:32.805Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:43:32.805Z||pool-24-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-05-20T22:43:33.685Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-20T22:43:33.686Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-05-20T22:43:33.688Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T22:43:33.689Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "26b9b237-0cc7-4686-b737-a16b3b86dfc9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653086603266, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/artifacts/service-BasicOnboardCrgtrv-csar.csar", "status": "NOTIFIED" } 2022-05-20T22:43:33.789Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-20T22:43:33.789Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T22:43:33.790Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T22:43:33.802Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:43:33.802Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-05-20T22:43:34.690Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "26b9b237-0cc7-4686-b737-a16b3b86dfc9", "serviceName": "basic_onboard_cRgtrV", "serviceVersion": "1.0", "serviceUUID": "0c866761-1bbb-486a-80c0-b40d2eb586e7", "serviceDescription": "service", "serviceInvariantUUID": "ebd8b11f-6ba7-47de-ae6b-1e94a4b7e5e3", "resources": [ { "resourceInstanceName": "basic_onboard_cRgtrV 0", "resourceCustomizationUUID": "f71137e5-8238-46d2-8ea5-35c775429eda", "resourceName": "basic_onboard_cRgtrV", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "7ed98e06-c573-47e6-8660-e299c153c44b", "resourceInvariantUUID": "9d508b39-a91b-4950-9863-04982bf0b935", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_crgtrv0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/resourceInstances/basic_onboard_crgtrv0/artifacts/basic_onboard_crgtrv0_modules.json", "artifactChecksum": "N2YxMTg0MmI2Y2I2ZjZmNDQzMjNmMjdjNGUwM2U1Mjk\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b0d777e8-b03f-43d5-a271-ca4a09c13ff2", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/resourceInstances/basic_onboard_crgtrv0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "baeb51e9-ba7c-4552-ab19-3d567772798b", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/resourceInstances/basic_onboard_crgtrv0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "2cfee5ac-48e4-4818-8f77-3538cebef204", "generatedFromUUID": "baeb51e9-ba7c-4552-ab19-3d567772798b" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/resourceInstances/basic_onboard_crgtrv0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "2cfee5ac-48e4-4818-8f77-3538cebef204", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardCrgtrv-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/artifacts/service-BasicOnboardCrgtrv-csar.csar", "artifactChecksum": "YmE3ZTkxMTkwODk5ZWYwMzBhYmI1Mzc4ODkzMTg1ZGE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b2ee03ab-2602-41c6-920d-02cd919fcacd" } ], "workloadContext": "Production" } 2022-05-20T22:43:34.691Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-20T22:43:34.691Z|fe81cd8e-cc54-4859-ba95-13b24817399d|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0c866761-1bbb-486a-80c0-b40d2eb586e7 ASDC 2022-05-20T22:43:34.691Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:26b9b237-0cc7-4686-b737-a16b3b86dfc9 ServiceName:basic_onboard_cRgtrV ServiceVersion:1.0 ServiceUUID:0c866761-1bbb-486a-80c0-b40d2eb586e7 ServiceInvariantUUID:ebd8b11f-6ba7-47de-ae6b-1e94a4b7e5e3 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardCrgtrv-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/artifacts/service-BasicOnboardCrgtrv-csar.csar ArtifactUUID:b2ee03ab-2602-41c6-920d-02cd919fcacd ArtifactChecksum:YmE3ZTkxMTkwODk5ZWYwMzBhYmI1Mzc4ODkzMTg1ZGE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_cRgtrV 0 ResourceCustomizationUUID:f71137e5-8238-46d2-8ea5-35c775429eda ResourceInvariantUUID:9d508b39-a91b-4950-9863-04982bf0b935 ResourceName:basic_onboard_cRgtrV ResourceType:VF ResourceUUID:7ed98e06-c573-47e6-8660-e299c153c44b ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_crgtrv0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/resourceInstances/basic_onboard_crgtrv0/artifacts/basic_onboard_crgtrv0_modules.json ArtifactUUID:b0d777e8-b03f-43d5-a271-ca4a09c13ff2 ArtifactChecksum:N2YxMTg0MmI2Y2I2ZjZmNDQzMjNmMjdjNGUwM2U1Mjk= 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/BasicOnboardCrgtrv/1.0/resourceInstances/basic_onboard_crgtrv0/artifacts/base_ubuntu18.yaml ArtifactUUID:baeb51e9-ba7c-4552-ab19-3d567772798b 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/BasicOnboardCrgtrv/1.0/resourceInstances/basic_onboard_crgtrv0/artifacts/base_ubuntu18.env ArtifactUUID:2cfee5ac-48e4-4818-8f77-3538cebef204 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/BasicOnboardCrgtrv/1.0/resourceInstances/basic_onboard_crgtrv0/artifacts/base_ubuntu18.env ArtifactUUID:2cfee5ac-48e4-4818-8f77-3538cebef204 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-05-20T22:43:34.691Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0c866761-1bbb-486a-80c0-b40d2eb586e7 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-20T22:43:34.720Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-20T22:43:34.720Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-05-20T22:43:34.720Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-05-20T22:43:34.720Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: b2ee03ab-2602-41c6-920d-02cd919fcacd from URL: /sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/artifacts/service-BasicOnboardCrgtrv-csar.csar 2022-05-20T22:43:34.720Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-05-20T22:43:34.721Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/artifacts/service-BasicOnboardCrgtrv-csar.csar 2022-05-20T22:43:34.895Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-05-20T22:43:34.900Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/artifacts/service-BasicOnboardCrgtrv-csar.csar b2ee03ab-2602-41c6-920d-02cd919fcacd 71567 2022-05-20T22:43:34.900Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/artifacts/service-BasicOnboardCrgtrv-csar.csar ASDC sendASDCNotification 2022-05-20T22:43:34.900Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/artifacts/service-BasicOnboardCrgtrv-csar.csar 2022-05-20T22:43:34.900Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-20T22:43:34.901Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-05-20T22:43:34.903Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T22:43:34.903Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "26b9b237-0cc7-4686-b737-a16b3b86dfc9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653086614900, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/artifacts/service-BasicOnboardCrgtrv-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-20T22:43:35.003Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-20T22:43:35.004Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T22:43:35.004Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T22:43:35.016Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:43:35.017Z||pool-26-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-05-20T22:43:35.904Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-20T22:43:35.905Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-05-20T22:43:35.905Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: b2ee03ab-2602-41c6-920d-02cd919fcacd, URL: /sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/artifacts/service-BasicOnboardCrgtrv-csar.csar to file: /app/ASDC/1/service-BasicOnboardCrgtrv-csar.csar 2022-05-20T22:43:35.905Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardCrgtrv-csar.csar 2022-05-20T22:43:35.906Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardCrgtrv-csar.csar 2022-05-20T22:43:35.906Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardCrgtrv-csar.csar 2022-05-20T22:43:36.314Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2774470792237363503/Definitions/service-BasicOnboardCrgtrv-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided 2022-05-20T22:43:37.403Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-20T22:43:37.403Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-05-20T22:43:37.403Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardCrgtrv-csar.csar 2022-05-20T22:43:37.404Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-05-20T22:43:37.404Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||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-BasicOnboardCrgtrv-csar.csar 2022-05-20T22:43:37.404Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||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-BasicOnboardCrgtrv-csar.csar 2022-05-20T22:43:37.404Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||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-BasicOnboardCrgtrv-csar.csar 2022-05-20T22:43:37.404Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||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-BasicOnboardCrgtrv-csar.csar 2022-05-20T22:43:37.404Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardCrgtrv-csar.csar 2022-05-20T22:43:37.404Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_cRgtrV 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-BasicOnboardCrgtrv-csar.csar 2022-05-20T22:43:37.404Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardCrgtrv-csar.csar 2022-05-20T22:43:37.404Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||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-BasicOnboardCrgtrv-csar.csar 2022-05-20T22:43:37.404Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||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-BasicOnboardCrgtrv-csar.csar 2022-05-20T22:43:37.404Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-05-20T22:43:37.404Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T22:43:37.404Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cRgtrV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-20T22:43:37.405Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_cRgtrV 0 is matching search criteria 2022-05-20T22:43:37.405Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-05-20T22:43:37.405Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_cRgtrV 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-20T22:43:37.405Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T22:43:37.405Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cRgtrV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-20T22:43:37.405Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_cRgtrV 0 is matching search criteria 2022-05-20T22:43:37.405Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-05-20T22:43:37.405Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_cRgtrV 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-20T22:43:37.405Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T22:43:37.405Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cRgtrV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-20T22:43:37.406Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T22:43:37.406Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_cRgtrV 0 is not matching search criteria 2022-05-20T22:43:37.406Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-05-20T22:43:37.406Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-05-20T22:43:37.406Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-05-20T22:43:37.406Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-05-20T22:43:37.406Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-05-20T22:43:37.406Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T22:43:37.406Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cRgtrV is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-20T22:43:37.406Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T22:43:37.406Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_cRgtrV 0 is matching search criteria 2022-05-20T22:43:37.407Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_cRgtrV 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-20T22:43:37.407Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T22:43:37.407Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_cRgtrV 0 is matching search criteria 2022-05-20T22:43:37.407Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_cRgtrV 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-20T22:43:37.407Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T22:43:37.407Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_cRgtrV 0 is matching search criteria 2022-05-20T22:43:37.407Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_cRgtrV 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-20T22:43:37.407Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T22:43:37.407Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_cRgtrV 0 is not matching search criteria 2022-05-20T22:43:37.407Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-05-20T22:43:37.408Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-05-20T22:43:37.408Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=e2b12697-6a90-437f-be60-cd5afb065c14 2022-05-20T22:43:37.408Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T22:43:37.408Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cRgtrV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-20T22:43:37.408Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T22:43:37.408Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cRgtrV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-20T22:43:37.408Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T22:43:37.408Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cRgtrV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-20T22:43:37.408Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T22:43:37.408Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cRgtrV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-20T22:43:37.408Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_cRgtrV Description:service Model UUID:0c866761-1bbb-486a-80c0-b40d2eb586e7 Model Version:NULL Model InvariantUuid:ebd8b11f-6ba7-47de-ae6b-1e94a4b7e5e3 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_cRgtrV Model UUID:611818a0-639c-47e6-a55f-523da4e5a9c4 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:9d508b39-a91b-4950-9863-04982bf0b935 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:f71137e5-8238-46d2-8ea5-35c775429eda NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:89a559f0-c702-4cf2-97c2-e63f37669ecd ModelName:BasicOnboardCrgtrv..base_ubuntu18..module-0 ModelUuid:3f1d664e-7999-4b9b-853f-87b2040aebaf ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:e2b12697-6a90-437f-be60-cd5afb065c14 ModelInvariantUuid:616a43e2-f248-45ac-917b-300a07135398 ModelName:basic_onboard_cRgtrV-nodes.ubuntu18Cvfc ModelUuid:05621af1-6389-4612-959f-a0307b7287e4 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:6959b077-90ca-453c-a72e-b276fcbce085 ModelInvariantUuid:15d70e92-b4ab-49cc-b7bb-e19fa01fbc41 ModelName:BasicOnboardCrgtrv.compute.nodes.heat.ubuntu18 ModelUuid:6a02ea7c-fff9-489a-bbc1-8a2d38c255c3 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-05-20T22:43:37.415Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 7ed98e06-c573-47e6-8660-e299c153c44b Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-20T22:43:37.418Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||INFO|500||basic_onboard_cRgtrV 0 2022-05-20T22:43:37.418Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7ed98e06-c573-47e6-8660-e299c153c44b 2022-05-20T22:43:37.418Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: b0d777e8-b03f-43d5-a271-ca4a09c13ff2 from URL: /sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/resourceInstances/basic_onboard_crgtrv0/artifacts/basic_onboard_crgtrv0_modules.json 2022-05-20T22:43:37.418Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-05-20T22:43:37.419Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/resourceInstances/basic_onboard_crgtrv0/artifacts/basic_onboard_crgtrv0_modules.json 2022-05-20T22:43:37.991Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-05-20T22:43:37.991Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/resourceInstances/basic_onboard_crgtrv0/artifacts/basic_onboard_crgtrv0_modules.json b0d777e8-b03f-43d5-a271-ca4a09c13ff2 798 2022-05-20T22:43:37.991Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/resourceInstances/basic_onboard_crgtrv0/artifacts/basic_onboard_crgtrv0_modules.json ASDC sendASDCNotification 2022-05-20T22:43:37.992Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/resourceInstances/basic_onboard_crgtrv0/artifacts/basic_onboard_crgtrv0_modules.json 2022-05-20T22:43:37.992Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-20T22:43:37.992Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-05-20T22:43:37.994Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T22:43:37.994Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "26b9b237-0cc7-4686-b737-a16b3b86dfc9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653086617991, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/resourceInstances/basic_onboard_crgtrv0/artifacts/basic_onboard_crgtrv0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-20T22:43:38.095Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-20T22:43:38.095Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T22:43:38.095Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T22:43:38.108Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:43:38.109Z||pool-27-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-20T22:43:38.995Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardCrgtrv..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "89a559f0-c702-4cf2-97c2-e63f37669ecd", "vfModuleModelVersion": "1", "vfModuleModelUUID": "3f1d664e-7999-4b9b-853f-87b2040aebaf", "vfModuleModelCustomizationUUID": "edbe35e1-6031-4c0f-860c-dc3d214f4b0a", "isBase": true, "artifacts": [ "baeb51e9-ba7c-4552-ab19-3d567772798b", "2cfee5ac-48e4-4818-8f77-3538cebef204" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-05-20T22:43:39.001Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardCrgtrv..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:3f1d664e-7999-4b9b-853f-87b2040aebaf VfModuleModelInvariantUUID:89a559f0-c702-4cf2-97c2-e63f37669ecd VfModuleModelDescription:NULL Artifacts UUID List:{ baeb51e9-ba7c-4552-ab19-3d567772798b , 2cfee5ac-48e4-4818-8f77-3538cebef204 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-05-20T22:43:39.004Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardCrgtrv..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "89a559f0-c702-4cf2-97c2-e63f37669ecd", "vfModuleModelVersion": "1", "vfModuleModelUUID": "3f1d664e-7999-4b9b-853f-87b2040aebaf", "vfModuleModelCustomizationUUID": "edbe35e1-6031-4c0f-860c-dc3d214f4b0a", "isBase": true, "artifacts": [ "baeb51e9-ba7c-4552-ab19-3d567772798b", "2cfee5ac-48e4-4818-8f77-3538cebef204" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-05-20T22:43:39.004Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardCrgtrv..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:3f1d664e-7999-4b9b-853f-87b2040aebaf VfModuleModelInvariantUUID:89a559f0-c702-4cf2-97c2-e63f37669ecd VfModuleModelDescription:NULL Artifacts UUID List:{ baeb51e9-ba7c-4552-ab19-3d567772798b , 2cfee5ac-48e4-4818-8f77-3538cebef204 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-05-20T22:43:39.004Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: baeb51e9-ba7c-4552-ab19-3d567772798b from URL: /sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/resourceInstances/basic_onboard_crgtrv0/artifacts/base_ubuntu18.yaml 2022-05-20T22:43:39.004Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-05-20T22:43:39.004Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/resourceInstances/basic_onboard_crgtrv0/artifacts/base_ubuntu18.yaml 2022-05-20T22:43:39.336Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-05-20T22:43:39.337Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/resourceInstances/basic_onboard_crgtrv0/artifacts/base_ubuntu18.yaml baeb51e9-ba7c-4552-ab19-3d567772798b 5033 2022-05-20T22:43:39.337Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/resourceInstances/basic_onboard_crgtrv0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-05-20T22:43:39.337Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/resourceInstances/basic_onboard_crgtrv0/artifacts/base_ubuntu18.yaml 2022-05-20T22:43:39.337Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-20T22:43:39.337Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-05-20T22:43:39.339Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T22:43:39.340Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "26b9b237-0cc7-4686-b737-a16b3b86dfc9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653086619337, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/resourceInstances/basic_onboard_crgtrv0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-05-20T22:43:39.440Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-20T22:43:39.441Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T22:43:39.441Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T22:43:39.455Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:43:39.455Z||pool-28-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-20T22:43:40.340Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 2cfee5ac-48e4-4818-8f77-3538cebef204 from URL: /sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/resourceInstances/basic_onboard_crgtrv0/artifacts/base_ubuntu18.env 2022-05-20T22:43:40.341Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-05-20T22:43:40.341Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/resourceInstances/basic_onboard_crgtrv0/artifacts/base_ubuntu18.env 2022-05-20T22:43:40.449Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-05-20T22:43:40.450Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/resourceInstances/basic_onboard_crgtrv0/artifacts/base_ubuntu18.env 2cfee5ac-48e4-4818-8f77-3538cebef204 909 2022-05-20T22:43:40.450Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/resourceInstances/basic_onboard_crgtrv0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-05-20T22:43:40.450Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/resourceInstances/basic_onboard_crgtrv0/artifacts/base_ubuntu18.env 2022-05-20T22:43:40.450Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-20T22:43:40.450Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-05-20T22:43:40.452Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T22:43:40.452Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "26b9b237-0cc7-4686-b737-a16b3b86dfc9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653086620450, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/resourceInstances/basic_onboard_crgtrv0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-05-20T22:43:40.553Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-20T22:43:40.553Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T22:43:40.553Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T22:43:40.569Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:43:40.570Z||pool-29-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-20T22:43:41.453Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 0c866761-1bbb-486a-80c0-b40d2eb586e7 2022-05-20T22:43:41.454Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_cRgtrV 0 7ed98e06-c573-47e6-8660-e299c153c44b ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-20T22:43:41.466Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@755ecb48, org.onap.sdc.toscaparser.api.parameters.Input@2a78bfae, org.onap.sdc.toscaparser.api.parameters.Input@52cce70, org.onap.sdc.toscaparser.api.parameters.Input@727dc69d, org.onap.sdc.toscaparser.api.parameters.Input@71fa4711] 2022-05-20T22:43:41.467Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T22:43:41.468Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cRgtrV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-20T22:43:41.468Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2022-05-20T22:43:41.468Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= f71137e5-8238-46d2-8ea5-35c775429eda 2022-05-20T22:43:41.468Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f71137e5-8238-46d2-8ea5-35c775429eda matches Tosca VF Customization UUID: f71137e5-8238-46d2-8ea5-35c775429eda 2022-05-20T22:43:41.468Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: f71137e5-8238-46d2-8ea5-35c775429eda matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-05-20T22:43:41.470Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T22:43:41.470Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cRgtrV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-20T22:43:41.471Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id f71137e5-8238-46d2-8ea5-35c775429eda: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"} 2022-05-20T22:43:41.471Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@61f969a5 2022-05-20T22:43:41.471Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T22:43:41.471Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cRgtrV is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-20T22:43:41.471Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : edbe35e1-6031-4c0f-860c-dc3d214f4b0a 2022-05-20T22:43:41.471Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID edbe35e1-6031-4c0f-860c-dc3d214f4b0a Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-05-20T22:43:41.473Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T22:43:41.473Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_cRgtrV 0 is matching search criteria 2022-05-20T22:43:41.473Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_cRgtrV 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-20T22:43:41.473Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T22:43:41.473Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_cRgtrV 0 is matching search criteria 2022-05-20T22:43:41.473Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_cRgtrV 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-20T22:43:41.474Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T22:43:41.474Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_cRgtrV 0 is not matching search criteria 2022-05-20T22:43:41.474Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-05-20T22:43:41.474Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-05-20T22:43:41.474Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=e2b12697-6a90-437f-be60-cd5afb065c14 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-05-20T22:43:41.475Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T22:43:41.475Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_cRgtrV 0 is matching search criteria 2022-05-20T22:43:41.476Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_cRgtrV 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-20T22:43:41.476Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T22:43:41.476Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_cRgtrV 0 is matching search criteria 2022-05-20T22:43:41.476Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_cRgtrV 0] matching following query criteria: sdcType=VF, customizationUUID=f71137e5-8238-46d2-8ea5-35c775429eda Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-20T22:43:41.477Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T22:43:41.477Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cRgtrV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-20T22:43:41.478Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 0c866761-1bbb-486a-80c0-b40d2eb586e7: basic_onboard_cRgtrV 2022-05-20T22:43:41.478Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T22:43:41.478Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cRgtrV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-20T22:43:41.478Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T22:43:41.478Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cRgtrV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-20T22:43:41.478Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T22:43:41.478Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cRgtrV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-20T22:43:41.479Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T22:43:41.479Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cRgtrV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-20T22:43:41.479Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T22:43:41.479Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cRgtrV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-20T22:43:41.479Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||INFO|500||Saving Service: basic_onboard_cRgtrV Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-20T22:43:41.547Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_cRgtrV 7ed98e06-c573-47e6-8660-e299c153c44b 1 ASDC deployResourceStructure 2022-05-20T22:43:41.547Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/resourceInstances/basic_onboard_crgtrv0/artifacts/basic_onboard_crgtrv0_modules.json ASDC sendASDCNotification 2022-05-20T22:43:41.547Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/resourceInstances/basic_onboard_crgtrv0/artifacts/basic_onboard_crgtrv0_modules.json 2022-05-20T22:43:41.547Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-20T22:43:41.547Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-05-20T22:43:41.549Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T22:43:41.549Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "26b9b237-0cc7-4686-b737-a16b3b86dfc9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653086621547, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/resourceInstances/basic_onboard_crgtrv0/artifacts/basic_onboard_crgtrv0_modules.json", "status": "DEPLOY_OK" } 2022-05-20T22:43:41.649Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-20T22:43:41.650Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T22:43:41.650Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T22:43:41.662Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:43:41.662Z||pool-30-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-05-20T22:43:42.550Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/resourceInstances/basic_onboard_crgtrv0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-05-20T22:43:42.550Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/resourceInstances/basic_onboard_crgtrv0/artifacts/base_ubuntu18.yaml 2022-05-20T22:43:42.550Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-20T22:43:42.551Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-05-20T22:43:42.553Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T22:43:42.553Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "26b9b237-0cc7-4686-b737-a16b3b86dfc9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653086622549, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/resourceInstances/basic_onboard_crgtrv0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-05-20T22:43:42.653Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-20T22:43:42.654Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T22:43:42.654Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T22:43:42.669Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:43:42.670Z||pool-31-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-05-20T22:43:43.553Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/resourceInstances/basic_onboard_crgtrv0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-05-20T22:43:43.554Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/resourceInstances/basic_onboard_crgtrv0/artifacts/base_ubuntu18.env 2022-05-20T22:43:43.554Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-20T22:43:43.555Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-05-20T22:43:43.557Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T22:43:43.557Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "26b9b237-0cc7-4686-b737-a16b3b86dfc9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653086623553, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/resourceInstances/basic_onboard_crgtrv0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-05-20T22:43:43.657Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-20T22:43:43.657Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T22:43:43.658Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T22:43:43.672Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:43:43.672Z||pool-32-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-20T22:43:44.557Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/artifacts/service-BasicOnboardCrgtrv-csar.csar ASDC sendASDCNotification 2022-05-20T22:43:44.558Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/artifacts/service-BasicOnboardCrgtrv-csar.csar 2022-05-20T22:43:44.558Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-20T22:43:44.559Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-05-20T22:43:44.561Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T22:43:44.561Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "26b9b237-0cc7-4686-b737-a16b3b86dfc9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653086624557, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/artifacts/service-BasicOnboardCrgtrv-csar.csar", "status": "DEPLOY_OK" } 2022-05-20T22:43:44.661Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-20T22:43:44.662Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T22:43:44.662Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T22:43:44.677Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:43:44.678Z||pool-33-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-20T22:43:45.561Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 26b9b237-0cc7-4686-b737-a16b3b86dfc9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-20T22:43:45.574Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 26b9b237-0cc7-4686-b737-a16b3b86dfc9 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-20T22:43:45.578Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-20T22:43:45.578Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-20T22:43:45.578Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-20T22:43:45.578Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-20T22:43:45.578Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-20T22:43:45.578Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-20T22:43:45.578Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-20T22:43:45.578Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-20T22:43:45.578Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-20T22:43:45.578Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-20T22:43:45.578Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-20T22:43:45.583Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-20T22:44:15.583Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 26b9b237-0cc7-4686-b737-a16b3b86dfc9 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-05-20T22:44:15.590Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 26b9b237-0cc7-4686-b737-a16b3b86dfc9 and serviceModelVersionId: 0c866761-1bbb-486a-80c0-b40d2eb586e7 2022-05-20T22:44:15.590Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ebd8b11f-6ba7-47de-ae6b-1e94a4b7e5e3 2022-05-20T22:44:15.591Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ebd8b11f-6ba7-47de-ae6b-1e94a4b7e5e3/model-vers/model-ver/0c866761-1bbb-486a-80c0-b40d2eb586e7?depth=0 2022-05-20T22:44:15.599Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-05-20T22:44:15.634Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebd8b11f-6ba7-47de-ae6b-1e94a4b7e5e3/model-vers/model-ver/0c866761-1bbb-486a-80c0-b40d2eb586e7?depth=0|INFO|500||Invoke 2022-05-20T22:44:15.634Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebd8b11f-6ba7-47de-ae6b-1e94a4b7e5e3/model-vers/model-ver/0c866761-1bbb-486a-80c0-b40d2eb586e7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebd8b11f-6ba7-47de-ae6b-1e94a4b7e5e3/model-vers/model-ver/0c866761-1bbb-486a-80c0-b40d2eb586e7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[26b9b237-0cc7-4686-b737-a16b3b86dfc9], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7d8d8815-3df1-47de-9f27-ec05801081fe], X-ECOMP-RequestID=[26b9b237-0cc7-4686-b737-a16b3b86dfc9], X-TransactionId=[], X-ONAP-RequestID=[26b9b237-0cc7-4686-b737-a16b3b86dfc9], Content-Type=[application/merge-patch+json]} 2022-05-20T22:44:15.660Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebd8b11f-6ba7-47de-ae6b-1e94a4b7e5e3/model-vers/model-ver/0c866761-1bbb-486a-80c0-b40d2eb586e7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-20T22:44:15.737Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebd8b11f-6ba7-47de-ae6b-1e94a4b7e5e3/model-vers/model-ver/0c866761-1bbb-486a-80c0-b40d2eb586e7?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebd8b11f-6ba7-47de-ae6b-1e94a4b7e5e3/model-vers/model-ver/0c866761-1bbb-486a-80c0-b40d2eb586e7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220520-22:44:15:667-34842], vertex-id=[221184], Content-Length=[0], Date=[Fri, 20 May 2022 22:44:15 GMT], Content-Type=[application/json]} 2022-05-20T22:44:15.737Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebd8b11f-6ba7-47de-ae6b-1e94a4b7e5e3/model-vers/model-ver/0c866761-1bbb-486a-80c0-b40d2eb586e7?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-05-20T22:44:15.738Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebd8b11f-6ba7-47de-ae6b-1e94a4b7e5e3/model-vers/model-ver/0c866761-1bbb-486a-80c0-b40d2eb586e7?depth=0|INFO|500||InvokeReturn 2022-05-20T22:44:15.738Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-20T22:44:15.738Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-20T22:44:15.744Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-05-20T22:44:15.745Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 26b9b237-0cc7-4686-b737-a16b3b86dfc9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-20T22:44:15.745Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-20T22:44:15.745Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-05-20T22:44:15.747Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T22:44:15.747Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "26b9b237-0cc7-4686-b737-a16b3b86dfc9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653086655745, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-20T22:44:15.847Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-20T22:44:15.848Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T22:44:15.849Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T22:44:15.867Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:44:15.867Z||pool-34-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-20T22:44:16.760Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T22:44:16.760Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T22:44:16.761Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|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 Mp7J3lz9Op8nR73K) ... 2022-05-20T22:44:19.082Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T22:44:19.082Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T22:44:19.083Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T22:44:19.706Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:44:19.707Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:44:19.708Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe81cd8e-cc54-4859-ba95-13b24817399d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653086602251, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-20T22:44:19.708Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T22:44:19.709Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:44:19.709Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "26b9b237-0cc7-4686-b737-a16b3b86dfc9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653086603266, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/resourceInstances/basic_onboard_crgtrv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T22:44:19.709Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:44:19.709Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:44:19.709Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "26b9b237-0cc7-4686-b737-a16b3b86dfc9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653086603266, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/resourceInstances/basic_onboard_crgtrv0/artifacts/basic_onboard_crgtrv0_modules.json", "status": "NOTIFIED" } 2022-05-20T22:44:19.709Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:44:19.709Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:44:19.709Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "26b9b237-0cc7-4686-b737-a16b3b86dfc9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653086603266, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/resourceInstances/basic_onboard_crgtrv0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-05-20T22:44:19.709Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:44:19.710Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:44:19.710Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "26b9b237-0cc7-4686-b737-a16b3b86dfc9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653086603266, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/resourceInstances/basic_onboard_crgtrv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T22:44:19.710Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:44:19.710Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:44:19.710Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "26b9b237-0cc7-4686-b737-a16b3b86dfc9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653086603266, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/resourceInstances/basic_onboard_crgtrv0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-05-20T22:44:19.710Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:44:19.711Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:44:19.711Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "26b9b237-0cc7-4686-b737-a16b3b86dfc9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653086603266, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/artifacts/service-BasicOnboardCrgtrv-template.yml", "status": "NOT_NOTIFIED" } 2022-05-20T22:44:19.711Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:44:19.711Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:44:19.711Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "26b9b237-0cc7-4686-b737-a16b3b86dfc9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653086603266, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/artifacts/service-BasicOnboardCrgtrv-csar.csar", "status": "NOTIFIED" } 2022-05-20T22:44:19.711Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:44:19.711Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:44:19.711Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "26b9b237-0cc7-4686-b737-a16b3b86dfc9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653086614900, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/artifacts/service-BasicOnboardCrgtrv-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-20T22:44:19.711Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T22:44:19.711Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:44:19.711Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "26b9b237-0cc7-4686-b737-a16b3b86dfc9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653086617991, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/resourceInstances/basic_onboard_crgtrv0/artifacts/basic_onboard_crgtrv0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-20T22:44:19.712Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T22:44:19.712Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:44:19.712Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "26b9b237-0cc7-4686-b737-a16b3b86dfc9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653086619337, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/resourceInstances/basic_onboard_crgtrv0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-05-20T22:44:19.712Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T22:44:19.712Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:44:19.712Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "26b9b237-0cc7-4686-b737-a16b3b86dfc9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653086620450, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/resourceInstances/basic_onboard_crgtrv0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-05-20T22:44:19.712Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T22:44:19.712Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:44:19.712Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "26b9b237-0cc7-4686-b737-a16b3b86dfc9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653086621547, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/resourceInstances/basic_onboard_crgtrv0/artifacts/basic_onboard_crgtrv0_modules.json", "status": "DEPLOY_OK" } 2022-05-20T22:44:19.712Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T22:44:19.712Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:44:19.713Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "26b9b237-0cc7-4686-b737-a16b3b86dfc9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653086622549, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/resourceInstances/basic_onboard_crgtrv0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-05-20T22:44:19.713Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T22:44:19.713Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:44:19.713Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "26b9b237-0cc7-4686-b737-a16b3b86dfc9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653086623553, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/resourceInstances/basic_onboard_crgtrv0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-05-20T22:44:19.713Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T22:44:19.713Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:44:19.713Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "26b9b237-0cc7-4686-b737-a16b3b86dfc9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653086624557, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCrgtrv/1.0/artifacts/service-BasicOnboardCrgtrv-csar.csar", "status": "DEPLOY_OK" } 2022-05-20T22:44:19.713Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T22:44:19.713Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:44:19.713Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "26b9b237-0cc7-4686-b737-a16b3b86dfc9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653086655745, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-20T22:44:19.713Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T22:44:26.300Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:44:26.301Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T22:44:26.301Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T22:44:26.302Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|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 Mp7J3lz9Op8nR73K) ... 2022-05-20T22:44:35.842Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:44:35.843Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T22:44:35.844Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T22:44:35.844Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|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 Mp7J3lz9Op8nR73K) ... 2022-05-20T22:44:45.381Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:45:19.080Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T22:45:19.081Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T22:45:19.081Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|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 Mp7J3lz9Op8nR73K) ... 2022-05-20T22:45:19.081Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T22:45:19.081Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T22:45:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T22:45:28.646Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:45:28.647Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:46:19.080Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T22:46:19.081Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T22:46:19.081Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|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 Mp7J3lz9Op8nR73K) ... 2022-05-20T22:46:19.081Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T22:46:19.082Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T22:46:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T22:46:28.628Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:46:28.630Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:47:19.080Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T22:47:19.081Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T22:47:19.081Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|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 Mp7J3lz9Op8nR73K) ... 2022-05-20T22:47:19.081Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T22:47:19.082Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T22:47:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T22:47:28.628Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:47:28.628Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:48:19.080Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T22:48:19.081Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T22:48:19.081Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|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 Mp7J3lz9Op8nR73K) ... 2022-05-20T22:48:19.081Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T22:48:19.082Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T22:48:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T22:48:28.628Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:48:28.629Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:49:19.080Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T22:49:19.080Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T22:49:19.081Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|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 Mp7J3lz9Op8nR73K) ... 2022-05-20T22:49:19.081Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T22:49:19.082Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T22:49:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T22:49:28.624Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:49:28.626Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:50:19.080Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T22:50:19.081Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T22:50:19.081Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|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 Mp7J3lz9Op8nR73K) ... 2022-05-20T22:50:19.081Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T22:50:19.082Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T22:50:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T22:50:28.625Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:50:28.626Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:51:19.080Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T22:51:19.081Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T22:51:19.081Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|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 Mp7J3lz9Op8nR73K) ... 2022-05-20T22:51:19.081Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T22:51:19.082Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T22:51:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T22:51:28.627Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:51:28.629Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:52:19.080Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T22:52:19.081Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T22:52:19.081Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|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 Mp7J3lz9Op8nR73K) ... 2022-05-20T22:52:19.081Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T22:52:19.082Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T22:52:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T22:52:28.621Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:52:28.624Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:53:19.080Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T22:53:19.081Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T22:53:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T22:53:19.082Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T22:53:19.083Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T22:53:19.083Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T22:53:19.711Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:53:19.712Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-20T22:53:19.712Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"1cc1fe79-0034-4608-be31-4a0a9d126889","serviceName":"Demo_pNF_sR3qssjtqxdcrNcJJwqO","serviceVersion":"1.0","serviceUUID":"b8f86687-c951-4094-89fe-2a3142931431","serviceDescription":"catalog service description","serviceInvariantUUID":"4771614b-f3c8-4251-b821-a41917b88854","resources":[{"resourceInstanceName":"pNF 16f8ec82-54bb 0","resourceName":"pNF 16f8ec82-54bb","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"96d3cf29-130f-448e-ad56-3d2a6469860c","resourceInvariantUUID":"fec9c516-5e53-42ba-afc6-66cf4374a473","resourceCustomizationUUID":"38365532-5fa8-4def-9321-e90750da3bf3","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSr3qssjtqxdcrncjjwqo/1.0/resourceInstances/pnf16f8ec8254bb0/artifacts/vf-license-model.xml","artifactChecksum":"ZjAyNWVjZTlkZjE5NTYzZDgwZDQ3NmM2MmY4YzJlNzk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a080000c-e7d8-4c74-a63d-0edeaeb74746","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSr3qssjtqxdcrncjjwqo/1.0/resourceInstances/pnf16f8ec8254bb0/artifacts/pNF.csar","artifactChecksum":"MDVmMzY2YjI4M2NmZjU0MGNkN2EwMzc1MWFlYjVhZmY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"84dce7e4-b6eb-478f-bada-baf638bba4e0","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSr3qssjtqxdcrncjjwqo/1.0/resourceInstances/pnf16f8ec8254bb0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cfbf27f1-fe58-4a9a-bc0d-71a5ae05d070","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSr3qssjtqxdcrncjjwqo/1.0/resourceInstances/pnf16f8ec8254bb0/artifacts/vendor-license-model.xml","artifactChecksum":"OGZjM2YyNGRmMjJlYzczNTg0NmZhNjc4NzVmMGY5Yjk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b49faaf6-5264-4045-9c60-fd38cc00271b","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfSr3qssjtqxdcrncjjwqo/1.0/resourceInstances/pnf16f8ec8254bb0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a80ae09e-23a3-4261-993c-9b96032227ba","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfSr3qssjtqxdcrncjjwqo/1.0/resourceInstances/pnf16f8ec8254bb0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3dae64f6-4ad1-402b-a8ee-bdfa5fa10608","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfSr3qssjtqxdcrncjjwqo-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSr3qssjtqxdcrncjjwqo/1.0/artifacts/service-DemoPnfSr3qssjtqxdcrncjjwqo-template.yml","artifactChecksum":"YmFkMjAwMjNjN2E4ODFmOGFlOWQzZDhiMmFhZmY2YWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"19f429f7-4d03-473a-879b-bd42f8ff1be7","artifactVersion":"1"},{"artifactName":"service-DemoPnfSr3qssjtqxdcrncjjwqo-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfSr3qssjtqxdcrncjjwqo/1.0/artifacts/service-DemoPnfSr3qssjtqxdcrncjjwqo-csar.csar","artifactChecksum":"OWY1ZDRjYTA0YmJjMWFlNWRkNzczMmFmNjNiMGNjMDM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b371846f-1015-4ab2-bc62-ed1d16152afb","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-20T22:53:19.714Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:53:19.714Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-20T22:53:19.715Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-20T22:53:19.716Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-20T22:53:19.716Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc1fe79-0034-4608-be31-4a0a9d126889", "consumerID": "cds", "timestamp": 1653087157225, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSr3qssjtqxdcrncjjwqo/1.0/resourceInstances/pnf16f8ec8254bb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T22:53:19.716Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T22:53:19.716Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "1cc1fe79-0034-4608-be31-4a0a9d126889", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653087199080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSr3qssjtqxdcrncjjwqo/1.0/resourceInstances/pnf16f8ec8254bb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T22:53:19.716Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-20T22:53:19.717Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-20T22:53:19.717Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc1fe79-0034-4608-be31-4a0a9d126889", "consumerID": "ves-openapi-manager", "timestamp": 1653087160064, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSr3qssjtqxdcrncjjwqo/1.0/resourceInstances/pnf16f8ec8254bb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T22:53:19.717Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-20T22:53:19.717Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-20T22:53:19.717Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc1fe79-0034-4608-be31-4a0a9d126889", "consumerID": "clamp", "timestamp": 1653087156846, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSr3qssjtqxdcrncjjwqo/1.0/resourceInstances/pnf16f8ec8254bb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T22:53:19.717Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-20T22:53:19.717Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-20T22:53:19.717Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc1fe79-0034-4608-be31-4a0a9d126889", "consumerID": "policy-id", "timestamp": 1653087159489, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSr3qssjtqxdcrncjjwqo/1.0/resourceInstances/pnf16f8ec8254bb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T22:53:19.717Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-20T22:53:19.717Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-20T22:53:19.717Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc1fe79-0034-4608-be31-4a0a9d126889", "consumerID": "clamp", "timestamp": 1653087156846, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSr3qssjtqxdcrncjjwqo/1.0/resourceInstances/pnf16f8ec8254bb0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-20T22:53:19.717Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-20T22:53:19.718Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-20T22:53:19.718Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc1fe79-0034-4608-be31-4a0a9d126889", "consumerID": "cds", "timestamp": 1653087157225, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSr3qssjtqxdcrncjjwqo/1.0/resourceInstances/pnf16f8ec8254bb0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-20T22:53:19.718Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-20T22:53:19.718Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-20T22:53:19.718Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc1fe79-0034-4608-be31-4a0a9d126889", "consumerID": "ves-openapi-manager", "timestamp": 1653087160064, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSr3qssjtqxdcrncjjwqo/1.0/resourceInstances/pnf16f8ec8254bb0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-20T22:53:19.718Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-20T22:53:19.718Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-20T22:53:19.718Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc1fe79-0034-4608-be31-4a0a9d126889", "consumerID": "policy-id", "timestamp": 1653087159489, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSr3qssjtqxdcrncjjwqo/1.0/resourceInstances/pnf16f8ec8254bb0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-20T22:53:19.718Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-20T22:53:19.718Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-20T22:53:19.718Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc1fe79-0034-4608-be31-4a0a9d126889", "consumerID": "multicloud-k8s-id", "timestamp": 1653087165499, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSr3qssjtqxdcrncjjwqo/1.0/resourceInstances/pnf16f8ec8254bb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T22:53:19.718Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-20T22:53:19.718Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-20T22:53:19.718Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc1fe79-0034-4608-be31-4a0a9d126889", "consumerID": "clamp", "timestamp": 1653087156846, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSr3qssjtqxdcrncjjwqo/1.0/resourceInstances/pnf16f8ec8254bb0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-20T22:53:19.719Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-20T22:53:19.719Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-20T22:53:19.719Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc1fe79-0034-4608-be31-4a0a9d126889", "consumerID": "ves-openapi-manager", "timestamp": 1653087160064, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSr3qssjtqxdcrncjjwqo/1.0/resourceInstances/pnf16f8ec8254bb0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-20T22:53:19.719Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-20T22:53:19.719Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-20T22:53:19.719Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc1fe79-0034-4608-be31-4a0a9d126889", "consumerID": "cds", "timestamp": 1653087157225, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSr3qssjtqxdcrncjjwqo/1.0/resourceInstances/pnf16f8ec8254bb0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-20T22:53:19.719Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-20T22:53:19.719Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-20T22:53:19.719Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc1fe79-0034-4608-be31-4a0a9d126889", "consumerID": "policy-id", "timestamp": 1653087159489, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSr3qssjtqxdcrncjjwqo/1.0/resourceInstances/pnf16f8ec8254bb0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-20T22:53:19.719Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-20T22:53:19.719Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-20T22:53:19.719Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc1fe79-0034-4608-be31-4a0a9d126889", "consumerID": "multicloud-k8s-id", "timestamp": 1653087165499, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSr3qssjtqxdcrncjjwqo/1.0/resourceInstances/pnf16f8ec8254bb0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-20T22:53:19.719Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-20T22:53:19.719Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-20T22:53:19.719Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc1fe79-0034-4608-be31-4a0a9d126889", "consumerID": "clamp", "timestamp": 1653087156846, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSr3qssjtqxdcrncjjwqo/1.0/resourceInstances/pnf16f8ec8254bb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T22:53:19.720Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-20T22:53:19.720Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-20T22:53:19.720Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc1fe79-0034-4608-be31-4a0a9d126889", "consumerID": "ves-openapi-manager", "timestamp": 1653087160064, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSr3qssjtqxdcrncjjwqo/1.0/resourceInstances/pnf16f8ec8254bb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T22:53:19.720Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-20T22:53:19.720Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-20T22:53:19.720Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc1fe79-0034-4608-be31-4a0a9d126889", "consumerID": "cds", "timestamp": 1653087157225, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSr3qssjtqxdcrncjjwqo/1.0/resourceInstances/pnf16f8ec8254bb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T22:53:19.720Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-20T22:53:19.720Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-20T22:53:19.720Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc1fe79-0034-4608-be31-4a0a9d126889", "consumerID": "policy-id", "timestamp": 1653087159489, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSr3qssjtqxdcrncjjwqo/1.0/resourceInstances/pnf16f8ec8254bb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T22:53:19.720Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-20T22:53:19.720Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-20T22:53:19.720Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc1fe79-0034-4608-be31-4a0a9d126889", "consumerID": "multicloud-k8s-id", "timestamp": 1653087165499, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSr3qssjtqxdcrncjjwqo/1.0/resourceInstances/pnf16f8ec8254bb0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-20T22:53:19.720Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-20T22:53:19.720Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-20T22:53:19.720Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc1fe79-0034-4608-be31-4a0a9d126889", "consumerID": "clamp", "timestamp": 1653087156846, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSr3qssjtqxdcrncjjwqo/1.0/resourceInstances/pnf16f8ec8254bb0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-20T22:53:19.721Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-20T22:53:19.721Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-20T22:53:19.721Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc1fe79-0034-4608-be31-4a0a9d126889", "consumerID": "ves-openapi-manager", "timestamp": 1653087160064, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSr3qssjtqxdcrncjjwqo/1.0/resourceInstances/pnf16f8ec8254bb0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-20T22:53:19.721Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-20T22:53:19.721Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-20T22:53:19.721Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc1fe79-0034-4608-be31-4a0a9d126889", "consumerID": "cds", "timestamp": 1653087157225, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSr3qssjtqxdcrncjjwqo/1.0/resourceInstances/pnf16f8ec8254bb0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-20T22:53:19.721Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-20T22:53:19.721Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-20T22:53:19.721Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc1fe79-0034-4608-be31-4a0a9d126889", "consumerID": "policy-id", "timestamp": 1653087159489, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSr3qssjtqxdcrncjjwqo/1.0/resourceInstances/pnf16f8ec8254bb0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-20T22:53:19.721Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-20T22:53:19.721Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-20T22:53:19.721Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc1fe79-0034-4608-be31-4a0a9d126889", "consumerID": "multicloud-k8s-id", "timestamp": 1653087165499, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSr3qssjtqxdcrncjjwqo/1.0/resourceInstances/pnf16f8ec8254bb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T22:53:19.721Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-20T22:53:19.721Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-20T22:53:19.721Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc1fe79-0034-4608-be31-4a0a9d126889", "consumerID": "clamp", "timestamp": 1653087156846, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSr3qssjtqxdcrncjjwqo/1.0/resourceInstances/pnf16f8ec8254bb0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-20T22:53:19.721Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-20T22:53:19.721Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-20T22:53:19.721Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc1fe79-0034-4608-be31-4a0a9d126889", "consumerID": "ves-openapi-manager", "timestamp": 1653087160064, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSr3qssjtqxdcrncjjwqo/1.0/resourceInstances/pnf16f8ec8254bb0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-05-20T22:53:19.721Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-20T22:53:19.721Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-20T22:53:19.721Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc1fe79-0034-4608-be31-4a0a9d126889", "consumerID": "cds", "timestamp": 1653087157225, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSr3qssjtqxdcrncjjwqo/1.0/resourceInstances/pnf16f8ec8254bb0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-20T22:53:19.722Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-20T22:53:19.722Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-20T22:53:19.722Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc1fe79-0034-4608-be31-4a0a9d126889", "consumerID": "policy-id", "timestamp": 1653087159489, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSr3qssjtqxdcrncjjwqo/1.0/resourceInstances/pnf16f8ec8254bb0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-20T22:53:19.722Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-20T22:53:19.722Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-20T22:53:19.722Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc1fe79-0034-4608-be31-4a0a9d126889", "consumerID": "multicloud-k8s-id", "timestamp": 1653087165499, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSr3qssjtqxdcrncjjwqo/1.0/resourceInstances/pnf16f8ec8254bb0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-20T22:53:19.722Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-20T22:53:19.722Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-20T22:53:19.722Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc1fe79-0034-4608-be31-4a0a9d126889", "consumerID": "clamp", "timestamp": 1653087156846, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSr3qssjtqxdcrncjjwqo/1.0/artifacts/service-DemoPnfSr3qssjtqxdcrncjjwqo-template.yml", "status": "NOT_NOTIFIED" } 2022-05-20T22:53:19.722Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-20T22:53:19.722Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-20T22:53:19.722Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc1fe79-0034-4608-be31-4a0a9d126889", "consumerID": "cds", "timestamp": 1653087157225, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSr3qssjtqxdcrncjjwqo/1.0/artifacts/service-DemoPnfSr3qssjtqxdcrncjjwqo-template.yml", "status": "NOT_NOTIFIED" } 2022-05-20T22:53:19.723Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-20T22:53:19.723Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-20T22:53:19.723Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc1fe79-0034-4608-be31-4a0a9d126889", "consumerID": "ves-openapi-manager", "timestamp": 1653087160064, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSr3qssjtqxdcrncjjwqo/1.0/artifacts/service-DemoPnfSr3qssjtqxdcrncjjwqo-template.yml", "status": "NOT_NOTIFIED" } 2022-05-20T22:53:19.723Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-20T22:53:19.723Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-20T22:53:19.723Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc1fe79-0034-4608-be31-4a0a9d126889", "consumerID": "policy-id", "timestamp": 1653087159489, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSr3qssjtqxdcrncjjwqo/1.0/artifacts/service-DemoPnfSr3qssjtqxdcrncjjwqo-template.yml", "status": "NOT_NOTIFIED" } 2022-05-20T22:53:19.723Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-20T22:53:19.723Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-20T22:53:19.723Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc1fe79-0034-4608-be31-4a0a9d126889", "consumerID": "multicloud-k8s-id", "timestamp": 1653087165499, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSr3qssjtqxdcrncjjwqo/1.0/resourceInstances/pnf16f8ec8254bb0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-20T22:53:19.723Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-20T22:53:19.723Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-20T22:53:19.723Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc1fe79-0034-4608-be31-4a0a9d126889", "consumerID": "clamp", "timestamp": 1653087156846, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSr3qssjtqxdcrncjjwqo/1.0/artifacts/service-DemoPnfSr3qssjtqxdcrncjjwqo-csar.csar", "status": "NOTIFIED" } 2022-05-20T22:53:19.723Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-20T22:53:19.723Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-20T22:53:19.724Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc1fe79-0034-4608-be31-4a0a9d126889", "consumerID": "ves-openapi-manager", "timestamp": 1653087160064, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSr3qssjtqxdcrncjjwqo/1.0/artifacts/service-DemoPnfSr3qssjtqxdcrncjjwqo-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-20T22:53:19.724Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-20T22:53:19.724Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-20T22:53:19.724Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc1fe79-0034-4608-be31-4a0a9d126889", "consumerID": "cds", "timestamp": 1653087157225, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSr3qssjtqxdcrncjjwqo/1.0/artifacts/service-DemoPnfSr3qssjtqxdcrncjjwqo-csar.csar", "status": "NOTIFIED" } 2022-05-20T22:53:19.724Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-20T22:53:19.724Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-20T22:53:19.724Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc1fe79-0034-4608-be31-4a0a9d126889", "consumerID": "policy-id", "timestamp": 1653087159489, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSr3qssjtqxdcrncjjwqo/1.0/artifacts/service-DemoPnfSr3qssjtqxdcrncjjwqo-csar.csar", "status": "NOTIFIED" } 2022-05-20T22:53:19.724Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-20T22:53:19.724Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-20T22:53:19.724Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc1fe79-0034-4608-be31-4a0a9d126889", "consumerID": "multicloud-k8s-id", "timestamp": 1653087165499, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSr3qssjtqxdcrncjjwqo/1.0/artifacts/service-DemoPnfSr3qssjtqxdcrncjjwqo-template.yml", "status": "NOT_NOTIFIED" } 2022-05-20T22:53:19.724Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-20T22:53:19.724Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-20T22:53:19.724Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc1fe79-0034-4608-be31-4a0a9d126889", "consumerID": "cds", "timestamp": 1653087172565, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSr3qssjtqxdcrncjjwqo/1.0/artifacts/service-DemoPnfSr3qssjtqxdcrncjjwqo-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-20T22:53:19.724Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T22:53:19.724Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-20T22:53:19.724Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc1fe79-0034-4608-be31-4a0a9d126889", "consumerID": "ves-openapi-manager", "timestamp": 1653087172592, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSr3qssjtqxdcrncjjwqo/1.0/resourceInstances/pnf16f8ec8254bb0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-05-20T22:53:19.725Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T22:53:19.725Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-20T22:53:19.725Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc1fe79-0034-4608-be31-4a0a9d126889", "consumerID": "policy-id", "timestamp": 1653087172562, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSr3qssjtqxdcrncjjwqo/1.0/artifacts/service-DemoPnfSr3qssjtqxdcrncjjwqo-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-20T22:53:19.725Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T22:53:19.725Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-20T22:53:19.725Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc1fe79-0034-4608-be31-4a0a9d126889", "consumerID": "multicloud-k8s-id", "timestamp": 1653087165499, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSr3qssjtqxdcrncjjwqo/1.0/artifacts/service-DemoPnfSr3qssjtqxdcrncjjwqo-csar.csar", "status": "NOTIFIED" } 2022-05-20T22:53:19.725Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-20T22:53:19.725Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-20T22:53:19.725Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc1fe79-0034-4608-be31-4a0a9d126889", "consumerID": "cds", "timestamp": 1653087173571, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSr3qssjtqxdcrncjjwqo/1.0/artifacts/service-DemoPnfSr3qssjtqxdcrncjjwqo-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-20T22:53:19.740Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1cc1fe79-0034-4608-be31-4a0a9d126889 2022-05-20T22:53:19.740Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1cc1fe79-0034-4608-be31-4a0a9d126889 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-20T22:53:19.747Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-20T22:53:19.747Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc1fe79-0034-4608-be31-4a0a9d126889", "consumerID": "policy-id", "timestamp": 1653087173566, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSr3qssjtqxdcrncjjwqo/1.0/artifacts/service-DemoPnfSr3qssjtqxdcrncjjwqo-csar.csar", "status": "DEPLOY_OK" } 2022-05-20T22:53:19.747Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T22:53:19.747Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-20T22:53:19.748Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc1fe79-0034-4608-be31-4a0a9d126889", "consumerID": "ves-openapi-manager", "timestamp": 1653087173805, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSr3qssjtqxdcrncjjwqo/1.0/resourceInstances/pnf16f8ec8254bb0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-05-20T22:53:19.748Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T22:53:19.748Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-20T22:53:19.748Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc1fe79-0034-4608-be31-4a0a9d126889", "consumerID": "policy-id", "timestamp": 1653087174568, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-20T22:53:19.753Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1cc1fe79-0034-4608-be31-4a0a9d126889 2022-05-20T22:53:19.753Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1cc1fe79-0034-4608-be31-4a0a9d126889 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-20T22:53:19.763Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-20T22:53:19.763Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc1fe79-0034-4608-be31-4a0a9d126889", "consumerID": "ves-openapi-manager", "timestamp": 1653087174808, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-20T22:53:19.767Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 1cc1fe79-0034-4608-be31-4a0a9d126889 2022-05-20T22:53:19.767Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1cc1fe79-0034-4608-be31-4a0a9d126889 and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-20T22:53:19.775Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-20T22:53:19.775Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc1fe79-0034-4608-be31-4a0a9d126889", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653087178647, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSr3qssjtqxdcrncjjwqo/1.0/resourceInstances/pnf16f8ec8254bb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T22:53:19.775Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-20T22:53:19.776Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-20T22:53:19.776Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc1fe79-0034-4608-be31-4a0a9d126889", "consumerID": "clamp", "timestamp": 1653087179687, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSr3qssjtqxdcrncjjwqo/1.0/artifacts/service-DemoPnfSr3qssjtqxdcrncjjwqo-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-20T22:53:19.776Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T22:53:19.776Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-20T22:53:19.776Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc1fe79-0034-4608-be31-4a0a9d126889", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653087178647, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSr3qssjtqxdcrncjjwqo/1.0/resourceInstances/pnf16f8ec8254bb0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-20T22:53:19.776Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-20T22:53:19.776Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-20T22:53:19.776Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc1fe79-0034-4608-be31-4a0a9d126889", "consumerID": "aai-ml", "timestamp": 1653087179856, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSr3qssjtqxdcrncjjwqo/1.0/resourceInstances/pnf16f8ec8254bb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T22:53:19.776Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-20T22:53:19.776Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-20T22:53:19.776Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc1fe79-0034-4608-be31-4a0a9d126889", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653087178647, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSr3qssjtqxdcrncjjwqo/1.0/resourceInstances/pnf16f8ec8254bb0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-20T22:53:19.777Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-20T22:53:19.777Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-20T22:53:19.777Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc1fe79-0034-4608-be31-4a0a9d126889", "consumerID": "aai-ml", "timestamp": 1653087179856, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSr3qssjtqxdcrncjjwqo/1.0/resourceInstances/pnf16f8ec8254bb0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-20T22:53:19.777Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-20T22:53:19.777Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-20T22:53:19.777Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc1fe79-0034-4608-be31-4a0a9d126889", "consumerID": "clamp", "timestamp": 1653087181693, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSr3qssjtqxdcrncjjwqo/1.0/artifacts/service-DemoPnfSr3qssjtqxdcrncjjwqo-csar.csar", "status": "DEPLOY_OK" } 2022-05-20T22:53:19.777Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T22:53:19.777Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-20T22:53:19.777Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc1fe79-0034-4608-be31-4a0a9d126889", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653087178647, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSr3qssjtqxdcrncjjwqo/1.0/resourceInstances/pnf16f8ec8254bb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T22:53:19.777Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-20T22:53:19.777Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-20T22:53:19.777Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc1fe79-0034-4608-be31-4a0a9d126889", "consumerID": "aai-ml", "timestamp": 1653087179856, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSr3qssjtqxdcrncjjwqo/1.0/resourceInstances/pnf16f8ec8254bb0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-20T22:53:19.778Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-20T22:53:19.778Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-20T22:53:19.778Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc1fe79-0034-4608-be31-4a0a9d126889", "consumerID": "clamp", "timestamp": 1653087182696, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-20T22:53:19.782Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1cc1fe79-0034-4608-be31-4a0a9d126889 2022-05-20T22:53:19.783Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1cc1fe79-0034-4608-be31-4a0a9d126889 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-20T22:53:19.791Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-20T22:53:19.791Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc1fe79-0034-4608-be31-4a0a9d126889", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653087178647, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSr3qssjtqxdcrncjjwqo/1.0/resourceInstances/pnf16f8ec8254bb0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-20T22:53:19.791Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-20T22:53:19.791Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-20T22:53:19.791Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc1fe79-0034-4608-be31-4a0a9d126889", "consumerID": "aai-ml", "timestamp": 1653087179856, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSr3qssjtqxdcrncjjwqo/1.0/resourceInstances/pnf16f8ec8254bb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T22:53:19.791Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-20T22:53:19.791Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-20T22:53:19.791Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc1fe79-0034-4608-be31-4a0a9d126889", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653087178647, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSr3qssjtqxdcrncjjwqo/1.0/resourceInstances/pnf16f8ec8254bb0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-20T22:53:19.791Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-20T22:53:19.791Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-20T22:53:19.791Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc1fe79-0034-4608-be31-4a0a9d126889", "consumerID": "aai-ml", "timestamp": 1653087179856, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSr3qssjtqxdcrncjjwqo/1.0/resourceInstances/pnf16f8ec8254bb0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-20T22:53:19.791Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-20T22:53:19.791Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-20T22:53:19.791Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc1fe79-0034-4608-be31-4a0a9d126889", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653087178647, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSr3qssjtqxdcrncjjwqo/1.0/artifacts/service-DemoPnfSr3qssjtqxdcrncjjwqo-template.yml", "status": "NOT_NOTIFIED" } 2022-05-20T22:53:19.791Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-20T22:53:19.792Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-20T22:53:19.792Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc1fe79-0034-4608-be31-4a0a9d126889", "consumerID": "aai-ml", "timestamp": 1653087179856, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSr3qssjtqxdcrncjjwqo/1.0/resourceInstances/pnf16f8ec8254bb0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-20T22:53:19.792Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-20T22:53:19.792Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-20T22:53:19.792Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc1fe79-0034-4608-be31-4a0a9d126889", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653087178647, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSr3qssjtqxdcrncjjwqo/1.0/artifacts/service-DemoPnfSr3qssjtqxdcrncjjwqo-csar.csar", "status": "NOTIFIED" } 2022-05-20T22:53:19.792Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-20T22:53:19.792Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-20T22:53:19.792Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc1fe79-0034-4608-be31-4a0a9d126889", "consumerID": "aai-ml", "timestamp": 1653087179856, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSr3qssjtqxdcrncjjwqo/1.0/artifacts/service-DemoPnfSr3qssjtqxdcrncjjwqo-template.yml", "status": "NOT_NOTIFIED" } 2022-05-20T22:53:19.792Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-20T22:53:19.792Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-20T22:53:19.792Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc1fe79-0034-4608-be31-4a0a9d126889", "consumerID": "aai-ml", "timestamp": 1653087179856, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSr3qssjtqxdcrncjjwqo/1.0/artifacts/service-DemoPnfSr3qssjtqxdcrncjjwqo-csar.csar", "status": "NOTIFIED" } 2022-05-20T22:53:19.792Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-20T22:53:19.792Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-20T22:53:19.792Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc1fe79-0034-4608-be31-4a0a9d126889", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653087187607, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSr3qssjtqxdcrncjjwqo/1.0/artifacts/service-DemoPnfSr3qssjtqxdcrncjjwqo-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-20T22:53:19.792Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T22:53:19.792Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-20T22:53:19.792Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc1fe79-0034-4608-be31-4a0a9d126889", "consumerID": "aai-ml", "timestamp": 1653087188752, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSr3qssjtqxdcrncjjwqo/1.0/artifacts/service-DemoPnfSr3qssjtqxdcrncjjwqo-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-20T22:53:19.792Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T22:53:19.792Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-20T22:53:19.793Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc1fe79-0034-4608-be31-4a0a9d126889", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653087189470, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSr3qssjtqxdcrncjjwqo/1.0/artifacts/service-DemoPnfSr3qssjtqxdcrncjjwqo-csar.csar", "status": "DEPLOY_OK" } 2022-05-20T22:53:19.793Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T22:53:19.793Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-20T22:53:19.793Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc1fe79-0034-4608-be31-4a0a9d126889", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653087190473, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-20T22:53:19.796Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1cc1fe79-0034-4608-be31-4a0a9d126889 2022-05-20T22:53:19.796Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1cc1fe79-0034-4608-be31-4a0a9d126889 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-20T22:53:19.803Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-20T22:53:19.803Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc1fe79-0034-4608-be31-4a0a9d126889", "consumerID": "aai-ml", "timestamp": 1653087193838, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSr3qssjtqxdcrncjjwqo/1.0/artifacts/service-DemoPnfSr3qssjtqxdcrncjjwqo-csar.csar", "status": "DEPLOY_OK" } 2022-05-20T22:53:19.803Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T22:53:19.803Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-20T22:53:19.803Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc1fe79-0034-4608-be31-4a0a9d126889", "consumerID": "aai-ml", "timestamp": 1653087194842, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-20T22:53:19.807Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1cc1fe79-0034-4608-be31-4a0a9d126889 2022-05-20T22:53:19.808Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1cc1fe79-0034-4608-be31-4a0a9d126889 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-20T22:53:19.816Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-20T22:53:19.817Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T22:53:19.817Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T22:53:19.830Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:53:19.831Z||pool-35-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-05-20T22:53:20.717Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-20T22:53:20.718Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-20T22:53:20.720Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T22:53:20.721Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "1cc1fe79-0034-4608-be31-4a0a9d126889", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653087199080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSr3qssjtqxdcrncjjwqo/1.0/resourceInstances/pnf16f8ec8254bb0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-20T22:53:20.821Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-20T22:53:20.822Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T22:53:20.822Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T22:53:20.833Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:53:20.833Z||pool-36-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-20T22:53:21.721Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-20T22:53:21.722Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-20T22:53:21.724Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T22:53:21.724Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "1cc1fe79-0034-4608-be31-4a0a9d126889", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653087199080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSr3qssjtqxdcrncjjwqo/1.0/resourceInstances/pnf16f8ec8254bb0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-20T22:53:21.824Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-20T22:53:21.825Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T22:53:21.825Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T22:53:21.839Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:53:21.839Z||pool-37-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-20T22:53:22.724Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-20T22:53:22.725Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-20T22:53:22.727Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T22:53:22.727Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "1cc1fe79-0034-4608-be31-4a0a9d126889", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653087199080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSr3qssjtqxdcrncjjwqo/1.0/resourceInstances/pnf16f8ec8254bb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T22:53:22.827Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-20T22:53:22.828Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T22:53:22.828Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T22:53:22.842Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:53:22.842Z||pool-38-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-05-20T22:53:23.727Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-20T22:53:23.729Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-20T22:53:23.731Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T22:53:23.731Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "1cc1fe79-0034-4608-be31-4a0a9d126889", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653087199080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSr3qssjtqxdcrncjjwqo/1.0/resourceInstances/pnf16f8ec8254bb0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-20T22:53:23.831Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-20T22:53:23.832Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T22:53:23.832Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T22:53:23.846Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:53:23.846Z||pool-39-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-20T22:53:24.731Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-20T22:53:24.732Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-20T22:53:24.734Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T22:53:24.734Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "1cc1fe79-0034-4608-be31-4a0a9d126889", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653087199080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSr3qssjtqxdcrncjjwqo/1.0/resourceInstances/pnf16f8ec8254bb0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-20T22:53:24.834Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-20T22:53:24.835Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T22:53:24.835Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T22:53:24.850Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:53:24.850Z||pool-40-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-05-20T22:53:25.734Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-20T22:53:25.735Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-20T22:53:25.737Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T22:53:25.737Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "1cc1fe79-0034-4608-be31-4a0a9d126889", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653087199080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSr3qssjtqxdcrncjjwqo/1.0/artifacts/service-DemoPnfSr3qssjtqxdcrncjjwqo-template.yml", "status": "NOT_NOTIFIED" } 2022-05-20T22:53:25.837Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-20T22:53:25.838Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T22:53:25.839Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T22:53:25.851Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:53:25.851Z||pool-41-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-20T22:53:26.738Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-20T22:53:26.739Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-20T22:53:26.740Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T22:53:26.741Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "1cc1fe79-0034-4608-be31-4a0a9d126889", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653087199080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSr3qssjtqxdcrncjjwqo/1.0/artifacts/service-DemoPnfSr3qssjtqxdcrncjjwqo-csar.csar", "status": "NOTIFIED" } 2022-05-20T22:53:26.841Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-20T22:53:26.841Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T22:53:26.842Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T22:53:26.857Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:53:26.857Z||pool-42-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-20T22:53:27.742Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "1cc1fe79-0034-4608-be31-4a0a9d126889", "serviceName": "Demo_pNF_sR3qssjtqxdcrNcJJwqO", "serviceVersion": "1.0", "serviceUUID": "b8f86687-c951-4094-89fe-2a3142931431", "serviceDescription": "catalog service description", "serviceInvariantUUID": "4771614b-f3c8-4251-b821-a41917b88854", "resources": [ { "resourceInstanceName": "pNF 16f8ec82-54bb 0", "resourceCustomizationUUID": "38365532-5fa8-4def-9321-e90750da3bf3", "resourceName": "pNF 16f8ec82-54bb", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "96d3cf29-130f-448e-ad56-3d2a6469860c", "resourceInvariantUUID": "fec9c516-5e53-42ba-afc6-66cf4374a473", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfSr3qssjtqxdcrncjjwqo-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfSr3qssjtqxdcrncjjwqo/1.0/artifacts/service-DemoPnfSr3qssjtqxdcrncjjwqo-csar.csar", "artifactChecksum": "OWY1ZDRjYTA0YmJjMWFlNWRkNzczMmFmNjNiMGNjMDM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b371846f-1015-4ab2-bc62-ed1d16152afb" } ], "workloadContext": "Production" } 2022-05-20T22:53:27.742Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-20T22:53:27.742Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b8f86687-c951-4094-89fe-2a3142931431 ASDC 2022-05-20T22:53:27.742Z|1cc1fe79-0034-4608-be31-4a0a9d126889|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:1cc1fe79-0034-4608-be31-4a0a9d126889 ServiceName:Demo_pNF_sR3qssjtqxdcrNcJJwqO ServiceVersion:1.0 ServiceUUID:b8f86687-c951-4094-89fe-2a3142931431 ServiceInvariantUUID:4771614b-f3c8-4251-b821-a41917b88854 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfSr3qssjtqxdcrncjjwqo-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfSr3qssjtqxdcrncjjwqo/1.0/artifacts/service-DemoPnfSr3qssjtqxdcrncjjwqo-csar.csar ArtifactUUID:b371846f-1015-4ab2-bc62-ed1d16152afb ArtifactChecksum:OWY1ZDRjYTA0YmJjMWFlNWRkNzczMmFmNjNiMGNjMDM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 16f8ec82-54bb 0 ResourceCustomizationUUID:38365532-5fa8-4def-9321-e90750da3bf3 ResourceInvariantUUID:fec9c516-5e53-42ba-afc6-66cf4374a473 ResourceName:pNF 16f8ec82-54bb ResourceType:PNF ResourceUUID:96d3cf29-130f-448e-ad56-3d2a6469860c ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-05-20T22:53:27.742Z|1cc1fe79-0034-4608-be31-4a0a9d126889|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b8f86687-c951-4094-89fe-2a3142931431 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-20T22:53:27.767Z|1cc1fe79-0034-4608-be31-4a0a9d126889|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-20T22:53:27.767Z|1cc1fe79-0034-4608-be31-4a0a9d126889|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-05-20T22:53:27.767Z|1cc1fe79-0034-4608-be31-4a0a9d126889|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-05-20T22:53:27.767Z|1cc1fe79-0034-4608-be31-4a0a9d126889|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: b371846f-1015-4ab2-bc62-ed1d16152afb from URL: /sdc/v1/catalog/services/DemoPnfSr3qssjtqxdcrncjjwqo/1.0/artifacts/service-DemoPnfSr3qssjtqxdcrncjjwqo-csar.csar 2022-05-20T22:53:27.767Z|1cc1fe79-0034-4608-be31-4a0a9d126889|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-05-20T22:53:27.768Z|1cc1fe79-0034-4608-be31-4a0a9d126889|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfSr3qssjtqxdcrncjjwqo/1.0/artifacts/service-DemoPnfSr3qssjtqxdcrncjjwqo-csar.csar 2022-05-20T22:53:27.948Z|1cc1fe79-0034-4608-be31-4a0a9d126889|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-05-20T22:53:27.954Z|1cc1fe79-0034-4608-be31-4a0a9d126889|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfSr3qssjtqxdcrncjjwqo/1.0/artifacts/service-DemoPnfSr3qssjtqxdcrncjjwqo-csar.csar b371846f-1015-4ab2-bc62-ed1d16152afb 82638 2022-05-20T22:53:27.954Z|1cc1fe79-0034-4608-be31-4a0a9d126889|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfSr3qssjtqxdcrncjjwqo/1.0/artifacts/service-DemoPnfSr3qssjtqxdcrncjjwqo-csar.csar ASDC sendASDCNotification 2022-05-20T22:53:27.954Z|1cc1fe79-0034-4608-be31-4a0a9d126889|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfSr3qssjtqxdcrncjjwqo/1.0/artifacts/service-DemoPnfSr3qssjtqxdcrncjjwqo-csar.csar 2022-05-20T22:53:27.954Z|1cc1fe79-0034-4608-be31-4a0a9d126889|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-20T22:53:27.955Z|1cc1fe79-0034-4608-be31-4a0a9d126889|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-20T22:53:27.956Z|1cc1fe79-0034-4608-be31-4a0a9d126889|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T22:53:27.956Z|1cc1fe79-0034-4608-be31-4a0a9d126889|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "1cc1fe79-0034-4608-be31-4a0a9d126889", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653087207954, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSr3qssjtqxdcrncjjwqo/1.0/artifacts/service-DemoPnfSr3qssjtqxdcrncjjwqo-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-20T22:53:28.057Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-20T22:53:28.058Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T22:53:28.058Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T22:53:28.071Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:53:28.071Z||pool-43-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-20T22:53:28.957Z|1cc1fe79-0034-4608-be31-4a0a9d126889|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-20T22:53:28.958Z|1cc1fe79-0034-4608-be31-4a0a9d126889|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-05-20T22:53:28.958Z|1cc1fe79-0034-4608-be31-4a0a9d126889|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: b371846f-1015-4ab2-bc62-ed1d16152afb, URL: /sdc/v1/catalog/services/DemoPnfSr3qssjtqxdcrncjjwqo/1.0/artifacts/service-DemoPnfSr3qssjtqxdcrncjjwqo-csar.csar to file: /app/ASDC/1/service-DemoPnfSr3qssjtqxdcrncjjwqo-csar.csar 2022-05-20T22:53:28.958Z|1cc1fe79-0034-4608-be31-4a0a9d126889|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfSr3qssjtqxdcrncjjwqo-csar.csar 2022-05-20T22:53:28.959Z|1cc1fe79-0034-4608-be31-4a0a9d126889|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfSr3qssjtqxdcrncjjwqo-csar.csar 2022-05-20T22:53:28.959Z|1cc1fe79-0034-4608-be31-4a0a9d126889|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfSr3qssjtqxdcrncjjwqo-csar.csar 2022-05-20T22:53:29.072Z|1cc1fe79-0034-4608-be31-4a0a9d126889|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15945589864538017247/Definitions/service-DemoPnfSr3qssjtqxdcrncjjwqo-template.yml 2022-05-20T22:53:29.723Z|1cc1fe79-0034-4608-be31-4a0a9d126889|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-20T22:53:29.724Z|1cc1fe79-0034-4608-be31-4a0a9d126889|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-05-20T22:53:29.724Z|1cc1fe79-0034-4608-be31-4a0a9d126889|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfSr3qssjtqxdcrncjjwqo-csar.csar 2022-05-20T22:53:29.724Z|1cc1fe79-0034-4608-be31-4a0a9d126889|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-05-20T22:53:29.724Z|1cc1fe79-0034-4608-be31-4a0a9d126889|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 16f8ec82-54bb 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-DemoPnfSr3qssjtqxdcrncjjwqo-csar.csar 2022-05-20T22:53:29.724Z|1cc1fe79-0034-4608-be31-4a0a9d126889|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfSr3qssjtqxdcrncjjwqo-csar.csar 2022-05-20T22:53:29.724Z|1cc1fe79-0034-4608-be31-4a0a9d126889|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfSr3qssjtqxdcrncjjwqo-csar.csar 2022-05-20T22:53:29.724Z|1cc1fe79-0034-4608-be31-4a0a9d126889|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfSr3qssjtqxdcrncjjwqo-csar.csar 2022-05-20T22:53:29.724Z|1cc1fe79-0034-4608-be31-4a0a9d126889|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-DemoPnfSr3qssjtqxdcrncjjwqo-csar.csar 2022-05-20T22:53:29.724Z|1cc1fe79-0034-4608-be31-4a0a9d126889|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-DemoPnfSr3qssjtqxdcrncjjwqo-csar.csar 2022-05-20T22:53:29.724Z|1cc1fe79-0034-4608-be31-4a0a9d126889|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-DemoPnfSr3qssjtqxdcrncjjwqo-csar.csar 2022-05-20T22:53:29.724Z|1cc1fe79-0034-4608-be31-4a0a9d126889|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-05-20T22:53:29.725Z|1cc1fe79-0034-4608-be31-4a0a9d126889|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T22:53:29.725Z|1cc1fe79-0034-4608-be31-4a0a9d126889|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_sR3qssjtqxdcrNcJJwqO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-20T22:53:29.725Z|1cc1fe79-0034-4608-be31-4a0a9d126889|pool-2-thread-3|||||DEBUG|500||Node template pNF 16f8ec82-54bb 0 is matching search criteria 2022-05-20T22:53:29.725Z|1cc1fe79-0034-4608-be31-4a0a9d126889|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-05-20T22:53:29.725Z|1cc1fe79-0034-4608-be31-4a0a9d126889|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 16f8ec82-54bb 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-20T22:53:29.725Z|1cc1fe79-0034-4608-be31-4a0a9d126889|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T22:53:29.725Z|1cc1fe79-0034-4608-be31-4a0a9d126889|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_sR3qssjtqxdcrNcJJwqO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-20T22:53:29.725Z|1cc1fe79-0034-4608-be31-4a0a9d126889|pool-2-thread-3|||||DEBUG|500||Node template pNF 16f8ec82-54bb 0 is matching search criteria 2022-05-20T22:53:29.725Z|1cc1fe79-0034-4608-be31-4a0a9d126889|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-05-20T22:53:29.725Z|1cc1fe79-0034-4608-be31-4a0a9d126889|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 16f8ec82-54bb 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-20T22:53:29.726Z|1cc1fe79-0034-4608-be31-4a0a9d126889|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T22:53:29.726Z|1cc1fe79-0034-4608-be31-4a0a9d126889|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_sR3qssjtqxdcrNcJJwqO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-20T22:53:29.726Z|1cc1fe79-0034-4608-be31-4a0a9d126889|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T22:53:29.726Z|1cc1fe79-0034-4608-be31-4a0a9d126889|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_sR3qssjtqxdcrNcJJwqO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-20T22:53:29.726Z|1cc1fe79-0034-4608-be31-4a0a9d126889|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T22:53:29.726Z|1cc1fe79-0034-4608-be31-4a0a9d126889|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_sR3qssjtqxdcrNcJJwqO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-20T22:53:29.727Z|1cc1fe79-0034-4608-be31-4a0a9d126889|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T22:53:29.727Z|1cc1fe79-0034-4608-be31-4a0a9d126889|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_sR3qssjtqxdcrNcJJwqO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-20T22:53:29.727Z|1cc1fe79-0034-4608-be31-4a0a9d126889|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T22:53:29.727Z|1cc1fe79-0034-4608-be31-4a0a9d126889|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_sR3qssjtqxdcrNcJJwqO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-20T22:53:29.727Z|1cc1fe79-0034-4608-be31-4a0a9d126889|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_sR3qssjtqxdcrNcJJwqO Description:catalog service description Model UUID:b8f86687-c951-4094-89fe-2a3142931431 Model Version:NULL Model InvariantUuid:4771614b-f3c8-4251-b821-a41917b88854 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-05-20T22:53:29.733Z|1cc1fe79-0034-4608-be31-4a0a9d126889|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 96d3cf29-130f-448e-ad56-3d2a6469860c Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-20T22:53:29.736Z|1cc1fe79-0034-4608-be31-4a0a9d126889|pool-2-thread-3|||||INFO|500||pNF 16f8ec82-54bb 0 2022-05-20T22:53:29.737Z|1cc1fe79-0034-4608-be31-4a0a9d126889|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 96d3cf29-130f-448e-ad56-3d2a6469860c 2022-05-20T22:53:29.737Z|1cc1fe79-0034-4608-be31-4a0a9d126889|pool-2-thread-3|||||DEBUG|500||No resources found for Service: b8f86687-c951-4094-89fe-2a3142931431 2022-05-20T22:53:29.737Z|1cc1fe79-0034-4608-be31-4a0a9d126889|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: b8f86687-c951-4094-89fe-2a3142931431 2022-05-20T22:53:29.738Z|1cc1fe79-0034-4608-be31-4a0a9d126889|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 16f8ec82-54bb 0 96d3cf29-130f-448e-ad56-3d2a6469860c ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-20T22:53:29.743Z|1cc1fe79-0034-4608-be31-4a0a9d126889|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@36d0d59, org.onap.sdc.toscaparser.api.parameters.Input@182c2268, org.onap.sdc.toscaparser.api.parameters.Input@66850869, org.onap.sdc.toscaparser.api.parameters.Input@bf391b0, org.onap.sdc.toscaparser.api.parameters.Input@609f4252] 2022-05-20T22:53:29.743Z|1cc1fe79-0034-4608-be31-4a0a9d126889|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T22:53:29.743Z|1cc1fe79-0034-4608-be31-4a0a9d126889|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_sR3qssjtqxdcrNcJJwqO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-20T22:53:29.744Z|1cc1fe79-0034-4608-be31-4a0a9d126889|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid b8f86687-c951-4094-89fe-2a3142931431: pNF 16f8ec82-54bb 2022-05-20T22:53:29.744Z|1cc1fe79-0034-4608-be31-4a0a9d126889|pool-2-thread-3|||||INFO|500||Processing PNF resource: 96d3cf29-130f-448e-ad56-3d2a6469860c 2022-05-20T22:53:29.744Z|1cc1fe79-0034-4608-be31-4a0a9d126889|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T22:53:29.744Z|1cc1fe79-0034-4608-be31-4a0a9d126889|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_sR3qssjtqxdcrNcJJwqO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-20T22:53:29.744Z|1cc1fe79-0034-4608-be31-4a0a9d126889|pool-2-thread-3|||||INFO|500||Resource customization UUID: 38365532-5fa8-4def-9321-e90750da3bf3 is the same as notified resource customizationUUID: 38365532-5fa8-4def-9321-e90750da3bf3 Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-05-20T22:53:29.800Z|1cc1fe79-0034-4608-be31-4a0a9d126889|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 16f8ec82-54bb 96d3cf29-130f-448e-ad56-3d2a6469860c 0 ASDC deployResourceStructure 2022-05-20T22:53:29.800Z|1cc1fe79-0034-4608-be31-4a0a9d126889|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfSr3qssjtqxdcrncjjwqo/1.0/artifacts/service-DemoPnfSr3qssjtqxdcrncjjwqo-csar.csar ASDC sendASDCNotification 2022-05-20T22:53:29.801Z|1cc1fe79-0034-4608-be31-4a0a9d126889|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfSr3qssjtqxdcrncjjwqo/1.0/artifacts/service-DemoPnfSr3qssjtqxdcrncjjwqo-csar.csar 2022-05-20T22:53:29.801Z|1cc1fe79-0034-4608-be31-4a0a9d126889|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-20T22:53:29.801Z|1cc1fe79-0034-4608-be31-4a0a9d126889|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-20T22:53:29.802Z|1cc1fe79-0034-4608-be31-4a0a9d126889|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T22:53:29.802Z|1cc1fe79-0034-4608-be31-4a0a9d126889|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "1cc1fe79-0034-4608-be31-4a0a9d126889", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653087209800, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSr3qssjtqxdcrncjjwqo/1.0/artifacts/service-DemoPnfSr3qssjtqxdcrncjjwqo-csar.csar", "status": "DEPLOY_OK" } 2022-05-20T22:53:29.902Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-20T22:53:29.903Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T22:53:29.903Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T22:53:29.917Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:53:29.917Z||pool-44-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-20T22:53:30.803Z|1cc1fe79-0034-4608-be31-4a0a9d126889|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1cc1fe79-0034-4608-be31-4a0a9d126889 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-20T22:53:30.815Z|1cc1fe79-0034-4608-be31-4a0a9d126889|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1cc1fe79-0034-4608-be31-4a0a9d126889 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-20T22:53:30.819Z|1cc1fe79-0034-4608-be31-4a0a9d126889|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-20T22:53:30.819Z|1cc1fe79-0034-4608-be31-4a0a9d126889|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-20T22:53:30.819Z|1cc1fe79-0034-4608-be31-4a0a9d126889|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-20T22:53:30.819Z|1cc1fe79-0034-4608-be31-4a0a9d126889|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-20T22:53:30.819Z|1cc1fe79-0034-4608-be31-4a0a9d126889|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-20T22:53:30.819Z|1cc1fe79-0034-4608-be31-4a0a9d126889|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-20T22:53:30.819Z|1cc1fe79-0034-4608-be31-4a0a9d126889|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-20T22:53:30.819Z|1cc1fe79-0034-4608-be31-4a0a9d126889|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-20T22:53:30.819Z|1cc1fe79-0034-4608-be31-4a0a9d126889|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-20T22:53:30.820Z|1cc1fe79-0034-4608-be31-4a0a9d126889|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-20T22:53:30.820Z|1cc1fe79-0034-4608-be31-4a0a9d126889|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-20T22:53:30.820Z|1cc1fe79-0034-4608-be31-4a0a9d126889|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-20T22:53:30.825Z|1cc1fe79-0034-4608-be31-4a0a9d126889|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-20T22:54:00.825Z|1cc1fe79-0034-4608-be31-4a0a9d126889|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1cc1fe79-0034-4608-be31-4a0a9d126889 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-05-20T22:54:00.832Z|1cc1fe79-0034-4608-be31-4a0a9d126889|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1cc1fe79-0034-4608-be31-4a0a9d126889 and serviceModelVersionId: b8f86687-c951-4094-89fe-2a3142931431 2022-05-20T22:54:00.832Z|1cc1fe79-0034-4608-be31-4a0a9d126889|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4771614b-f3c8-4251-b821-a41917b88854 2022-05-20T22:54:00.833Z|1cc1fe79-0034-4608-be31-4a0a9d126889|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4771614b-f3c8-4251-b821-a41917b88854/model-vers/model-ver/b8f86687-c951-4094-89fe-2a3142931431?depth=0 2022-05-20T22:54:00.838Z|1cc1fe79-0034-4608-be31-4a0a9d126889|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-05-20T22:54:00.869Z|1cc1fe79-0034-4608-be31-4a0a9d126889|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4771614b-f3c8-4251-b821-a41917b88854/model-vers/model-ver/b8f86687-c951-4094-89fe-2a3142931431?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-05-20T22:54:00.870Z|1cc1fe79-0034-4608-be31-4a0a9d126889|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4771614b-f3c8-4251-b821-a41917b88854/model-vers/model-ver/b8f86687-c951-4094-89fe-2a3142931431?depth=0|INFO|500||Invoke 2022-05-20T22:54:00.892Z|1cc1fe79-0034-4608-be31-4a0a9d126889|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4771614b-f3c8-4251-b821-a41917b88854/model-vers/model-ver/b8f86687-c951-4094-89fe-2a3142931431?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-20T22:54:01.345Z|1cc1fe79-0034-4608-be31-4a0a9d126889|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4771614b-f3c8-4251-b821-a41917b88854/model-vers/model-ver/b8f86687-c951-4094-89fe-2a3142931431?depth=0|INFO|500||InvokeReturn 2022-05-20T22:54:01.346Z|1cc1fe79-0034-4608-be31-4a0a9d126889|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4771614b-f3c8-4251-b821-a41917b88854/model-vers/model-ver/b8f86687-c951-4094-89fe-2a3142931431?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220520-22:54:00:897-58214], vertex-id=[176296], Content-Length=[0], Date=[Fri, 20 May 2022 22:54:00 GMT], Content-Type=[application/json]} 2022-05-20T22:54:01.346Z|1cc1fe79-0034-4608-be31-4a0a9d126889|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity. 2022-05-20T22:54:01.346Z|1cc1fe79-0034-4608-be31-4a0a9d126889|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-20T22:54:01.347Z|1cc1fe79-0034-4608-be31-4a0a9d126889|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-20T22:54:01.351Z|1cc1fe79-0034-4608-be31-4a0a9d126889|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-05-20T22:54:01.351Z|1cc1fe79-0034-4608-be31-4a0a9d126889|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1cc1fe79-0034-4608-be31-4a0a9d126889 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-20T22:54:01.351Z|1cc1fe79-0034-4608-be31-4a0a9d126889|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-20T22:54:01.351Z|1cc1fe79-0034-4608-be31-4a0a9d126889|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-20T22:54:01.353Z|1cc1fe79-0034-4608-be31-4a0a9d126889|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T22:54:01.353Z|1cc1fe79-0034-4608-be31-4a0a9d126889|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "1cc1fe79-0034-4608-be31-4a0a9d126889", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653087241351, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-20T22:54:01.453Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-20T22:54:01.454Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T22:54:01.454Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T22:54:01.472Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:54:01.472Z||pool-45-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-20T22:54:19.080Z|1cc1fe79-0034-4608-be31-4a0a9d126889|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T22:54:19.081Z|1cc1fe79-0034-4608-be31-4a0a9d126889|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T22:54:19.081Z|1cc1fe79-0034-4608-be31-4a0a9d126889|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 Mp7J3lz9Op8nR73K) ... 2022-05-20T22:54:19.081Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T22:54:19.082Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T22:54:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T22:54:19.205Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:54:19.205Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-20T22:54:19.205Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc1fe79-0034-4608-be31-4a0a9d126889", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653087199080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSr3qssjtqxdcrncjjwqo/1.0/resourceInstances/pnf16f8ec8254bb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T22:54:19.206Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-20T22:54:19.706Z|1cc1fe79-0034-4608-be31-4a0a9d126889|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:54:19.706Z|1cc1fe79-0034-4608-be31-4a0a9d126889|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-20T22:54:19.706Z|1cc1fe79-0034-4608-be31-4a0a9d126889|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"6794aa75-ddec-4f43-a25e-7013aa9e3f0f","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"2bbb6427-3834-42db-aaf4-2efd2dccb143","serviceDescription":"service","serviceInvariantUUID":"cb8f3f21-ded1-4f07-9b48-f925914fa6d9","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"350dfa50-cfee-439a-afe6-9ac82e86f50d","resourceInvariantUUID":"f1e0fdd8-f253-4653-b52e-07d2ae83ad7e","resourceCustomizationUUID":"93f3f311-313b-41fe-9ac4-93af23e5e361","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":"ZDY4MzNkZDFjYzVhMjkzNDM4N2I5Y2IyMmIyYjIyMTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"16197a67-a739-4f1e-8bd5-043661c5dd47","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZWZlODcyNmFjNDA3ZGRmMDVjYThmMjlkMDZkNDBlYzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3b642c58-97a8-4468-a548-532190d38d65","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-20T22:54:19.709Z|1cc1fe79-0034-4608-be31-4a0a9d126889|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-20T22:54:19.709Z|1cc1fe79-0034-4608-be31-4a0a9d126889|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-20T22:54:19.711Z|1cc1fe79-0034-4608-be31-4a0a9d126889|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T22:54:19.711Z|1cc1fe79-0034-4608-be31-4a0a9d126889|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "6794aa75-ddec-4f43-a25e-7013aa9e3f0f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653087259080, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-20T22:54:19.811Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-20T22:54:19.813Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T22:54:19.813Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T22:54:19.827Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:54:19.827Z||pool-46-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-20T22:54:20.713Z|1cc1fe79-0034-4608-be31-4a0a9d126889|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-20T22:54:20.714Z|1cc1fe79-0034-4608-be31-4a0a9d126889|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-20T22:54:20.715Z|1cc1fe79-0034-4608-be31-4a0a9d126889|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T22:54:20.715Z|1cc1fe79-0034-4608-be31-4a0a9d126889|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "6794aa75-ddec-4f43-a25e-7013aa9e3f0f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653087259080, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-20T22:54:20.816Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-20T22:54:20.816Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T22:54:20.816Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T22:54:20.831Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:54:20.832Z||pool-47-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-20T22:54:21.717Z|1cc1fe79-0034-4608-be31-4a0a9d126889|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "6794aa75-ddec-4f43-a25e-7013aa9e3f0f", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "2bbb6427-3834-42db-aaf4-2efd2dccb143", "serviceDescription": "service", "serviceInvariantUUID": "cb8f3f21-ded1-4f07-9b48-f925914fa6d9", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "93f3f311-313b-41fe-9ac4-93af23e5e361", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "350dfa50-cfee-439a-afe6-9ac82e86f50d", "resourceInvariantUUID": "f1e0fdd8-f253-4653-b52e-07d2ae83ad7e", "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": "ZWZlODcyNmFjNDA3ZGRmMDVjYThmMjlkMDZkNDBlYzI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "3b642c58-97a8-4468-a548-532190d38d65" } ], "workloadContext": "Production" } 2022-05-20T22:54:21.717Z|1cc1fe79-0034-4608-be31-4a0a9d126889|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-20T22:54:21.717Z|1cc1fe79-0034-4608-be31-4a0a9d126889|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2bbb6427-3834-42db-aaf4-2efd2dccb143 ASDC 2022-05-20T22:54:21.718Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:6794aa75-ddec-4f43-a25e-7013aa9e3f0f ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:2bbb6427-3834-42db-aaf4-2efd2dccb143 ServiceInvariantUUID:cb8f3f21-ded1-4f07-9b48-f925914fa6d9 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:3b642c58-97a8-4468-a548-532190d38d65 ArtifactChecksum:ZWZlODcyNmFjNDA3ZGRmMDVjYThmMjlkMDZkNDBlYzI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:93f3f311-313b-41fe-9ac4-93af23e5e361 ResourceInvariantUUID:f1e0fdd8-f253-4653-b52e-07d2ae83ad7e ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:350dfa50-cfee-439a-afe6-9ac82e86f50d ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-05-20T22:54:21.718Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2bbb6427-3834-42db-aaf4-2efd2dccb143 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-20T22:54:21.741Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-20T22:54:21.741Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-05-20T22:54:21.741Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-05-20T22:54:21.741Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 3b642c58-97a8-4468-a548-532190d38d65 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-05-20T22:54:21.741Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-05-20T22:54:21.742Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-05-20T22:54:21.795Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-05-20T22:54:21.798Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 3b642c58-97a8-4468-a548-532190d38d65 52500 2022-05-20T22:54:21.798Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-05-20T22:54:21.798Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-05-20T22:54:21.798Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-20T22:54:21.799Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-20T22:54:21.801Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T22:54:21.801Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "6794aa75-ddec-4f43-a25e-7013aa9e3f0f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653087261798, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-20T22:54:21.901Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-20T22:54:21.902Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T22:54:21.902Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T22:54:21.916Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:54:21.916Z||pool-48-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-20T22:54:22.801Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-20T22:54:22.802Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-05-20T22:54:22.803Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 3b642c58-97a8-4468-a548-532190d38d65, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-20T22:54:22.803Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-05-20T22:54:22.803Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-20T22:54:22.804Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-20T22:54:22.879Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11039877048841299001/Definitions/service-BasicNetwork-template.yml 2022-05-20T22:54:23.230Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-20T22:54:23.231Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-05-20T22:54:23.231Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-20T22:54:23.231Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-05-20T22:54:23.231Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-20T22:54:23.231Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-20T22:54:23.231Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-20T22:54:23.231Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-20T22:54:23.231Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-20T22:54:23.231Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-20T22:54:23.231Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-20T22:54:23.231Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-20T22:54:23.231Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-05-20T22:54:23.231Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T22:54:23.231Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-20T22:54:23.232Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-05-20T22:54:23.232Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-05-20T22:54:23.232Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-20T22:54:23.232Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T22:54:23.232Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-20T22:54:23.232Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-05-20T22:54:23.232Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-05-20T22:54:23.232Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-20T22:54:23.232Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T22:54:23.232Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-20T22:54:23.232Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T22:54:23.232Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-20T22:54:23.232Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T22:54:23.233Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-20T22:54:23.233Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T22:54:23.233Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-20T22:54:23.233Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T22:54:23.233Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-20T22:54:23.233Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:2bbb6427-3834-42db-aaf4-2efd2dccb143 Model Version:NULL Model InvariantUuid:cb8f3f21-ded1-4f07-9b48-f925914fa6d9 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:f1e0fdd8-f253-4653-b52e-07d2ae83ad7e Model UUID:dafff7ec-45d3-466d-aca4-2a4f433bde06 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:93f3f311-313b-41fe-9ac4-93af23e5e361 Network Technology:NEUTRON Network Type:NEUTRON Network Role:null Network Scope:null VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-05-20T22:54:23.239Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||INFO|500||Processing Resource Type: VL, Model UUID: 350dfa50-cfee-439a-afe6-9ac82e86f50d 2022-05-20T22:54:23.240Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||INFO|500||No resources found for Service: 2bbb6427-3834-42db-aaf4-2efd2dccb143 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-20T22:54:23.242Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||INFO|500|| 2022-05-20T22:54:23.242Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-05-20T22:54:23.242Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 2bbb6427-3834-42db-aaf4-2efd2dccb143 2022-05-20T22:54:23.242Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 2bbb6427-3834-42db-aaf4-2efd2dccb143 2022-05-20T22:54:23.243Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-05-20T22:54:23.243Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-20T22:54:23.246Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3c9382d1, org.onap.sdc.toscaparser.api.parameters.Input@39190e62, org.onap.sdc.toscaparser.api.parameters.Input@5a9408d3, org.onap.sdc.toscaparser.api.parameters.Input@949e20f, org.onap.sdc.toscaparser.api.parameters.Input@296c7cfd] 2022-05-20T22:54:23.247Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T22:54:23.247Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-20T22:54:23.248Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T22:54:23.248Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-20T22:54:23.248Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 2bbb6427-3834-42db-aaf4-2efd2dccb143: Generic NeutronNet 2022-05-20T22:54:23.248Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T22:54:23.248Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-20T22:54:23.248Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T22:54:23.248Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=? 2022-05-20T22:54:23.280Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T22:54:23.281Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-20T22:54:23.281Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T22:54:23.281Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-20T22:54:23.281Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T22:54:23.281Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-20T22:54:23.281Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||INFO|500||Saving Service: basic_network Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-05-20T22:54:23.329Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-05-20T22:54:23.329Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-05-20T22:54:23.329Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-05-20T22:54:23.329Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-20T22:54:23.330Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-20T22:54:23.331Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T22:54:23.331Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "6794aa75-ddec-4f43-a25e-7013aa9e3f0f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653087263329, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-05-20T22:54:23.431Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-20T22:54:23.432Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T22:54:23.432Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T22:54:23.445Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:54:23.445Z||pool-49-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-20T22:54:24.332Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6794aa75-ddec-4f43-a25e-7013aa9e3f0f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-20T22:54:24.344Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6794aa75-ddec-4f43-a25e-7013aa9e3f0f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-20T22:54:24.346Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-20T22:54:24.346Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-20T22:54:24.346Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-20T22:54:54.347Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6794aa75-ddec-4f43-a25e-7013aa9e3f0f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-20T22:54:54.360Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6794aa75-ddec-4f43-a25e-7013aa9e3f0f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-20T22:54:54.362Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-20T22:54:54.362Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-20T22:54:54.362Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-20T22:55:19.081Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T22:55:19.082Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T22:55:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T22:55:19.107Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:55:19.108Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-20T22:55:19.109Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc1fe79-0034-4608-be31-4a0a9d126889", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653087199080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSr3qssjtqxdcrncjjwqo/1.0/resourceInstances/pnf16f8ec8254bb0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-20T22:55:19.109Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-20T22:55:19.109Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-20T22:55:19.109Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc1fe79-0034-4608-be31-4a0a9d126889", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653087199080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSr3qssjtqxdcrncjjwqo/1.0/resourceInstances/pnf16f8ec8254bb0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-20T22:55:19.109Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-20T22:55:19.109Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-20T22:55:19.109Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc1fe79-0034-4608-be31-4a0a9d126889", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653087199080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSr3qssjtqxdcrncjjwqo/1.0/resourceInstances/pnf16f8ec8254bb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T22:55:19.110Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-20T22:55:19.110Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-20T22:55:19.110Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc1fe79-0034-4608-be31-4a0a9d126889", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653087199080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSr3qssjtqxdcrncjjwqo/1.0/resourceInstances/pnf16f8ec8254bb0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-20T22:55:19.110Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-20T22:55:19.110Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-20T22:55:19.110Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc1fe79-0034-4608-be31-4a0a9d126889", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653087199080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSr3qssjtqxdcrncjjwqo/1.0/resourceInstances/pnf16f8ec8254bb0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-20T22:55:19.110Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-20T22:55:19.110Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-20T22:55:19.110Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc1fe79-0034-4608-be31-4a0a9d126889", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653087199080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSr3qssjtqxdcrncjjwqo/1.0/artifacts/service-DemoPnfSr3qssjtqxdcrncjjwqo-template.yml", "status": "NOT_NOTIFIED" } 2022-05-20T22:55:19.110Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-20T22:55:19.110Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-20T22:55:19.110Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc1fe79-0034-4608-be31-4a0a9d126889", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653087199080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSr3qssjtqxdcrncjjwqo/1.0/artifacts/service-DemoPnfSr3qssjtqxdcrncjjwqo-csar.csar", "status": "NOTIFIED" } 2022-05-20T22:55:19.111Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-20T22:55:19.111Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-20T22:55:19.111Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc1fe79-0034-4608-be31-4a0a9d126889", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653087207954, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSr3qssjtqxdcrncjjwqo/1.0/artifacts/service-DemoPnfSr3qssjtqxdcrncjjwqo-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-20T22:55:19.111Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T22:55:19.111Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-20T22:55:19.111Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc1fe79-0034-4608-be31-4a0a9d126889", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653087209800, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSr3qssjtqxdcrncjjwqo/1.0/artifacts/service-DemoPnfSr3qssjtqxdcrncjjwqo-csar.csar", "status": "DEPLOY_OK" } 2022-05-20T22:55:19.111Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T22:55:19.111Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-20T22:55:19.111Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6794aa75-ddec-4f43-a25e-7013aa9e3f0f", "consumerID": "multicloud-k8s-id", "timestamp": 1653087205499, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-20T22:55:19.112Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-20T22:55:19.112Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-20T22:55:19.112Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6794aa75-ddec-4f43-a25e-7013aa9e3f0f", "consumerID": "ves-openapi-manager", "timestamp": 1653087200064, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-20T22:55:19.112Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-20T22:55:19.112Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-20T22:55:19.112Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6794aa75-ddec-4f43-a25e-7013aa9e3f0f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653087208647, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-20T22:55:19.112Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-20T22:55:19.112Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-20T22:55:19.112Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6794aa75-ddec-4f43-a25e-7013aa9e3f0f", "consumerID": "cds", "timestamp": 1653087202226, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-20T22:55:19.113Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-20T22:55:19.113Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-20T22:55:19.113Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6794aa75-ddec-4f43-a25e-7013aa9e3f0f", "consumerID": "aai-ml", "timestamp": 1653087209856, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-20T22:55:19.113Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-20T22:55:19.113Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-20T22:55:19.113Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6794aa75-ddec-4f43-a25e-7013aa9e3f0f", "consumerID": "multicloud-k8s-id", "timestamp": 1653087205499, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-20T22:55:19.113Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-20T22:55:19.113Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-20T22:55:19.113Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6794aa75-ddec-4f43-a25e-7013aa9e3f0f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653087208647, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-20T22:55:19.113Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-20T22:55:19.114Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-20T22:55:19.114Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6794aa75-ddec-4f43-a25e-7013aa9e3f0f", "consumerID": "cds", "timestamp": 1653087202226, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-20T22:55:19.114Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-20T22:55:19.114Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-20T22:55:19.114Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6794aa75-ddec-4f43-a25e-7013aa9e3f0f", "consumerID": "ves-openapi-manager", "timestamp": 1653087200064, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-20T22:55:19.114Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-20T22:55:19.114Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-20T22:55:19.114Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6794aa75-ddec-4f43-a25e-7013aa9e3f0f", "consumerID": "aai-ml", "timestamp": 1653087209856, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-20T22:55:19.114Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-20T22:55:19.114Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-20T22:55:19.114Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6794aa75-ddec-4f43-a25e-7013aa9e3f0f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653087212434, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-20T22:55:19.115Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T22:55:19.115Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-20T22:55:19.115Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6794aa75-ddec-4f43-a25e-7013aa9e3f0f", "consumerID": "cds", "timestamp": 1653087212499, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-20T22:55:19.115Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T22:55:19.115Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-20T22:55:19.115Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6794aa75-ddec-4f43-a25e-7013aa9e3f0f", "consumerID": "aai-ml", "timestamp": 1653087212725, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-20T22:55:19.115Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T22:55:19.115Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-20T22:55:19.115Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6794aa75-ddec-4f43-a25e-7013aa9e3f0f", "consumerID": "cds", "timestamp": 1653087213503, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-20T22:55:19.124Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6794aa75-ddec-4f43-a25e-7013aa9e3f0f 2022-05-20T22:55:19.124Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6794aa75-ddec-4f43-a25e-7013aa9e3f0f and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-20T22:55:19.132Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-20T22:55:19.132Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6794aa75-ddec-4f43-a25e-7013aa9e3f0f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653087213915, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-05-20T22:55:19.132Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T22:55:19.132Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-20T22:55:19.133Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6794aa75-ddec-4f43-a25e-7013aa9e3f0f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653087214918, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-20T22:55:19.136Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6794aa75-ddec-4f43-a25e-7013aa9e3f0f 2022-05-20T22:55:19.137Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6794aa75-ddec-4f43-a25e-7013aa9e3f0f and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-20T22:55:19.143Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-20T22:55:19.143Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6794aa75-ddec-4f43-a25e-7013aa9e3f0f", "consumerID": "clamp", "timestamp": 1653087216845, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-20T22:55:19.143Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-20T22:55:19.143Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-20T22:55:19.144Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6794aa75-ddec-4f43-a25e-7013aa9e3f0f", "consumerID": "clamp", "timestamp": 1653087216845, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-20T22:55:19.144Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-20T22:55:19.144Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-20T22:55:19.144Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6794aa75-ddec-4f43-a25e-7013aa9e3f0f", "consumerID": "aai-ml", "timestamp": 1653087218694, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-05-20T22:55:19.144Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T22:55:19.144Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-20T22:55:19.144Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6794aa75-ddec-4f43-a25e-7013aa9e3f0f", "consumerID": "aai-ml", "timestamp": 1653087219697, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-20T22:55:19.148Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6794aa75-ddec-4f43-a25e-7013aa9e3f0f 2022-05-20T22:55:19.148Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6794aa75-ddec-4f43-a25e-7013aa9e3f0f and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-20T22:55:19.155Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-20T22:55:19.155Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6794aa75-ddec-4f43-a25e-7013aa9e3f0f", "consumerID": "policy-id", "timestamp": 1653087219489, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-20T22:55:19.156Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-20T22:55:19.156Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-20T22:55:19.156Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6794aa75-ddec-4f43-a25e-7013aa9e3f0f", "consumerID": "policy-id", "timestamp": 1653087219489, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-20T22:55:19.156Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-20T22:55:19.156Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-20T22:55:19.156Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6794aa75-ddec-4f43-a25e-7013aa9e3f0f", "consumerID": "policy-id", "timestamp": 1653087222347, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-20T22:55:19.156Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T22:55:19.156Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-20T22:55:19.156Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6794aa75-ddec-4f43-a25e-7013aa9e3f0f", "consumerID": "clamp", "timestamp": 1653087222693, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-20T22:55:19.156Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T22:55:19.156Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-20T22:55:19.156Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6794aa75-ddec-4f43-a25e-7013aa9e3f0f", "consumerID": "policy-id", "timestamp": 1653087223350, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-05-20T22:55:19.157Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T22:55:19.157Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-20T22:55:19.157Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6794aa75-ddec-4f43-a25e-7013aa9e3f0f", "consumerID": "policy-id", "timestamp": 1653087224353, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-20T22:55:19.161Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6794aa75-ddec-4f43-a25e-7013aa9e3f0f 2022-05-20T22:55:19.161Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6794aa75-ddec-4f43-a25e-7013aa9e3f0f and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-20T22:55:19.168Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-20T22:55:19.168Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6794aa75-ddec-4f43-a25e-7013aa9e3f0f", "consumerID": "clamp", "timestamp": 1653087224699, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-05-20T22:55:19.168Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T22:55:19.168Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-20T22:55:19.168Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6794aa75-ddec-4f43-a25e-7013aa9e3f0f", "consumerID": "clamp", "timestamp": 1653087225701, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-20T22:55:19.173Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6794aa75-ddec-4f43-a25e-7013aa9e3f0f 2022-05-20T22:55:19.173Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6794aa75-ddec-4f43-a25e-7013aa9e3f0f and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-20T22:55:19.181Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-20T22:55:19.181Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc1fe79-0034-4608-be31-4a0a9d126889", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653087241351, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-20T22:55:19.181Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T22:55:24.363Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6794aa75-ddec-4f43-a25e-7013aa9e3f0f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-20T22:55:24.374Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6794aa75-ddec-4f43-a25e-7013aa9e3f0f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-20T22:55:24.376Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-20T22:55:24.376Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-20T22:55:24.376Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-20T22:55:24.376Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-20T22:55:24.377Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-20T22:55:24.377Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-20T22:55:24.377Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-20T22:55:24.377Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-20T22:55:24.377Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-20T22:55:24.377Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-20T22:55:24.377Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-20T22:55:24.381Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-20T22:55:54.381Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6794aa75-ddec-4f43-a25e-7013aa9e3f0f and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-05-20T22:55:54.387Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6794aa75-ddec-4f43-a25e-7013aa9e3f0f and serviceModelVersionId: 2bbb6427-3834-42db-aaf4-2efd2dccb143 2022-05-20T22:55:54.388Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cb8f3f21-ded1-4f07-9b48-f925914fa6d9 2022-05-20T22:55:54.389Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cb8f3f21-ded1-4f07-9b48-f925914fa6d9/model-vers/model-ver/2bbb6427-3834-42db-aaf4-2efd2dccb143?depth=0 2022-05-20T22:55:54.394Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-05-20T22:55:54.424Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cb8f3f21-ded1-4f07-9b48-f925914fa6d9/model-vers/model-ver/2bbb6427-3834-42db-aaf4-2efd2dccb143?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-05-20T22:55:54.424Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cb8f3f21-ded1-4f07-9b48-f925914fa6d9/model-vers/model-ver/2bbb6427-3834-42db-aaf4-2efd2dccb143?depth=0|INFO|500||Invoke 2022-05-20T22:55:54.442Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cb8f3f21-ded1-4f07-9b48-f925914fa6d9/model-vers/model-ver/2bbb6427-3834-42db-aaf4-2efd2dccb143?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-20T22:55:54.574Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cb8f3f21-ded1-4f07-9b48-f925914fa6d9/model-vers/model-ver/2bbb6427-3834-42db-aaf4-2efd2dccb143?depth=0|INFO|500||InvokeReturn 2022-05-20T22:55:54.574Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cb8f3f21-ded1-4f07-9b48-f925914fa6d9/model-vers/model-ver/2bbb6427-3834-42db-aaf4-2efd2dccb143?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220520-22:55:54:448-63105], vertex-id=[200816], Content-Length=[0], Date=[Fri, 20 May 2022 22:55:54 GMT], Content-Type=[application/json]} 2022-05-20T22:55:54.575Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity. 2022-05-20T22:55:54.575Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-20T22:55:54.575Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-20T22:55:54.580Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-05-20T22:55:54.580Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6794aa75-ddec-4f43-a25e-7013aa9e3f0f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-20T22:55:54.581Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-20T22:55:54.581Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-20T22:55:54.583Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T22:55:54.583Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "6794aa75-ddec-4f43-a25e-7013aa9e3f0f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653087354581, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-20T22:55:54.683Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-20T22:55:54.683Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T22:55:54.683Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T22:55:54.699Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:55:54.700Z||pool-50-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-20T22:55:55.594Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T22:55:55.594Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T22:55:55.594Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|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 Mp7J3lz9Op8nR73K) ... 2022-05-20T22:55:56.217Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:55:56.218Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-20T22:55:56.218Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"f3cf6c1c-0cc1-47ad-bf61-6905be3e262c","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"e1626244-c11e-4613-bdcc-982666c5c3eb","serviceDescription":"service","serviceInvariantUUID":"d1008b44-b225-43a3-97b8-24ae87033fd6","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f8175bbb-8e59-4aa9-b288-39b92ac6d2db","resourceInvariantUUID":"fd1899b3-b3e8-475a-8d63-086b3ebb2396","resourceCustomizationUUID":"a412710c-db0a-436d-a454-a609a612b56b","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":"ZmNlMWE3NjhlYjZmOTVlODFjYzBiODA3Yjk3MjMyMmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"73f4bf8d-b25c-4c9a-9c72-df49e5171638","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":"MzJkMGQ2YWM2OGRlZmM4ZjFmNTllN2NjODNkMTU3NmQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"79bc4b32-30e6-46b3-becf-93d716f94407","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":"03365381-aed3-4ae2-b65a-7f2d70b6a4f7","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":"40ec025b-ee1c-4b56-82d1-27c7d92a5260","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":"91afd707-425a-4c1c-a584-1721d9b5a49c","artifactVersion":"2","generatedFromUUID":"03365381-aed3-4ae2-b65a-7f2d70b6a4f7"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZmY5Y2JiNjExNGQxOWZjYWZlZDUwNDQwNjkzYWQwMzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4af9c213-643c-4e3e-a02f-4c7e9d01845f","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZTFmMDJhNGFiOWNkNTBkZTY2YjIyYTM2OWI0ZjQ4ZTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2d8ca73f-a0b7-41d7-a3e6-58245fa5651c","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-20T22:55:56.220Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-20T22:55:56.220Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-20T22:55:56.222Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T22:55:56.222Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f3cf6c1c-0cc1-47ad-bf61-6905be3e262c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653087355594, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T22:55:56.322Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-20T22:55:56.323Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T22:55:56.323Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T22:55:56.338Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:55:56.338Z||pool-51-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-20T22:55:57.222Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-20T22:55:57.223Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-20T22:55:57.225Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T22:55:57.225Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f3cf6c1c-0cc1-47ad-bf61-6905be3e262c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653087355594, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-05-20T22:55:57.325Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-20T22:55:57.326Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T22:55:57.326Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T22:55:57.338Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:55:57.338Z||pool-52-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-20T22:55:58.226Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-20T22:55:58.227Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-20T22:55:58.229Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T22:55:58.229Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f3cf6c1c-0cc1-47ad-bf61-6905be3e262c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653087355594, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-05-20T22:55:58.330Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-20T22:55:58.331Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T22:55:58.331Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T22:55:58.345Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:55:58.345Z||pool-53-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-05-20T22:55:59.230Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-20T22:55:59.231Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-20T22:55:59.232Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T22:55:59.232Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f3cf6c1c-0cc1-47ad-bf61-6905be3e262c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653087355594, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T22:55:59.333Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-20T22:55:59.334Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T22:55:59.334Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T22:55:59.350Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:55:59.350Z||pool-54-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-20T22:56:00.233Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-20T22:56:00.234Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-20T22:56:00.236Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T22:56:00.236Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f3cf6c1c-0cc1-47ad-bf61-6905be3e262c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653087355594, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-05-20T22:56:00.336Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-20T22:56:00.337Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T22:56:00.337Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T22:56:00.350Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:56:00.351Z||pool-55-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-20T22:56:01.236Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-20T22:56:01.237Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-20T22:56:01.239Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T22:56:01.239Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f3cf6c1c-0cc1-47ad-bf61-6905be3e262c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653087355594, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-20T22:56:01.340Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-20T22:56:01.340Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T22:56:01.340Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T22:56:01.353Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:56:01.353Z||pool-56-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-20T22:56:02.240Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-20T22:56:02.241Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-20T22:56:02.243Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T22:56:02.243Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f3cf6c1c-0cc1-47ad-bf61-6905be3e262c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653087355594, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-05-20T22:56:02.343Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-20T22:56:02.344Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T22:56:02.344Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T22:56:02.358Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:56:02.358Z||pool-57-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-20T22:56:03.245Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "f3cf6c1c-0cc1-47ad-bf61-6905be3e262c", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "e1626244-c11e-4613-bdcc-982666c5c3eb", "serviceDescription": "service", "serviceInvariantUUID": "d1008b44-b225-43a3-97b8-24ae87033fd6", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "a412710c-db0a-436d-a454-a609a612b56b", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "f8175bbb-8e59-4aa9-b288-39b92ac6d2db", "resourceInvariantUUID": "fd1899b3-b3e8-475a-8d63-086b3ebb2396", "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": "MzJkMGQ2YWM2OGRlZmM4ZjFmNTllN2NjODNkMTU3NmQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "79bc4b32-30e6-46b3-becf-93d716f94407", "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": "03365381-aed3-4ae2-b65a-7f2d70b6a4f7", "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": "91afd707-425a-4c1c-a584-1721d9b5a49c", "generatedFromUUID": "03365381-aed3-4ae2-b65a-7f2d70b6a4f7" }, "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": "91afd707-425a-4c1c-a584-1721d9b5a49c", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "ZTFmMDJhNGFiOWNkNTBkZTY2YjIyYTM2OWI0ZjQ4ZTc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "2d8ca73f-a0b7-41d7-a3e6-58245fa5651c" } ], "workloadContext": "Production" } 2022-05-20T22:56:03.246Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-20T22:56:03.246Z|6794aa75-ddec-4f43-a25e-7013aa9e3f0f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e1626244-c11e-4613-bdcc-982666c5c3eb ASDC 2022-05-20T22:56:03.246Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:f3cf6c1c-0cc1-47ad-bf61-6905be3e262c ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:e1626244-c11e-4613-bdcc-982666c5c3eb ServiceInvariantUUID:d1008b44-b225-43a3-97b8-24ae87033fd6 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:2d8ca73f-a0b7-41d7-a3e6-58245fa5651c ArtifactChecksum:ZTFmMDJhNGFiOWNkNTBkZTY2YjIyYTM2OWI0ZjQ4ZTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:a412710c-db0a-436d-a454-a609a612b56b ResourceInvariantUUID:fd1899b3-b3e8-475a-8d63-086b3ebb2396 ResourceName:basic_vm ResourceType:VF ResourceUUID:f8175bbb-8e59-4aa9-b288-39b92ac6d2db 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:79bc4b32-30e6-46b3-becf-93d716f94407 ArtifactChecksum:MzJkMGQ2YWM2OGRlZmM4ZjFmNTllN2NjODNkMTU3NmQ= 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:03365381-aed3-4ae2-b65a-7f2d70b6a4f7 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:91afd707-425a-4c1c-a584-1721d9b5a49c 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:91afd707-425a-4c1c-a584-1721d9b5a49c ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-05-20T22:56:03.246Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e1626244-c11e-4613-bdcc-982666c5c3eb ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-20T22:56:03.275Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-20T22:56:03.276Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-05-20T22:56:03.276Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-05-20T22:56:03.276Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 2d8ca73f-a0b7-41d7-a3e6-58245fa5651c from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-05-20T22:56:03.277Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-05-20T22:56:03.277Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-05-20T22:56:03.408Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-05-20T22:56:03.413Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2d8ca73f-a0b7-41d7-a3e6-58245fa5651c 71062 2022-05-20T22:56:03.413Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-05-20T22:56:03.413Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-05-20T22:56:03.413Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-20T22:56:03.413Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-20T22:56:03.415Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T22:56:03.415Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f3cf6c1c-0cc1-47ad-bf61-6905be3e262c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653087363413, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-20T22:56:03.516Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-20T22:56:03.516Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T22:56:03.517Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T22:56:03.528Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:56:03.528Z||pool-58-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-20T22:56:04.416Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-20T22:56:04.417Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-05-20T22:56:04.417Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 2d8ca73f-a0b7-41d7-a3e6-58245fa5651c, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-05-20T22:56:04.417Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-05-20T22:56:04.418Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-05-20T22:56:04.418Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-05-20T22:56:04.874Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17255401138173279103/Definitions/service-BasicVm-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-05-20T22:56:05.768Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-20T22:56:05.768Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-05-20T22:56:05.768Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-05-20T22:56:05.768Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-05-20T22:56:05.768Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-05-20T22:56:05.768Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-05-20T22:56:05.769Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-05-20T22:56:05.769Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-05-20T22:56:05.769Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-05-20T22:56:05.769Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-05-20T22:56:05.769Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-05-20T22:56:05.769Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-05-20T22:56:05.769Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-05-20T22:56:05.769Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-05-20T22:56:05.769Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T22:56:05.769Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-20T22:56:05.769Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-20T22:56:05.769Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-05-20T22:56:05.769Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-20T22:56:05.770Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T22:56:05.770Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-20T22:56:05.770Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-20T22:56:05.770Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-05-20T22:56:05.770Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-20T22:56:05.770Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T22:56:05.770Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-20T22:56:05.770Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T22:56:05.771Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-05-20T22:56:05.771Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-05-20T22:56:05.771Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-05-20T22:56:05.771Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-05-20T22:56:05.771Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-05-20T22:56:05.771Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-05-20T22:56:05.771Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T22:56:05.772Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-20T22:56:05.772Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T22:56:05.772Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-20T22:56:05.772Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-20T22:56:05.772Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T22:56:05.772Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-20T22:56:05.772Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-20T22:56:05.773Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T22:56:05.773Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-20T22:56:05.773Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-20T22:56:05.773Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T22:56:05.773Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-05-20T22:56:05.773Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-05-20T22:56:05.773Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-05-20T22:56:05.773Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=e9e9ab08-ed7e-45aa-8b44-8b20b0c4ae2e 2022-05-20T22:56:05.774Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T22:56:05.774Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-20T22:56:05.774Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T22:56:05.774Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-20T22:56:05.774Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T22:56:05.774Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-20T22:56:05.774Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T22:56:05.774Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-20T22:56:05.774Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:e1626244-c11e-4613-bdcc-982666c5c3eb Model Version:NULL Model InvariantUuid:d1008b44-b225-43a3-97b8-24ae87033fd6 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:346dd400-6918-4100-a851-28f270bd6355 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:fd1899b3-b3e8-475a-8d63-086b3ebb2396 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:a412710c-db0a-436d-a454-a609a612b56b NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:11ea62da-5f95-4d05-828d-646ded361cdf ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:4d7ae0b8-f6b7-4e41-a12d-97c1dfb7ed68 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:e9e9ab08-ed7e-45aa-8b44-8b20b0c4ae2e ModelInvariantUuid:4e5bf028-205d-417d-82e4-8ade9109c73c ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:4de67ca1-fef7-46fc-8da1-28887b751d93 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:458db3c1-a34a-4af3-82cf-cbad663b942b ModelInvariantUuid:39c94f41-bbf7-408b-8f24-5bcb32c821e5 ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:c34dd3a3-1d90-488b-a1b8-8b646bdce987 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-05-20T22:56:05.781Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: f8175bbb-8e59-4aa9-b288-39b92ac6d2db Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-20T22:56:05.783Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||INFO|500||basic_vm 0 2022-05-20T22:56:05.783Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f8175bbb-8e59-4aa9-b288-39b92ac6d2db 2022-05-20T22:56:05.783Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 79bc4b32-30e6-46b3-becf-93d716f94407 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-05-20T22:56:05.783Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-05-20T22:56:05.783Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-05-20T22:56:06.097Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-05-20T22:56:06.098Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 79bc4b32-30e6-46b3-becf-93d716f94407 787 2022-05-20T22:56:06.098Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2022-05-20T22:56:06.098Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-05-20T22:56:06.098Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-20T22:56:06.098Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-20T22:56:06.100Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T22:56:06.100Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f3cf6c1c-0cc1-47ad-bf61-6905be3e262c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653087366098, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-20T22:56:06.200Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-20T22:56:06.201Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T22:56:06.201Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T22:56:06.216Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:56:06.216Z||pool-59-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-20T22:56:07.100Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "11ea62da-5f95-4d05-828d-646ded361cdf", "vfModuleModelVersion": "1", "vfModuleModelUUID": "4d7ae0b8-f6b7-4e41-a12d-97c1dfb7ed68", "vfModuleModelCustomizationUUID": "1c8873ef-b8e8-4641-8085-1818f1a4e9ea", "isBase": true, "artifacts": [ "03365381-aed3-4ae2-b65a-7f2d70b6a4f7", "91afd707-425a-4c1c-a584-1721d9b5a49c" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-05-20T22:56:07.106Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:4d7ae0b8-f6b7-4e41-a12d-97c1dfb7ed68 VfModuleModelInvariantUUID:11ea62da-5f95-4d05-828d-646ded361cdf VfModuleModelDescription:NULL Artifacts UUID List:{ 03365381-aed3-4ae2-b65a-7f2d70b6a4f7 , 91afd707-425a-4c1c-a584-1721d9b5a49c } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-05-20T22:56:07.109Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "11ea62da-5f95-4d05-828d-646ded361cdf", "vfModuleModelVersion": "1", "vfModuleModelUUID": "4d7ae0b8-f6b7-4e41-a12d-97c1dfb7ed68", "vfModuleModelCustomizationUUID": "1c8873ef-b8e8-4641-8085-1818f1a4e9ea", "isBase": true, "artifacts": [ "03365381-aed3-4ae2-b65a-7f2d70b6a4f7", "91afd707-425a-4c1c-a584-1721d9b5a49c" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-05-20T22:56:07.109Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:4d7ae0b8-f6b7-4e41-a12d-97c1dfb7ed68 VfModuleModelInvariantUUID:11ea62da-5f95-4d05-828d-646ded361cdf VfModuleModelDescription:NULL Artifacts UUID List:{ 03365381-aed3-4ae2-b65a-7f2d70b6a4f7 , 91afd707-425a-4c1c-a584-1721d9b5a49c } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-05-20T22:56:07.109Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 03365381-aed3-4ae2-b65a-7f2d70b6a4f7 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-05-20T22:56:07.110Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-05-20T22:56:07.110Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-05-20T22:56:07.592Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-05-20T22:56:07.592Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 03365381-aed3-4ae2-b65a-7f2d70b6a4f7 5033 2022-05-20T22:56:07.593Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-05-20T22:56:07.593Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-05-20T22:56:07.593Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-20T22:56:07.593Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-20T22:56:07.595Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T22:56:07.596Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f3cf6c1c-0cc1-47ad-bf61-6905be3e262c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653087367593, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-05-20T22:56:07.696Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-20T22:56:07.697Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T22:56:07.697Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T22:56:07.711Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:56:07.712Z||pool-60-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-20T22:56:08.596Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 91afd707-425a-4c1c-a584-1721d9b5a49c from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-05-20T22:56:08.597Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-05-20T22:56:08.597Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-05-20T22:56:08.846Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-05-20T22:56:08.846Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 91afd707-425a-4c1c-a584-1721d9b5a49c 903 2022-05-20T22:56:08.847Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-05-20T22:56:08.847Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-05-20T22:56:08.847Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-20T22:56:08.847Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-20T22:56:08.849Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T22:56:08.849Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f3cf6c1c-0cc1-47ad-bf61-6905be3e262c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653087368847, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-05-20T22:56:08.950Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-20T22:56:08.950Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T22:56:08.951Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T22:56:08.961Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:56:08.962Z||pool-61-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-20T22:56:09.850Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: e1626244-c11e-4613-bdcc-982666c5c3eb 2022-05-20T22:56:09.851Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 f8175bbb-8e59-4aa9-b288-39b92ac6d2db ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-20T22:56:09.865Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7feaf65a, org.onap.sdc.toscaparser.api.parameters.Input@1899ae89, org.onap.sdc.toscaparser.api.parameters.Input@31c5258a, org.onap.sdc.toscaparser.api.parameters.Input@1c8a2bb, org.onap.sdc.toscaparser.api.parameters.Input@2938ccfe] 2022-05-20T22:56:09.866Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T22:56:09.866Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-20T22:56:09.866Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2022-05-20T22:56:09.866Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= a412710c-db0a-436d-a454-a609a612b56b 2022-05-20T22:56:09.866Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a412710c-db0a-436d-a454-a609a612b56b matches Tosca VF Customization UUID: a412710c-db0a-436d-a454-a609a612b56b 2022-05-20T22:56:09.866Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: a412710c-db0a-436d-a454-a609a612b56b matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-05-20T22:56:09.868Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T22:56:09.869Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-20T22:56:09.870Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id a412710c-db0a-436d-a454-a609a612b56b: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"} 2022-05-20T22:56:09.870Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2068fa96 2022-05-20T22:56:09.870Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T22:56:09.870Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-20T22:56:09.871Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1c8873ef-b8e8-4641-8085-1818f1a4e9ea 2022-05-20T22:56:09.871Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1c8873ef-b8e8-4641-8085-1818f1a4e9ea Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-05-20T22:56:09.873Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T22:56:09.874Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-20T22:56:09.874Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-20T22:56:09.874Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T22:56:09.874Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-20T22:56:09.874Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-20T22:56:09.875Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T22:56:09.875Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-05-20T22:56:09.875Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-05-20T22:56:09.875Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-05-20T22:56:09.875Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=e9e9ab08-ed7e-45aa-8b44-8b20b0c4ae2e Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-05-20T22:56:09.877Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T22:56:09.877Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-20T22:56:09.877Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-20T22:56:09.878Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T22:56:09.878Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-20T22:56:09.878Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=a412710c-db0a-436d-a454-a609a612b56b Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-20T22:56:09.879Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T22:56:09.879Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-20T22:56:09.879Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid e1626244-c11e-4613-bdcc-982666c5c3eb: basic_vm 2022-05-20T22:56:09.879Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T22:56:09.879Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-20T22:56:09.879Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T22:56:09.880Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-20T22:56:09.880Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T22:56:09.880Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-20T22:56:09.880Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T22:56:09.880Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-20T22:56:09.880Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T22:56:09.880Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-20T22:56:09.880Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||INFO|500||Saving Service: basic_vm Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-20T22:56:09.947Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm f8175bbb-8e59-4aa9-b288-39b92ac6d2db 1 ASDC deployResourceStructure 2022-05-20T22:56:09.947Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2022-05-20T22:56:09.947Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-05-20T22:56:09.948Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-20T22:56:09.948Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-20T22:56:09.949Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T22:56:09.950Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f3cf6c1c-0cc1-47ad-bf61-6905be3e262c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653087369947, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-05-20T22:56:10.050Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-20T22:56:10.051Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T22:56:10.051Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T22:56:10.064Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:56:10.065Z||pool-62-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-20T22:56:10.952Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-05-20T22:56:10.953Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-05-20T22:56:10.953Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-20T22:56:10.953Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-20T22:56:10.955Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T22:56:10.955Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f3cf6c1c-0cc1-47ad-bf61-6905be3e262c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653087370952, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-05-20T22:56:11.055Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-20T22:56:11.056Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T22:56:11.056Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T22:56:11.072Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:56:11.072Z||pool-63-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-20T22:56:11.956Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-05-20T22:56:11.957Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-05-20T22:56:11.957Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-20T22:56:11.957Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-20T22:56:11.959Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T22:56:11.959Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f3cf6c1c-0cc1-47ad-bf61-6905be3e262c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653087371956, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-05-20T22:56:12.059Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-20T22:56:12.060Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T22:56:12.060Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T22:56:12.075Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:56:12.075Z||pool-64-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-20T22:56:12.959Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-05-20T22:56:12.960Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-05-20T22:56:12.960Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-20T22:56:12.960Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-20T22:56:12.963Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T22:56:12.963Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f3cf6c1c-0cc1-47ad-bf61-6905be3e262c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653087372959, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-05-20T22:56:13.063Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-20T22:56:13.063Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T22:56:13.064Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T22:56:13.079Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:56:13.079Z||pool-65-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-20T22:56:13.963Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f3cf6c1c-0cc1-47ad-bf61-6905be3e262c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-20T22:56:13.974Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f3cf6c1c-0cc1-47ad-bf61-6905be3e262c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-20T22:56:13.978Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-20T22:56:13.978Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-20T22:56:13.979Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-20T22:56:19.081Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T22:56:19.082Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T22:56:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T22:56:19.134Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:56:19.136Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:56:19.136Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6794aa75-ddec-4f43-a25e-7013aa9e3f0f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653087259080, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-20T22:56:19.137Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:56:19.137Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:56:19.137Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6794aa75-ddec-4f43-a25e-7013aa9e3f0f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653087259080, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-20T22:56:19.137Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:56:19.137Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:56:19.137Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6794aa75-ddec-4f43-a25e-7013aa9e3f0f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653087261798, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-20T22:56:19.137Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T22:56:19.138Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:56:19.138Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6794aa75-ddec-4f43-a25e-7013aa9e3f0f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653087263329, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-05-20T22:56:19.138Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T22:56:19.138Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:56:19.138Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3cf6c1c-0cc1-47ad-bf61-6905be3e262c", "consumerID": "multicloud-k8s-id", "timestamp": 1653087285499, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T22:56:19.138Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:56:19.138Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:56:19.138Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3cf6c1c-0cc1-47ad-bf61-6905be3e262c", "consumerID": "cds", "timestamp": 1653087292226, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T22:56:19.139Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:56:19.139Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:56:19.139Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3cf6c1c-0cc1-47ad-bf61-6905be3e262c", "consumerID": "multicloud-k8s-id", "timestamp": 1653087285499, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-05-20T22:56:19.139Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:56:19.139Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:56:19.139Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3cf6c1c-0cc1-47ad-bf61-6905be3e262c", "consumerID": "cds", "timestamp": 1653087292226, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-20T22:56:19.139Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:56:19.139Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:56:19.139Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3cf6c1c-0cc1-47ad-bf61-6905be3e262c", "consumerID": "cds", "timestamp": 1653087292226, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-20T22:56:19.139Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:56:19.139Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:56:19.139Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3cf6c1c-0cc1-47ad-bf61-6905be3e262c", "consumerID": "multicloud-k8s-id", "timestamp": 1653087285499, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-05-20T22:56:19.139Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:56:19.139Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:56:19.139Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3cf6c1c-0cc1-47ad-bf61-6905be3e262c", "consumerID": "multicloud-k8s-id", "timestamp": 1653087285499, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T22:56:19.140Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:56:19.140Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:56:19.140Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3cf6c1c-0cc1-47ad-bf61-6905be3e262c", "consumerID": "cds", "timestamp": 1653087292226, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T22:56:19.140Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:56:19.140Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:56:19.140Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3cf6c1c-0cc1-47ad-bf61-6905be3e262c", "consumerID": "cds", "timestamp": 1653087292226, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-20T22:56:19.140Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:56:19.140Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:56:19.140Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3cf6c1c-0cc1-47ad-bf61-6905be3e262c", "consumerID": "multicloud-k8s-id", "timestamp": 1653087285499, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-05-20T22:56:19.140Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:56:19.140Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:56:19.140Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3cf6c1c-0cc1-47ad-bf61-6905be3e262c", "consumerID": "multicloud-k8s-id", "timestamp": 1653087285499, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-20T22:56:19.141Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:56:19.141Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:56:19.141Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3cf6c1c-0cc1-47ad-bf61-6905be3e262c", "consumerID": "cds", "timestamp": 1653087292226, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-20T22:56:19.141Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:56:19.141Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:56:19.141Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3cf6c1c-0cc1-47ad-bf61-6905be3e262c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653087298647, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T22:56:19.141Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:56:19.141Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:56:19.141Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3cf6c1c-0cc1-47ad-bf61-6905be3e262c", "consumerID": "policy-id", "timestamp": 1653087299489, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T22:56:19.142Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:56:19.142Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:56:19.142Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3cf6c1c-0cc1-47ad-bf61-6905be3e262c", "consumerID": "multicloud-k8s-id", "timestamp": 1653087285499, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-05-20T22:56:19.142Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:56:19.142Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:56:19.142Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3cf6c1c-0cc1-47ad-bf61-6905be3e262c", "consumerID": "cds", "timestamp": 1653087292226, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-05-20T22:56:19.142Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:56:19.142Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:56:19.142Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3cf6c1c-0cc1-47ad-bf61-6905be3e262c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653087298647, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-20T22:56:19.142Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:56:19.143Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:56:19.143Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3cf6c1c-0cc1-47ad-bf61-6905be3e262c", "consumerID": "aai-ml", "timestamp": 1653087299856, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T22:56:19.143Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:56:19.143Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:56:19.143Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3cf6c1c-0cc1-47ad-bf61-6905be3e262c", "consumerID": "ves-openapi-manager", "timestamp": 1653087300064, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T22:56:19.143Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:56:19.143Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:56:19.143Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3cf6c1c-0cc1-47ad-bf61-6905be3e262c", "consumerID": "policy-id", "timestamp": 1653087299489, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-20T22:56:19.143Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:56:19.143Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:56:19.143Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3cf6c1c-0cc1-47ad-bf61-6905be3e262c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653087298647, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-20T22:56:19.143Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:56:19.144Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:56:19.144Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3cf6c1c-0cc1-47ad-bf61-6905be3e262c", "consumerID": "aai-ml", "timestamp": 1653087299856, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-20T22:56:19.144Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:56:19.144Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:56:19.144Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3cf6c1c-0cc1-47ad-bf61-6905be3e262c", "consumerID": "ves-openapi-manager", "timestamp": 1653087300064, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-20T22:56:19.144Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:56:19.144Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:56:19.144Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3cf6c1c-0cc1-47ad-bf61-6905be3e262c", "consumerID": "multicloud-k8s-id", "timestamp": 1653087301831, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-20T22:56:19.144Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T22:56:19.145Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:56:19.145Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3cf6c1c-0cc1-47ad-bf61-6905be3e262c", "consumerID": "cds", "timestamp": 1653087301836, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-20T22:56:19.145Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T22:56:19.145Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:56:19.145Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3cf6c1c-0cc1-47ad-bf61-6905be3e262c", "consumerID": "policy-id", "timestamp": 1653087299489, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-05-20T22:56:19.145Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:56:19.145Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:56:19.145Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3cf6c1c-0cc1-47ad-bf61-6905be3e262c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653087298647, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T22:56:19.145Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:56:19.145Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:56:19.145Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3cf6c1c-0cc1-47ad-bf61-6905be3e262c", "consumerID": "aai-ml", "timestamp": 1653087299856, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-20T22:56:19.146Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:56:19.146Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:56:19.146Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3cf6c1c-0cc1-47ad-bf61-6905be3e262c", "consumerID": "ves-openapi-manager", "timestamp": 1653087300064, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-20T22:56:19.146Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:56:19.146Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:56:19.146Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3cf6c1c-0cc1-47ad-bf61-6905be3e262c", "consumerID": "cds", "timestamp": 1653087302842, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-20T22:56:19.152Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f3cf6c1c-0cc1-47ad-bf61-6905be3e262c 2022-05-20T22:56:19.153Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f3cf6c1c-0cc1-47ad-bf61-6905be3e262c and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-20T22:56:19.160Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:56:19.160Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3cf6c1c-0cc1-47ad-bf61-6905be3e262c", "consumerID": "multicloud-k8s-id", "timestamp": 1653087303002, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-05-20T22:56:19.160Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T22:56:19.160Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:56:19.160Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3cf6c1c-0cc1-47ad-bf61-6905be3e262c", "consumerID": "policy-id", "timestamp": 1653087299489, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T22:56:19.160Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:56:19.160Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:56:19.160Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3cf6c1c-0cc1-47ad-bf61-6905be3e262c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653087298647, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-20T22:56:19.160Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:56:19.160Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:56:19.160Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3cf6c1c-0cc1-47ad-bf61-6905be3e262c", "consumerID": "aai-ml", "timestamp": 1653087299856, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T22:56:19.161Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:56:19.161Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:56:19.161Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3cf6c1c-0cc1-47ad-bf61-6905be3e262c", "consumerID": "ves-openapi-manager", "timestamp": 1653087300064, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T22:56:19.161Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:56:19.161Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:56:19.161Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3cf6c1c-0cc1-47ad-bf61-6905be3e262c", "consumerID": "policy-id", "timestamp": 1653087299489, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-20T22:56:19.161Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:56:19.161Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:56:19.161Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3cf6c1c-0cc1-47ad-bf61-6905be3e262c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653087298647, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-20T22:56:19.161Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:56:19.161Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:56:19.161Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3cf6c1c-0cc1-47ad-bf61-6905be3e262c", "consumerID": "aai-ml", "timestamp": 1653087299856, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-20T22:56:19.161Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:56:19.161Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:56:19.161Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3cf6c1c-0cc1-47ad-bf61-6905be3e262c", "consumerID": "multicloud-k8s-id", "timestamp": 1653087304590, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-05-20T22:56:19.161Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T22:56:19.161Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:56:19.161Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3cf6c1c-0cc1-47ad-bf61-6905be3e262c", "consumerID": "ves-openapi-manager", "timestamp": 1653087300064, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-20T22:56:19.162Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:56:19.162Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:56:19.162Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3cf6c1c-0cc1-47ad-bf61-6905be3e262c", "consumerID": "policy-id", "timestamp": 1653087299489, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-20T22:56:19.162Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:56:19.162Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:56:19.162Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3cf6c1c-0cc1-47ad-bf61-6905be3e262c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653087298647, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-05-20T22:56:19.162Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:56:19.162Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:56:19.162Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3cf6c1c-0cc1-47ad-bf61-6905be3e262c", "consumerID": "aai-ml", "timestamp": 1653087299856, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-20T22:56:19.162Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:56:19.162Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:56:19.162Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3cf6c1c-0cc1-47ad-bf61-6905be3e262c", "consumerID": "multicloud-k8s-id", "timestamp": 1653087305611, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-20T22:56:19.166Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f3cf6c1c-0cc1-47ad-bf61-6905be3e262c 2022-05-20T22:56:19.166Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f3cf6c1c-0cc1-47ad-bf61-6905be3e262c and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-20T22:56:19.172Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:56:19.172Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3cf6c1c-0cc1-47ad-bf61-6905be3e262c", "consumerID": "ves-openapi-manager", "timestamp": 1653087300064, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-20T22:56:19.172Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:56:19.173Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:56:19.173Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3cf6c1c-0cc1-47ad-bf61-6905be3e262c", "consumerID": "policy-id", "timestamp": 1653087299489, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-05-20T22:56:19.173Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:56:19.173Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:56:19.173Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3cf6c1c-0cc1-47ad-bf61-6905be3e262c", "consumerID": "aai-ml", "timestamp": 1653087299856, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-05-20T22:56:19.173Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:56:19.173Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:56:19.173Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3cf6c1c-0cc1-47ad-bf61-6905be3e262c", "consumerID": "multicloud-k8s-id", "timestamp": 1653087306614, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-05-20T22:56:19.173Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T22:56:19.173Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:56:19.173Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3cf6c1c-0cc1-47ad-bf61-6905be3e262c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653087306648, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-20T22:56:19.173Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T22:56:19.173Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:56:19.173Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3cf6c1c-0cc1-47ad-bf61-6905be3e262c", "consumerID": "ves-openapi-manager", "timestamp": 1653087300064, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-20T22:56:19.173Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:56:19.173Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:56:19.173Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3cf6c1c-0cc1-47ad-bf61-6905be3e262c", "consumerID": "policy-id", "timestamp": 1653087307397, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-20T22:56:19.173Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T22:56:19.174Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:56:19.174Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3cf6c1c-0cc1-47ad-bf61-6905be3e262c", "consumerID": "clamp", "timestamp": 1653087306845, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T22:56:19.174Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:56:19.174Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:56:19.174Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3cf6c1c-0cc1-47ad-bf61-6905be3e262c", "consumerID": "aai-ml", "timestamp": 1653087307650, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-20T22:56:19.174Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T22:56:19.174Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:56:19.174Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3cf6c1c-0cc1-47ad-bf61-6905be3e262c", "consumerID": "policy-id", "timestamp": 1653087308401, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-05-20T22:56:19.174Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T22:56:19.174Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:56:19.174Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3cf6c1c-0cc1-47ad-bf61-6905be3e262c", "consumerID": "clamp", "timestamp": 1653087306845, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-05-20T22:56:19.174Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:56:19.174Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:56:19.174Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3cf6c1c-0cc1-47ad-bf61-6905be3e262c", "consumerID": "policy-id", "timestamp": 1653087309403, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-20T22:56:19.178Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f3cf6c1c-0cc1-47ad-bf61-6905be3e262c 2022-05-20T22:56:19.178Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f3cf6c1c-0cc1-47ad-bf61-6905be3e262c and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-05-20T22:56:19.183Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:56:19.183Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3cf6c1c-0cc1-47ad-bf61-6905be3e262c", "consumerID": "clamp", "timestamp": 1653087306845, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-20T22:56:19.183Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:56:19.183Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:56:19.183Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3cf6c1c-0cc1-47ad-bf61-6905be3e262c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653087309794, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-05-20T22:56:19.183Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T22:56:19.183Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:56:19.183Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3cf6c1c-0cc1-47ad-bf61-6905be3e262c", "consumerID": "clamp", "timestamp": 1653087306845, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T22:56:19.183Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:56:19.183Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:56:19.184Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3cf6c1c-0cc1-47ad-bf61-6905be3e262c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653087310798, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-20T22:56:19.188Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f3cf6c1c-0cc1-47ad-bf61-6905be3e262c 2022-05-20T22:56:19.188Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f3cf6c1c-0cc1-47ad-bf61-6905be3e262c and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-20T22:56:19.196Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:56:19.196Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3cf6c1c-0cc1-47ad-bf61-6905be3e262c", "consumerID": "clamp", "timestamp": 1653087306845, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-20T22:56:19.196Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:56:19.196Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:56:19.196Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3cf6c1c-0cc1-47ad-bf61-6905be3e262c", "consumerID": "clamp", "timestamp": 1653087306845, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-20T22:56:19.196Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:56:19.196Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:56:19.197Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3cf6c1c-0cc1-47ad-bf61-6905be3e262c", "consumerID": "clamp", "timestamp": 1653087306845, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-05-20T22:56:19.197Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-20T22:56:19.197Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:56:19.197Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3cf6c1c-0cc1-47ad-bf61-6905be3e262c", "consumerID": "aai-ml", "timestamp": 1653087315038, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-05-20T22:56:19.197Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T22:56:19.197Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-20T22:56:19.197Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3cf6c1c-0cc1-47ad-bf61-6905be3e262c", "consumerID": "aai-ml", "timestamp": 1653087316041, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-20T22:56:19.202Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f3cf6c1c-0cc1-47ad-bf61-6905be3e262c 2022-05-20T22:56:19.202Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f3cf6c1c-0cc1-47ad-bf61-6905be3e262c and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-20T22:56:43.979Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f3cf6c1c-0cc1-47ad-bf61-6905be3e262c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-20T22:56:44.001Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f3cf6c1c-0cc1-47ad-bf61-6905be3e262c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-20T22:56:44.004Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-20T22:56:44.004Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-20T22:56:44.004Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-20T22:56:44.004Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-20T22:56:44.004Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-20T22:56:44.004Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-20T22:56:44.005Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-20T22:56:44.005Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-20T22:56:44.005Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-20T22:56:44.005Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-20T22:56:44.010Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-20T22:57:14.011Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f3cf6c1c-0cc1-47ad-bf61-6905be3e262c and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-05-20T22:57:14.017Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f3cf6c1c-0cc1-47ad-bf61-6905be3e262c and serviceModelVersionId: e1626244-c11e-4613-bdcc-982666c5c3eb 2022-05-20T22:57:14.017Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d1008b44-b225-43a3-97b8-24ae87033fd6 2022-05-20T22:57:14.019Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d1008b44-b225-43a3-97b8-24ae87033fd6/model-vers/model-ver/e1626244-c11e-4613-bdcc-982666c5c3eb?depth=0 2022-05-20T22:57:14.024Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-05-20T22:57:14.052Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d1008b44-b225-43a3-97b8-24ae87033fd6/model-vers/model-ver/e1626244-c11e-4613-bdcc-982666c5c3eb?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-05-20T22:57:14.053Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d1008b44-b225-43a3-97b8-24ae87033fd6/model-vers/model-ver/e1626244-c11e-4613-bdcc-982666c5c3eb?depth=0|INFO|500||Invoke 2022-05-20T22:57:14.074Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d1008b44-b225-43a3-97b8-24ae87033fd6/model-vers/model-ver/e1626244-c11e-4613-bdcc-982666c5c3eb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-20T22:57:14.351Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d1008b44-b225-43a3-97b8-24ae87033fd6/model-vers/model-ver/e1626244-c11e-4613-bdcc-982666c5c3eb?depth=0|INFO|500||InvokeReturn 2022-05-20T22:57:14.352Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d1008b44-b225-43a3-97b8-24ae87033fd6/model-vers/model-ver/e1626244-c11e-4613-bdcc-982666c5c3eb?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220520-22:57:14:078-29386], vertex-id=[241664], Content-Length=[0], Date=[Fri, 20 May 2022 22:57:14 GMT], Content-Type=[application/json]} 2022-05-20T22:57:14.352Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity. 2022-05-20T22:57:14.352Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-20T22:57:14.352Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-20T22:57:14.358Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-05-20T22:57:14.358Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f3cf6c1c-0cc1-47ad-bf61-6905be3e262c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-20T22:57:14.359Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-20T22:57:14.359Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-20T22:57:14.360Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T22:57:14.361Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f3cf6c1c-0cc1-47ad-bf61-6905be3e262c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653087434359, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-20T22:57:14.461Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-20T22:57:14.462Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T22:57:14.462Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T22:57:14.484Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:57:14.485Z||pool-66-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-20T22:57:15.374Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T22:57:15.375Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T22:57:15.375Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|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 Mp7J3lz9Op8nR73K) ... 2022-05-20T22:57:19.081Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T22:57:19.082Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T22:57:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T22:57:19.103Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:57:19.104Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-20T22:57:19.104Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3cf6c1c-0cc1-47ad-bf61-6905be3e262c", "consumerID": "clamp", "timestamp": 1653087322709, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-20T22:57:19.105Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T22:57:19.105Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-20T22:57:19.105Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3cf6c1c-0cc1-47ad-bf61-6905be3e262c", "consumerID": "clamp", "timestamp": 1653087323724, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-05-20T22:57:19.105Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T22:57:19.105Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-20T22:57:19.105Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3cf6c1c-0cc1-47ad-bf61-6905be3e262c", "consumerID": "clamp", "timestamp": 1653087324727, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-20T22:57:19.113Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f3cf6c1c-0cc1-47ad-bf61-6905be3e262c 2022-05-20T22:57:19.113Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f3cf6c1c-0cc1-47ad-bf61-6905be3e262c and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-20T22:57:19.120Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-20T22:57:19.120Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6794aa75-ddec-4f43-a25e-7013aa9e3f0f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653087354581, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-20T22:57:19.120Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T22:57:19.120Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-20T22:57:19.121Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3cf6c1c-0cc1-47ad-bf61-6905be3e262c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653087355594, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T22:57:19.121Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-20T22:57:19.121Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-20T22:57:19.121Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3cf6c1c-0cc1-47ad-bf61-6905be3e262c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653087355594, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-05-20T22:57:19.121Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-20T22:57:19.121Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-20T22:57:19.121Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3cf6c1c-0cc1-47ad-bf61-6905be3e262c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653087355594, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-05-20T22:57:19.121Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-20T22:57:19.121Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-20T22:57:19.121Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3cf6c1c-0cc1-47ad-bf61-6905be3e262c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653087355594, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T22:57:19.121Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-20T22:57:19.121Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-20T22:57:19.121Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3cf6c1c-0cc1-47ad-bf61-6905be3e262c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653087355594, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-05-20T22:57:19.121Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-20T22:57:19.121Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-20T22:57:19.121Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3cf6c1c-0cc1-47ad-bf61-6905be3e262c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653087355594, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-20T22:57:19.121Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-20T22:57:19.121Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-20T22:57:19.121Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3cf6c1c-0cc1-47ad-bf61-6905be3e262c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653087355594, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-05-20T22:57:19.121Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-20T22:57:19.122Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-20T22:57:19.122Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3cf6c1c-0cc1-47ad-bf61-6905be3e262c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653087363413, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-20T22:57:19.122Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T22:57:19.122Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-20T22:57:19.122Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3cf6c1c-0cc1-47ad-bf61-6905be3e262c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653087366098, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-20T22:57:19.122Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T22:57:19.122Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-20T22:57:19.122Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3cf6c1c-0cc1-47ad-bf61-6905be3e262c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653087367593, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-05-20T22:57:19.122Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T22:57:19.122Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-20T22:57:19.122Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3cf6c1c-0cc1-47ad-bf61-6905be3e262c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653087368847, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-05-20T22:57:19.122Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T22:57:19.122Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-20T22:57:19.122Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3cf6c1c-0cc1-47ad-bf61-6905be3e262c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653087369947, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-05-20T22:57:19.122Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T22:57:19.122Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-20T22:57:19.122Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3cf6c1c-0cc1-47ad-bf61-6905be3e262c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653087370952, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-05-20T22:57:19.122Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T22:57:19.122Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-20T22:57:19.122Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3cf6c1c-0cc1-47ad-bf61-6905be3e262c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653087371956, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-05-20T22:57:19.122Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T22:57:19.123Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-20T22:57:19.123Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3cf6c1c-0cc1-47ad-bf61-6905be3e262c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653087372959, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-05-20T22:57:19.123Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T22:57:24.920Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:57:24.921Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T22:57:24.921Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T22:57:24.921Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|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 Mp7J3lz9Op8nR73K) ... 2022-05-20T22:57:34.454Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:58:19.080Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T22:58:19.081Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T22:58:19.081Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|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 Mp7J3lz9Op8nR73K) ... 2022-05-20T22:58:19.081Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T22:58:19.082Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T22:58:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T22:58:19.607Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:58:19.607Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-20T22:58:19.607Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3cf6c1c-0cc1-47ad-bf61-6905be3e262c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653087434359, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-20T22:58:19.608Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T22:58:28.624Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:59:19.080Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T22:59:19.081Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T22:59:19.081Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|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 Mp7J3lz9Op8nR73K) ... 2022-05-20T22:59:19.081Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T22:59:19.082Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T22:59:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T22:59:28.621Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T22:59:28.624Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:00:19.080Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T23:00:19.081Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T23:00:19.081Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|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 Mp7J3lz9Op8nR73K) ... 2022-05-20T23:00:19.082Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T23:00:19.082Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T23:00:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T23:00:19.714Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:00:19.714Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:00:19.715Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-20T23:00:19.715Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"c31731ff-cd2d-49c7-aa06-3c4a9625680c","serviceDescription":"service","serviceInvariantUUID":"a283130b-6068-46c3-a0ca-9410e4741239","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"56686f30-7543-4fca-b16a-10d55dab3589","resourceInvariantUUID":"a4c4a619-e3a2-4d98-a359-bcc2afe2460a","resourceCustomizationUUID":"982fa7c2-8bfa-4d80-a8f0-5054c9b3149b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","artifactChecksum":"YzQ3NDNiZjQxNzliZmE5NjExNjY3YWM2YmJhNmJhZDM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5812bf3f-b5ec-4cab-9047-62dfeef5b4cc","artifactVersion":"1"},{"artifactName":"nginx_cloudtech_k8s_charts.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"311f030a-a3e8-47d3-a66c-c13d82ec9669","artifactVersion":"2","generatedFromUUID":"b0abbe8a-3569-4a8e-97d6-f6cdf3c493a4"},{"artifactName":"nginx_cloudtech_k8s_charts.tgz","artifactType":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","artifactChecksum":"YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"b0abbe8a-3569-4a8e-97d6-f6cdf3c493a4","artifactVersion":"1"},{"artifactName":"basic_cnf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","artifactChecksum":"NjY5YTVlMjBiNGNhNDA4MzcyM2IxZTAyYWIzY2FlYTk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4dd1bc98-b0fa-4e94-a20c-4b4847b8cfe6","artifactVersion":"1"},{"artifactName":"base_dummy.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","artifactChecksum":"MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2955bf93-ab5f-4eed-8c53-2a62ee9b0c91","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","artifactChecksum":"OWI0ZjVmMTVjZmQ2Nzk1ZTUyOWQyYzdjMjFhYTI4NzE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"50be1484-7a8f-4fab-a726-42d8fdebd7f0","artifactVersion":"1"},{"artifactName":"base_dummy.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","artifactChecksum":"NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ef62e9b1-72d9-466d-9ed5-863046d65076","artifactVersion":"2","generatedFromUUID":"2955bf93-ab5f-4eed-8c53-2a62ee9b0c91"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ZmZiMTRmMzI0MGM2ZTUyMmNhNTM5MzAyMzIyZmQ5M2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ecada16d-21ca-4934-b435-39f061bf32da","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"YjZjNWI4NmUzZDA0ZDVhN2ZiYmVkZTA4NTM1ODk5OGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c0aced21-22df-4421-81e2-f19daf02b178","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-20T23:00:19.716Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-20T23:00:19.716Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7", "consumerID": "aai-ml", "timestamp": 1653087569856, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T23:00:19.716Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-20T23:00:19.717Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-20T23:00:19.717Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653087568647, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T23:00:19.717Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-20T23:00:19.717Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-20T23:00:19.717Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7", "consumerID": "multicloud-k8s-id", "timestamp": 1653087565499, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T23:00:19.717Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-20T23:00:19.717Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-20T23:00:19.717Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7", "consumerID": "multicloud-k8s-id", "timestamp": 1653087565499, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-05-20T23:00:19.717Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-20T23:00:19.717Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-20T23:00:19.718Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-20T23:00:19.718Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7", "consumerID": "aai-ml", "timestamp": 1653087569856, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-05-20T23:00:19.718Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-20T23:00:19.718Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-20T23:00:19.718Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653087568647, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-05-20T23:00:19.718Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-20T23:00:19.718Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-20T23:00:19.718Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-20T23:00:19.718Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7", "consumerID": "multicloud-k8s-id", "timestamp": 1653087565499, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-05-20T23:00:19.718Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-20T23:00:19.718Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-20T23:00:19.718Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7", "consumerID": "aai-ml", "timestamp": 1653087569856, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-05-20T23:00:19.718Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-20T23:00:19.718Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-20T23:00:19.718Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653087568647, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-05-20T23:00:19.719Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-20T23:00:19.719Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-20T23:00:19.719Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7", "consumerID": "multicloud-k8s-id", "timestamp": 1653087565499, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-05-20T23:00:19.719Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-20T23:00:19.719Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-20T23:00:19.719Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7", "consumerID": "aai-ml", "timestamp": 1653087569856, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-20T23:00:19.719Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-20T23:00:19.719Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-20T23:00:19.719Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653087568647, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-20T23:00:19.719Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-20T23:00:19.719Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-20T23:00:19.719Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7", "consumerID": "clamp", "timestamp": 1653087576845, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T23:00:19.719Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-20T23:00:19.719Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-20T23:00:19.719Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7", "consumerID": "multicloud-k8s-id", "timestamp": 1653087565499, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-05-20T23:00:19.720Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-20T23:00:19.720Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-20T23:00:19.720Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7", "consumerID": "aai-ml", "timestamp": 1653087569856, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-05-20T23:00:19.720Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-20T23:00:19.720Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-20T23:00:19.720Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653087568647, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-05-20T23:00:19.720Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-20T23:00:19.720Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-20T23:00:19.720Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7", "consumerID": "cds", "timestamp": 1653087577226, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T23:00:19.720Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T23:00:19.720Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-20T23:00:19.720Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653087619080, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T23:00:19.720Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-20T23:00:19.720Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7", "consumerID": "clamp", "timestamp": 1653087576845, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-05-20T23:00:19.720Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-20T23:00:19.720Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-20T23:00:19.721Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7", "consumerID": "multicloud-k8s-id", "timestamp": 1653087565499, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T23:00:19.721Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-20T23:00:19.721Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-20T23:00:19.721Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7", "consumerID": "aai-ml", "timestamp": 1653087569856, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T23:00:19.721Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-20T23:00:19.721Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-20T23:00:19.721Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653087568647, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T23:00:19.721Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-20T23:00:19.721Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-20T23:00:19.721Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7", "consumerID": "cds", "timestamp": 1653087577226, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-05-20T23:00:19.721Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-20T23:00:19.721Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-20T23:00:19.721Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7", "consumerID": "clamp", "timestamp": 1653087576845, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-05-20T23:00:19.721Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-20T23:00:19.721Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-20T23:00:19.721Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7", "consumerID": "multicloud-k8s-id", "timestamp": 1653087565499, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-05-20T23:00:19.722Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-20T23:00:19.722Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-20T23:00:19.722Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7", "consumerID": "aai-ml", "timestamp": 1653087569856, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-05-20T23:00:19.722Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-20T23:00:19.722Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-20T23:00:19.722Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653087568647, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-05-20T23:00:19.722Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-20T23:00:19.722Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-20T23:00:19.722Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7", "consumerID": "cds", "timestamp": 1653087577226, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-05-20T23:00:19.723Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-20T23:00:19.723Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-20T23:00:19.723Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7", "consumerID": "policy-id", "timestamp": 1653087579489, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T23:00:19.723Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-20T23:00:19.723Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-20T23:00:19.723Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7", "consumerID": "clamp", "timestamp": 1653087576845, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-05-20T23:00:19.723Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-20T23:00:19.723Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-20T23:00:19.723Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7", "consumerID": "ves-openapi-manager", "timestamp": 1653087580064, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T23:00:19.723Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-20T23:00:19.723Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-20T23:00:19.723Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7", "consumerID": "aai-ml", "timestamp": 1653087569856, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-20T23:00:19.723Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-20T23:00:19.723Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-20T23:00:19.724Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653087568647, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-20T23:00:19.724Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-20T23:00:19.724Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-20T23:00:19.724Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7", "consumerID": "multicloud-k8s-id", "timestamp": 1653087565499, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-20T23:00:19.724Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-20T23:00:19.724Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-20T23:00:19.724Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7", "consumerID": "cds", "timestamp": 1653087577226, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-20T23:00:19.724Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-20T23:00:19.724Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-20T23:00:19.724Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7", "consumerID": "policy-id", "timestamp": 1653087579489, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-05-20T23:00:19.724Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-20T23:00:19.725Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-20T23:00:19.725Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7", "consumerID": "clamp", "timestamp": 1653087576845, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-05-20T23:00:19.725Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-20T23:00:19.725Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-20T23:00:19.725Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7", "consumerID": "ves-openapi-manager", "timestamp": 1653087580064, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-05-20T23:00:19.725Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-20T23:00:19.725Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-20T23:00:19.725Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7", "consumerID": "multicloud-k8s-id", "timestamp": 1653087565499, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-20T23:00:19.725Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-20T23:00:19.725Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-20T23:00:19.725Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653087568647, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-20T23:00:19.726Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-20T23:00:19.726Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-20T23:00:19.726Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7", "consumerID": "aai-ml", "timestamp": 1653087569856, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-20T23:00:19.726Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-20T23:00:19.726Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-20T23:00:19.726Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7", "consumerID": "cds", "timestamp": 1653087577226, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-05-20T23:00:19.726Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-20T23:00:19.726Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-20T23:00:19.726Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7", "consumerID": "policy-id", "timestamp": 1653087579489, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-05-20T23:00:19.726Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-20T23:00:19.726Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-20T23:00:19.726Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7", "consumerID": "clamp", "timestamp": 1653087576845, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T23:00:19.726Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-20T23:00:19.726Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-20T23:00:19.726Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7", "consumerID": "ves-openapi-manager", "timestamp": 1653087580064, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-05-20T23:00:19.726Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-20T23:00:19.727Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-20T23:00:19.727Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7", "consumerID": "cds", "timestamp": 1653087577226, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T23:00:19.727Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-20T23:00:19.727Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-20T23:00:19.727Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7", "consumerID": "multicloud-k8s-id", "timestamp": 1653087583144, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-20T23:00:19.727Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T23:00:19.727Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-20T23:00:19.727Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7", "consumerID": "aai-ml", "timestamp": 1653087583148, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-20T23:00:19.727Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T23:00:19.727Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-20T23:00:19.727Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653087583149, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-20T23:00:19.727Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T23:00:19.727Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-20T23:00:19.727Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7", "consumerID": "policy-id", "timestamp": 1653087579489, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-20T23:00:19.727Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-20T23:00:19.727Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-20T23:00:19.727Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7", "consumerID": "clamp", "timestamp": 1653087576845, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-05-20T23:00:19.727Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-20T23:00:19.727Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-20T23:00:19.727Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7", "consumerID": "ves-openapi-manager", "timestamp": 1653087580064, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-20T23:00:19.727Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-20T23:00:19.727Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-20T23:00:19.727Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7", "consumerID": "cds", "timestamp": 1653087577226, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-05-20T23:00:19.727Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-20T23:00:19.728Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-20T23:00:19.728Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7", "consumerID": "policy-id", "timestamp": 1653087579489, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-05-20T23:00:19.728Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-20T23:00:19.728Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-20T23:00:19.728Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7", "consumerID": "multicloud-k8s-id", "timestamp": 1653087584345, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-05-20T23:00:19.728Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T23:00:19.728Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-20T23:00:19.728Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7", "consumerID": "clamp", "timestamp": 1653087576845, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-20T23:00:19.728Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-20T23:00:19.728Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-20T23:00:19.728Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7", "consumerID": "ves-openapi-manager", "timestamp": 1653087580064, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-05-20T23:00:19.728Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-20T23:00:19.728Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-20T23:00:19.728Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7", "consumerID": "cds", "timestamp": 1653087577226, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-20T23:00:19.728Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-20T23:00:19.728Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-20T23:00:19.728Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7", "consumerID": "policy-id", "timestamp": 1653087579489, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T23:00:19.728Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-20T23:00:19.728Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-20T23:00:19.728Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653087585218, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-05-20T23:00:19.728Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T23:00:19.728Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-20T23:00:19.728Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7", "consumerID": "clamp", "timestamp": 1653087576845, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-20T23:00:19.728Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-20T23:00:19.728Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-20T23:00:19.728Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7", "consumerID": "multicloud-k8s-id", "timestamp": 1653087585543, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-05-20T23:00:19.729Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T23:00:19.729Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-20T23:00:19.729Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7", "consumerID": "ves-openapi-manager", "timestamp": 1653087580064, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T23:00:19.729Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-20T23:00:19.729Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-20T23:00:19.729Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7", "consumerID": "cds", "timestamp": 1653087577226, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-20T23:00:19.729Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-20T23:00:19.729Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-20T23:00:19.729Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7", "consumerID": "policy-id", "timestamp": 1653087579489, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-05-20T23:00:19.729Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-20T23:00:19.729Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-20T23:00:19.729Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653087586222, "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=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-20T23:00:19.744Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7 2022-05-20T23:00:19.744Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-20T23:00:19.752Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-20T23:00:19.752Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7", "consumerID": "multicloud-k8s-id", "timestamp": 1653087586648, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-05-20T23:00:19.753Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T23:00:19.753Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-20T23:00:19.753Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7", "consumerID": "ves-openapi-manager", "timestamp": 1653087580064, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-05-20T23:00:19.753Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-20T23:00:19.753Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-20T23:00:19.753Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7", "consumerID": "cds", "timestamp": 1653087586944, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-20T23:00:19.753Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T23:00:19.753Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-20T23:00:19.753Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7", "consumerID": "policy-id", "timestamp": 1653087579489, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-20T23:00:19.753Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-20T23:00:19.753Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-20T23:00:19.753Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7", "consumerID": "multicloud-k8s-id", "timestamp": 1653087587693, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-20T23:00:19.759Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7 2022-05-20T23:00:19.759Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-20T23:00:19.766Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-20T23:00:19.767Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7", "consumerID": "ves-openapi-manager", "timestamp": 1653087580064, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-20T23:00:19.767Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-20T23:00:19.767Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-20T23:00:19.767Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7", "consumerID": "cds", "timestamp": 1653087587949, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-20T23:00:19.772Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7 2022-05-20T23:00:19.772Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-20T23:00:19.780Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-20T23:00:19.781Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7", "consumerID": "policy-id", "timestamp": 1653087579489, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-20T23:00:19.781Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-20T23:00:19.781Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-20T23:00:19.781Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7", "consumerID": "multicloud-k8s-id", "timestamp": 1653087588696, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-05-20T23:00:19.781Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T23:00:19.781Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-20T23:00:19.781Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7", "consumerID": "ves-openapi-manager", "timestamp": 1653087580064, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-20T23:00:19.782Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-20T23:00:19.782Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-20T23:00:19.782Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7", "consumerID": "clamp", "timestamp": 1653087588753, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-20T23:00:19.782Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T23:00:19.782Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-20T23:00:19.782Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7", "consumerID": "aai-ml", "timestamp": 1653087589060, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-05-20T23:00:19.782Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T23:00:19.782Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-20T23:00:19.782Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7", "consumerID": "policy-id", "timestamp": 1653087589228, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-20T23:00:19.782Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T23:00:19.783Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-20T23:00:19.783Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7", "consumerID": "aai-ml", "timestamp": 1653087590064, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-20T23:00:19.788Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7 2022-05-20T23:00:19.788Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-20T23:00:19.795Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-20T23:00:19.795Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7", "consumerID": "policy-id", "timestamp": 1653087590233, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-05-20T23:00:19.795Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T23:00:19.795Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-20T23:00:19.795Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7", "consumerID": "clamp", "timestamp": 1653087590760, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-05-20T23:00:19.795Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T23:00:19.795Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-20T23:00:19.795Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7", "consumerID": "policy-id", "timestamp": 1653087591236, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-20T23:00:19.799Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7 2022-05-20T23:00:19.799Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-05-20T23:00:19.805Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-20T23:00:19.805Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7", "consumerID": "clamp", "timestamp": 1653087591763, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-20T23:00:19.809Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7 2022-05-20T23:00:19.809Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-20T23:00:19.820Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-20T23:00:19.821Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T23:00:19.821Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T23:00:19.836Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:00:19.836Z||pool-67-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-20T23:00:20.721Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-20T23:00:20.722Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-20T23:00:20.724Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T23:00:20.724Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653087619080, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-05-20T23:00:20.824Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-20T23:00:20.825Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T23:00:20.825Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T23:00:20.839Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:00:20.839Z||pool-68-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-20T23:00:21.725Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-20T23:00:21.725Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-20T23:00:21.727Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T23:00:21.727Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653087619080, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-05-20T23:00:21.827Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-20T23:00:21.828Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T23:00:21.828Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T23:00:21.845Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:00:21.846Z||pool-69-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-05-20T23:00:22.727Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-20T23:00:22.729Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-20T23:00:22.730Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T23:00:22.731Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653087619080, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-05-20T23:00:22.831Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-20T23:00:22.832Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T23:00:22.832Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T23:00:22.847Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:00:22.847Z||pool-70-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-20T23:00:23.731Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-20T23:00:23.731Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-20T23:00:23.733Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T23:00:23.733Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653087619080, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-05-20T23:00:23.833Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-20T23:00:23.834Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T23:00:23.834Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T23:00:23.848Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:00:23.849Z||pool-71-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-20T23:00:24.733Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-20T23:00:24.734Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-20T23:00:24.736Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T23:00:24.736Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653087619080, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T23:00:24.836Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-20T23:00:24.837Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T23:00:24.837Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T23:00:24.849Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:00:24.849Z||pool-72-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-20T23:00:25.737Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-20T23:00:25.738Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-20T23:00:25.739Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T23:00:25.740Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653087619080, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-05-20T23:00:25.840Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-20T23:00:25.840Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T23:00:25.840Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T23:00:25.850Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:00:25.851Z||pool-73-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-05-20T23:00:26.740Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-20T23:00:26.741Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-20T23:00:26.742Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T23:00:26.742Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653087619080, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-20T23:00:26.843Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-20T23:00:26.843Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T23:00:26.843Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T23:00:26.857Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:00:26.858Z||pool-74-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-20T23:00:27.743Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-20T23:00:27.744Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-20T23:00:27.745Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T23:00:27.746Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653087619080, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-20T23:00:27.846Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-20T23:00:27.847Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T23:00:27.847Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T23:00:27.860Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:00:27.861Z||pool-75-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-20T23:00:28.747Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "c31731ff-cd2d-49c7-aa06-3c4a9625680c", "serviceDescription": "service", "serviceInvariantUUID": "a283130b-6068-46c3-a0ca-9410e4741239", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "982fa7c2-8bfa-4d80-a8f0-5054c9b3149b", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "56686f30-7543-4fca-b16a-10d55dab3589", "resourceInvariantUUID": "a4c4a619-e3a2-4d98-a359-bcc2afe2460a", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "nginx_cloudtech_k8s_charts.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "311f030a-a3e8-47d3-a66c-c13d82ec9669", "relatedArtifactsInfo": [] }, { "artifactName": "nginx_cloudtech_k8s_charts.tgz", "artifactType": "CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "artifactChecksum": "YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "b0abbe8a-3569-4a8e-97d6-f6cdf3c493a4", "relatedArtifactsInfo": [] }, { "artifactName": "basic_cnf0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "artifactChecksum": "NjY5YTVlMjBiNGNhNDA4MzcyM2IxZTAyYWIzY2FlYTk\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "4dd1bc98-b0fa-4e94-a20c-4b4847b8cfe6", "relatedArtifactsInfo": [] }, { "artifactName": "base_dummy.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "artifactChecksum": "MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "2955bf93-ab5f-4eed-8c53-2a62ee9b0c91", "generatedArtifact": { "artifactName": "base_dummy.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "ef62e9b1-72d9-466d-9ed5-863046d65076", "generatedFromUUID": "2955bf93-ab5f-4eed-8c53-2a62ee9b0c91" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_dummy.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "ef62e9b1-72d9-466d-9ed5-863046d65076", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "YjZjNWI4NmUzZDA0ZDVhN2ZiYmVkZTA4NTM1ODk5OGI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c0aced21-22df-4421-81e2-f19daf02b178" } ], "workloadContext": "Production" } 2022-05-20T23:00:28.747Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-20T23:00:28.748Z|f3cf6c1c-0cc1-47ad-bf61-6905be3e262c|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 c31731ff-cd2d-49c7-aa06-3c4a9625680c ASDC 2022-05-20T23:00:28.748Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:c31731ff-cd2d-49c7-aa06-3c4a9625680c ServiceInvariantUUID:a283130b-6068-46c3-a0ca-9410e4741239 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicCnf-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ArtifactUUID:c0aced21-22df-4421-81e2-f19daf02b178 ArtifactChecksum:YjZjNWI4NmUzZDA0ZDVhN2ZiYmVkZTA4NTM1ODk5OGI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:982fa7c2-8bfa-4d80-a8f0-5054c9b3149b ResourceInvariantUUID:a4c4a619-e3a2-4d98-a359-bcc2afe2460a ResourceName:basic_cnf ResourceType:VF ResourceUUID:56686f30-7543-4fca-b16a-10d55dab3589 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:nginx_cloudtech_k8s_charts.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ArtifactUUID:311f030a-a3e8-47d3-a66c-c13d82ec9669 ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:nginx_cloudtech_k8s_charts.tgz ArtifactVersion:1 ArtifactType:CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ArtifactUUID:b0abbe8a-3569-4a8e-97d6-f6cdf3c493a4 ArtifactChecksum:YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:basic_cnf0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ArtifactUUID:4dd1bc98-b0fa-4e94-a20c-4b4847b8cfe6 ArtifactChecksum:NjY5YTVlMjBiNGNhNDA4MzcyM2IxZTAyYWIzY2FlYTk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_dummy.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ArtifactUUID:2955bf93-ab5f-4eed-8c53-2a62ee9b0c91 ArtifactChecksum:MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_dummy.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ArtifactUUID:ef62e9b1-72d9-466d-9ed5-863046d65076 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_dummy.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ArtifactUUID:ef62e9b1-72d9-466d-9ed5-863046d65076 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-05-20T23:00:28.748Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c31731ff-cd2d-49c7-aa06-3c4a9625680c ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-20T23:00:28.778Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-20T23:00:28.779Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-05-20T23:00:28.779Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-05-20T23:00:28.779Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c0aced21-22df-4421-81e2-f19daf02b178 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-05-20T23:00:28.779Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-05-20T23:00:28.779Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-05-20T23:00:29.034Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-05-20T23:00:29.039Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar c0aced21-22df-4421-81e2-f19daf02b178 68947 2022-05-20T23:00:29.039Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-05-20T23:00:29.039Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-05-20T23:00:29.040Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-20T23:00:29.040Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-20T23:00:29.041Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T23:00:29.042Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653087629039, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-20T23:00:29.142Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-20T23:00:29.143Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T23:00:29.143Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T23:00:29.156Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:00:29.156Z||pool-76-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-20T23:00:30.042Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-20T23:00:30.043Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-05-20T23:00:30.043Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: c0aced21-22df-4421-81e2-f19daf02b178, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-05-20T23:00:30.044Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-05-20T23:00:30.044Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-05-20T23:00:30.044Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-05-20T23:00:30.129Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7988417015638217057/Definitions/service-BasicCnf-template.yml 2022-05-20T23:00:31.002Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-20T23:00:31.002Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-05-20T23:00:31.002Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-05-20T23:00:31.002Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-05-20T23:00:31.002Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-05-20T23:00:31.002Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-05-20T23:00:31.003Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-05-20T23:00:31.003Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-05-20T23:00:31.003Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-05-20T23:00:31.003Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T23:00:31.003Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-20T23:00:31.003Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-20T23:00:31.003Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-05-20T23:00:31.003Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-20T23:00:31.003Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T23:00:31.003Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-20T23:00:31.004Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-20T23:00:31.004Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-05-20T23:00:31.004Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-20T23:00:31.004Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T23:00:31.004Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-20T23:00:31.004Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T23:00:31.004Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-05-20T23:00:31.004Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-05-20T23:00:31.004Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||Node template dummy is not matching search criteria 2022-05-20T23:00:31.004Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-05-20T23:00:31.004Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T23:00:31.004Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-20T23:00:31.004Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T23:00:31.005Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-20T23:00:31.005Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-20T23:00:31.005Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T23:00:31.005Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-20T23:00:31.005Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-20T23:00:31.005Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T23:00:31.005Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-20T23:00:31.006Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-20T23:00:31.006Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T23:00:31.006Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-05-20T23:00:31.006Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-05-20T23:00:31.006Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=92031797-e40d-43fa-ab04-2659d841b24e 2022-05-20T23:00:31.006Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T23:00:31.006Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-20T23:00:31.006Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T23:00:31.006Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-20T23:00:31.007Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T23:00:31.007Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-20T23:00:31.007Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T23:00:31.007Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-20T23:00:31.007Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:c31731ff-cd2d-49c7-aa06-3c4a9625680c Model Version:NULL Model InvariantUuid:a283130b-6068-46c3-a0ca-9410e4741239 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:4f35f127-0209-44a4-a836-83d87c6602af Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:a4c4a619-e3a2-4d98-a359-bcc2afe2460a Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:982fa7c2-8bfa-4d80-a8f0-5054c9b3149b NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:8ffd3b13-0b6e-4656-a1be-8679f4dcb2ea ModelName:BasicCnf..base_dummy..module-0 ModelUuid:b281d9c8-a5ad-46ea-89ca-8697f3f80962 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:92031797-e40d-43fa-ab04-2659d841b24e ModelInvariantUuid:2966196b-139d-410b-929d-fa2ddb5ebf41 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:4a114717-0532-4ab6-9cc4-0205e0f83744 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:c25801b3-2c4a-4eda-aecb-3bbc9075782c ModelInvariantUuid:efef4af5-5df8-4277-ba70-6d2d0c96be71 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:8cc032a7-c2b1-4e7f-aaba-7036c72b9bf1 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-05-20T23:00:31.013Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 56686f30-7543-4fca-b16a-10d55dab3589 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-20T23:00:31.016Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||INFO|500||basic_cnf 0 2022-05-20T23:00:31.016Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 56686f30-7543-4fca-b16a-10d55dab3589 2022-05-20T23:00:31.016Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 311f030a-a3e8-47d3-a66c-c13d82ec9669 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-05-20T23:00:31.016Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-05-20T23:00:31.016Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-05-20T23:00:31.294Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-05-20T23:00:31.294Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 311f030a-a3e8-47d3-a66c-c13d82ec9669 12 2022-05-20T23:00:31.294Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-05-20T23:00:31.295Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-05-20T23:00:31.295Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-20T23:00:31.295Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-20T23:00:31.297Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T23:00:31.297Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653087631294, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-05-20T23:00:31.397Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-20T23:00:31.398Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T23:00:31.398Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T23:00:31.409Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:00:31.410Z||pool-77-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-05-20T23:00:32.297Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: b0abbe8a-3569-4a8e-97d6-f6cdf3c493a4 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-05-20T23:00:32.298Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-05-20T23:00:32.299Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-05-20T23:00:32.496Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-05-20T23:00:32.496Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz b0abbe8a-3569-4a8e-97d6-f6cdf3c493a4 2688 2022-05-20T23:00:32.496Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-05-20T23:00:32.497Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-05-20T23:00:32.497Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-20T23:00:32.497Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-20T23:00:32.499Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T23:00:32.499Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653087632496, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-05-20T23:00:32.599Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-20T23:00:32.600Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T23:00:32.600Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T23:00:32.615Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:00:32.615Z||pool-78-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-20T23:00:33.501Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 4dd1bc98-b0fa-4e94-a20c-4b4847b8cfe6 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-05-20T23:00:33.501Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-05-20T23:00:33.501Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-05-20T23:00:33.599Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-05-20T23:00:33.599Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 4dd1bc98-b0fa-4e94-a20c-4b4847b8cfe6 828 2022-05-20T23:00:33.599Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-05-20T23:00:33.600Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-05-20T23:00:33.600Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-20T23:00:33.600Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-20T23:00:33.602Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T23:00:33.602Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653087633599, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-20T23:00:33.702Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-20T23:00:33.703Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T23:00:33.703Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T23:00:33.714Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:00:33.714Z||pool-79-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-20T23:00:34.603Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "8ffd3b13-0b6e-4656-a1be-8679f4dcb2ea", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b281d9c8-a5ad-46ea-89ca-8697f3f80962", "vfModuleModelCustomizationUUID": "164fbc1f-3e64-4947-aaa5-1605edf131fa", "isBase": true, "artifacts": [ "2955bf93-ab5f-4eed-8c53-2a62ee9b0c91", "b0abbe8a-3569-4a8e-97d6-f6cdf3c493a4", "ef62e9b1-72d9-466d-9ed5-863046d65076" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-05-20T23:00:34.607Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:b281d9c8-a5ad-46ea-89ca-8697f3f80962 VfModuleModelInvariantUUID:8ffd3b13-0b6e-4656-a1be-8679f4dcb2ea VfModuleModelDescription:NULL Artifacts UUID List:{ 2955bf93-ab5f-4eed-8c53-2a62ee9b0c91 , b0abbe8a-3569-4a8e-97d6-f6cdf3c493a4 , ef62e9b1-72d9-466d-9ed5-863046d65076 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-05-20T23:00:34.610Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "8ffd3b13-0b6e-4656-a1be-8679f4dcb2ea", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b281d9c8-a5ad-46ea-89ca-8697f3f80962", "vfModuleModelCustomizationUUID": "164fbc1f-3e64-4947-aaa5-1605edf131fa", "isBase": true, "artifacts": [ "2955bf93-ab5f-4eed-8c53-2a62ee9b0c91", "b0abbe8a-3569-4a8e-97d6-f6cdf3c493a4", "ef62e9b1-72d9-466d-9ed5-863046d65076" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-05-20T23:00:34.610Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:b281d9c8-a5ad-46ea-89ca-8697f3f80962 VfModuleModelInvariantUUID:8ffd3b13-0b6e-4656-a1be-8679f4dcb2ea VfModuleModelDescription:NULL Artifacts UUID List:{ 2955bf93-ab5f-4eed-8c53-2a62ee9b0c91 , b0abbe8a-3569-4a8e-97d6-f6cdf3c493a4 , ef62e9b1-72d9-466d-9ed5-863046d65076 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-05-20T23:00:34.610Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 2955bf93-ab5f-4eed-8c53-2a62ee9b0c91 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-05-20T23:00:34.610Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-05-20T23:00:34.610Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-05-20T23:00:34.788Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-05-20T23:00:34.788Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2955bf93-ab5f-4eed-8c53-2a62ee9b0c91 1164 2022-05-20T23:00:34.788Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-05-20T23:00:34.788Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-05-20T23:00:34.788Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-20T23:00:34.788Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-20T23:00:34.790Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T23:00:34.790Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653087634788, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-05-20T23:00:34.890Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-20T23:00:34.891Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T23:00:34.891Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T23:00:34.903Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:00:34.904Z||pool-80-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-05-20T23:00:35.790Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: ef62e9b1-72d9-466d-9ed5-863046d65076 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-05-20T23:00:35.791Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-05-20T23:00:35.791Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-05-20T23:00:36.393Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-05-20T23:00:36.393Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ef62e9b1-72d9-466d-9ed5-863046d65076 200 2022-05-20T23:00:36.394Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-05-20T23:00:36.394Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-05-20T23:00:36.394Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-20T23:00:36.394Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-20T23:00:36.396Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T23:00:36.396Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653087636394, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-05-20T23:00:36.496Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-20T23:00:36.497Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T23:00:36.497Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T23:00:36.508Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:00:36.508Z||pool-81-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-20T23:00:37.396Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: c31731ff-cd2d-49c7-aa06-3c4a9625680c 2022-05-20T23:00:37.397Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 56686f30-7543-4fca-b16a-10d55dab3589 ASDC 2022-05-20T23:00:37.407Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-20T23:00:37.417Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1def5881, org.onap.sdc.toscaparser.api.parameters.Input@22a045b9, org.onap.sdc.toscaparser.api.parameters.Input@6aac4a83, org.onap.sdc.toscaparser.api.parameters.Input@c01e21f, org.onap.sdc.toscaparser.api.parameters.Input@6bcd884e] 2022-05-20T23:00:37.419Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T23:00:37.419Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-20T23:00:37.419Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2022-05-20T23:00:37.419Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 982fa7c2-8bfa-4d80-a8f0-5054c9b3149b 2022-05-20T23:00:37.419Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 982fa7c2-8bfa-4d80-a8f0-5054c9b3149b matches Tosca VF Customization UUID: 982fa7c2-8bfa-4d80-a8f0-5054c9b3149b 2022-05-20T23:00:37.419Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 982fa7c2-8bfa-4d80-a8f0-5054c9b3149b matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-05-20T23:00:37.421Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T23:00:37.421Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-20T23:00:37.422Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 982fa7c2-8bfa-4d80-a8f0-5054c9b3149b: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"} 2022-05-20T23:00:37.422Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@408235d9 2022-05-20T23:00:37.422Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T23:00:37.422Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-20T23:00:37.423Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 164fbc1f-3e64-4947-aaa5-1605edf131fa 2022-05-20T23:00:37.423Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 164fbc1f-3e64-4947-aaa5-1605edf131fa Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-05-20T23:00:37.425Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T23:00:37.425Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-20T23:00:37.425Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-20T23:00:37.425Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T23:00:37.425Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-20T23:00:37.425Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-20T23:00:37.425Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T23:00:37.425Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-05-20T23:00:37.426Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-05-20T23:00:37.426Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=92031797-e40d-43fa-ab04-2659d841b24e Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-05-20T23:00:37.427Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T23:00:37.427Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-20T23:00:37.427Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-20T23:00:37.427Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T23:00:37.428Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-20T23:00:37.428Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=982fa7c2-8bfa-4d80-a8f0-5054c9b3149b Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-20T23:00:37.429Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T23:00:37.429Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-20T23:00:37.429Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid c31731ff-cd2d-49c7-aa06-3c4a9625680c: basic_cnf 2022-05-20T23:00:37.429Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T23:00:37.429Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-20T23:00:37.430Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T23:00:37.430Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-20T23:00:37.430Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T23:00:37.430Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-20T23:00:37.430Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T23:00:37.430Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-20T23:00:37.430Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T23:00:37.430Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-20T23:00:37.430Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||INFO|500||Saving Service: basic_cnf Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-20T23:00:37.482Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 56686f30-7543-4fca-b16a-10d55dab3589 1 ASDC deployResourceStructure 2022-05-20T23:00:37.483Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-05-20T23:00:37.483Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource) 2022-05-20T23:00:37.483Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-05-20T23:00:37.483Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-20T23:00:37.485Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T23:00:37.485Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653087637482, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-05-20T23:00:37.585Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-20T23:00:37.586Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T23:00:37.586Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T23:00:37.598Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:00:37.598Z||pool-82-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-20T23:00:38.485Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-05-20T23:00:38.486Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource) 2022-05-20T23:00:38.486Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-05-20T23:00:38.487Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-20T23:00:38.488Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T23:00:38.489Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653087638485, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-05-20T23:00:38.589Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-20T23:00:38.590Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T23:00:38.590Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T23:00:38.604Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:00:38.604Z||pool-83-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-20T23:00:39.489Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-05-20T23:00:39.489Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-05-20T23:00:39.489Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-20T23:00:39.490Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-20T23:00:39.492Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T23:00:39.492Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653087639489, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-05-20T23:00:39.592Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-20T23:00:39.592Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T23:00:39.592Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T23:00:39.627Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:00:39.627Z||pool-84-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1} 2022-05-20T23:00:40.492Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-05-20T23:00:40.492Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-05-20T23:00:40.492Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-20T23:00:40.493Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-20T23:00:40.496Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T23:00:40.496Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653087640492, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-05-20T23:00:40.597Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-20T23:00:40.598Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T23:00:40.598Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T23:00:40.611Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:00:40.611Z||pool-85-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-20T23:00:41.497Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-05-20T23:00:41.497Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-05-20T23:00:41.497Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-20T23:00:41.498Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-20T23:00:41.499Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T23:00:41.500Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653087641497, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-05-20T23:00:41.600Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-20T23:00:41.601Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T23:00:41.601Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T23:00:41.611Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:00:41.611Z||pool-86-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-20T23:00:42.500Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-05-20T23:00:42.501Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-05-20T23:00:42.501Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-20T23:00:42.501Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-20T23:00:42.503Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T23:00:42.504Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653087642500, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-05-20T23:00:42.604Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-20T23:00:42.604Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T23:00:42.605Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T23:00:42.618Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:00:42.618Z||pool-87-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-20T23:00:43.504Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-20T23:00:43.516Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-20T23:00:43.518Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-20T23:00:43.518Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-20T23:00:43.518Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-20T23:00:43.518Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-20T23:00:43.518Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-20T23:00:43.518Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-20T23:00:43.518Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-20T23:00:43.518Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-20T23:00:43.518Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-20T23:00:43.519Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-20T23:00:43.519Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-20T23:00:43.522Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-20T23:01:13.522Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-05-20T23:01:13.527Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7 and serviceModelVersionId: c31731ff-cd2d-49c7-aa06-3c4a9625680c 2022-05-20T23:01:13.527Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a283130b-6068-46c3-a0ca-9410e4741239 2022-05-20T23:01:13.528Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a283130b-6068-46c3-a0ca-9410e4741239/model-vers/model-ver/c31731ff-cd2d-49c7-aa06-3c4a9625680c?depth=0 2022-05-20T23:01:13.532Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-05-20T23:01:13.556Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a283130b-6068-46c3-a0ca-9410e4741239/model-vers/model-ver/c31731ff-cd2d-49c7-aa06-3c4a9625680c?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-05-20T23:01:13.556Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a283130b-6068-46c3-a0ca-9410e4741239/model-vers/model-ver/c31731ff-cd2d-49c7-aa06-3c4a9625680c?depth=0|INFO|500||Invoke 2022-05-20T23:01:13.570Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a283130b-6068-46c3-a0ca-9410e4741239/model-vers/model-ver/c31731ff-cd2d-49c7-aa06-3c4a9625680c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-20T23:01:13.751Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a283130b-6068-46c3-a0ca-9410e4741239/model-vers/model-ver/c31731ff-cd2d-49c7-aa06-3c4a9625680c?depth=0|INFO|500||InvokeReturn 2022-05-20T23:01:13.751Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a283130b-6068-46c3-a0ca-9410e4741239/model-vers/model-ver/c31731ff-cd2d-49c7-aa06-3c4a9625680c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220520-23:01:13:574-8654], vertex-id=[475344], Content-Length=[0], Date=[Fri, 20 May 2022 23:01:13 GMT], Content-Type=[application/json]} 2022-05-20T23:01:13.751Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity. 2022-05-20T23:01:13.751Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-20T23:01:13.751Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-20T23:01:13.757Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-05-20T23:01:13.758Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-20T23:01:13.758Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-20T23:01:13.758Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-20T23:01:13.760Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T23:01:13.760Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653087673758, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-20T23:01:13.860Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-20T23:01:13.861Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T23:01:13.861Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T23:01:13.877Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:01:13.878Z||pool-88-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-20T23:01:19.080Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T23:01:19.081Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T23:01:19.081Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|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 Mp7J3lz9Op8nR73K) ... 2022-05-20T23:01:19.081Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T23:01:19.082Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T23:01:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T23:01:19.203Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:01:19.204Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:01:19.204Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653087619080, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T23:01:19.204Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:01:28.628Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:02:19.080Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T23:02:19.080Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T23:02:19.080Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|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 Mp7J3lz9Op8nR73K) ... 2022-05-20T23:02:19.081Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T23:02:19.082Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T23:02:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T23:02:19.608Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:02:19.609Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:02:19.609Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653087619080, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-05-20T23:02:19.609Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:02:19.609Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:02:19.609Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653087619080, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-05-20T23:02:19.609Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:02:19.609Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:02:19.610Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653087619080, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-05-20T23:02:19.610Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:02:19.610Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:02:19.610Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653087619080, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-05-20T23:02:19.610Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:02:19.610Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:02:19.610Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653087619080, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T23:02:19.610Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:02:19.610Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:02:19.610Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653087619080, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-05-20T23:02:19.610Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:02:19.610Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:02:19.610Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653087619080, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-20T23:02:19.610Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:02:19.610Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:02:19.610Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653087619080, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-20T23:02:19.610Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:02:19.610Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:02:19.610Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653087629039, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-20T23:02:19.610Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T23:02:19.610Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:02:19.611Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653087631294, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-05-20T23:02:19.611Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T23:02:19.611Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:02:19.611Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653087632496, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-05-20T23:02:19.611Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T23:02:19.611Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:02:19.611Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653087633599, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-20T23:02:19.611Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T23:02:19.611Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:02:19.611Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653087634788, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-05-20T23:02:19.611Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T23:02:19.611Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:02:19.611Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653087636394, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-05-20T23:02:19.611Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T23:02:19.611Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:02:19.611Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653087637482, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-05-20T23:02:19.611Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T23:02:19.611Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:02:19.611Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653087638485, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-05-20T23:02:19.611Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T23:02:19.612Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:02:19.612Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653087639489, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-05-20T23:02:19.612Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T23:02:19.612Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:02:19.612Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653087640492, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-05-20T23:02:19.612Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T23:02:19.612Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:02:19.612Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653087641497, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-05-20T23:02:19.612Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T23:02:19.612Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:02:19.612Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653087642500, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-05-20T23:02:19.612Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T23:02:19.612Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:02:19.612Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653087673758, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-20T23:02:19.612Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T23:02:28.627Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:03:19.080Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T23:03:19.081Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T23:03:19.081Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|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 Mp7J3lz9Op8nR73K) ... 2022-05-20T23:03:19.081Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T23:03:19.082Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T23:03:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T23:03:28.627Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:03:28.628Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:04:19.080Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T23:04:19.081Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T23:04:19.081Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|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 Mp7J3lz9Op8nR73K) ... 2022-05-20T23:04:19.081Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T23:04:19.082Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T23:04:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T23:04:28.648Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:04:28.649Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:05:19.080Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T23:05:19.081Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T23:05:19.081Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|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 Mp7J3lz9Op8nR73K) ... 2022-05-20T23:05:19.081Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T23:05:19.082Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T23:05:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T23:05:19.706Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:05:19.707Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-20T23:05:19.707Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"1102c6ca-8136-47ea-8092-32e114f9460d","serviceName":"Demo_pNF_nJ2p1OV3zCr7M8CNDYAM","serviceVersion":"1.0","serviceUUID":"0baee6b3-0a91-4d05-adcc-c87e47451125","serviceDescription":"catalog service description","serviceInvariantUUID":"75cb792b-e0ad-4edc-bec9-a630b0978beb","resources":[{"resourceInstanceName":"pNF de7b21d4-f88a 0","resourceName":"pNF de7b21d4-f88a","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"9dfb7a5c-686a-4c13-8547-c755ee88e789","resourceInvariantUUID":"6f08df08-f1e0-428a-b46b-22d3b84b7b25","resourceCustomizationUUID":"0d67cc36-9865-4a6c-8508-10a4ec17376f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNj2p1ov3zcr7m8cndyam/1.0/resourceInstances/pnfde7b21d4f88a0/artifacts/vf-license-model.xml","artifactChecksum":"Y2E0OWJlZTBkZjZmOWIwZjlmZGQ2NGE4OWM0YmMyYWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e63c19ae-d1c4-4c3c-a252-8874d0751b02","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNj2p1ov3zcr7m8cndyam/1.0/resourceInstances/pnfde7b21d4f88a0/artifacts/pNF.csar","artifactChecksum":"MDVmMzY2YjI4M2NmZjU0MGNkN2EwMzc1MWFlYjVhZmY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3e22e583-aa31-4346-bfab-44388de4518f","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNj2p1ov3zcr7m8cndyam/1.0/resourceInstances/pnfde7b21d4f88a0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fb5f1742-5c85-4c27-9a9c-eb6d1068a667","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNj2p1ov3zcr7m8cndyam/1.0/resourceInstances/pnfde7b21d4f88a0/artifacts/vendor-license-model.xml","artifactChecksum":"Yjg5NjlkOWQyM2NlMDM2MDc1NjU2YzA4N2M5ODYxZTY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ef5e0d07-4ef3-44ce-8e63-1492d6c4d5cb","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfNj2p1ov3zcr7m8cndyam/1.0/resourceInstances/pnfde7b21d4f88a0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"549c170e-1125-45d1-bb99-77fc73e7903d","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfNj2p1ov3zcr7m8cndyam/1.0/resourceInstances/pnfde7b21d4f88a0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2a3c5114-6ae6-441a-b80c-460f23d6af00","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfNj2p1ov3zcr7m8cndyam-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNj2p1ov3zcr7m8cndyam/1.0/artifacts/service-DemoPnfNj2p1ov3zcr7m8cndyam-template.yml","artifactChecksum":"ZDE2MmZhN2Y5ODAzZWU5YjNkNjI0NzM4Yzk2NTAwYzE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"35675610-4c67-4552-9dcb-8c13b5e5c57f","artifactVersion":"1"},{"artifactName":"service-DemoPnfNj2p1ov3zcr7m8cndyam-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfNj2p1ov3zcr7m8cndyam/1.0/artifacts/service-DemoPnfNj2p1ov3zcr7m8cndyam-csar.csar","artifactChecksum":"OTdjNDRhNDA4ZjViMTlkZTA0ZjVlMjE1NDUxMGM1MzA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"70459860-f587-41a4-bb1b-3d865f02d457","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-20T23:05:19.708Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-20T23:05:19.708Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-20T23:05:19.710Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T23:05:19.710Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "1102c6ca-8136-47ea-8092-32e114f9460d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653087919080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNj2p1ov3zcr7m8cndyam/1.0/resourceInstances/pnfde7b21d4f88a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T23:05:19.712Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:05:19.713Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:05:19.713Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1102c6ca-8136-47ea-8092-32e114f9460d", "consumerID": "aai-ml", "timestamp": 1653087869856, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNj2p1ov3zcr7m8cndyam/1.0/resourceInstances/pnfde7b21d4f88a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T23:05:19.714Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:05:19.714Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:05:19.714Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1102c6ca-8136-47ea-8092-32e114f9460d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653087868646, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNj2p1ov3zcr7m8cndyam/1.0/resourceInstances/pnfde7b21d4f88a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T23:05:19.714Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:05:19.714Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:05:19.714Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1102c6ca-8136-47ea-8092-32e114f9460d", "consumerID": "aai-ml", "timestamp": 1653087869856, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNj2p1ov3zcr7m8cndyam/1.0/resourceInstances/pnfde7b21d4f88a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-20T23:05:19.714Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:05:19.714Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:05:19.714Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1102c6ca-8136-47ea-8092-32e114f9460d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653087868646, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNj2p1ov3zcr7m8cndyam/1.0/resourceInstances/pnfde7b21d4f88a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-20T23:05:19.714Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:05:19.714Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:05:19.714Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1102c6ca-8136-47ea-8092-32e114f9460d", "consumerID": "clamp", "timestamp": 1653087876845, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNj2p1ov3zcr7m8cndyam/1.0/resourceInstances/pnfde7b21d4f88a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T23:05:19.714Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:05:19.714Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:05:19.714Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1102c6ca-8136-47ea-8092-32e114f9460d", "consumerID": "cds", "timestamp": 1653087877226, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNj2p1ov3zcr7m8cndyam/1.0/resourceInstances/pnfde7b21d4f88a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T23:05:19.715Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:05:19.715Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:05:19.715Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1102c6ca-8136-47ea-8092-32e114f9460d", "consumerID": "aai-ml", "timestamp": 1653087869856, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNj2p1ov3zcr7m8cndyam/1.0/resourceInstances/pnfde7b21d4f88a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-20T23:05:19.715Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:05:19.715Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:05:19.715Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1102c6ca-8136-47ea-8092-32e114f9460d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653087868646, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNj2p1ov3zcr7m8cndyam/1.0/resourceInstances/pnfde7b21d4f88a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-20T23:05:19.715Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:05:19.715Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:05:19.715Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1102c6ca-8136-47ea-8092-32e114f9460d", "consumerID": "clamp", "timestamp": 1653087876845, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNj2p1ov3zcr7m8cndyam/1.0/resourceInstances/pnfde7b21d4f88a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-20T23:05:19.715Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:05:19.715Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:05:19.715Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1102c6ca-8136-47ea-8092-32e114f9460d", "consumerID": "cds", "timestamp": 1653087877226, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNj2p1ov3zcr7m8cndyam/1.0/resourceInstances/pnfde7b21d4f88a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-20T23:05:19.715Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:05:19.715Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:05:19.715Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1102c6ca-8136-47ea-8092-32e114f9460d", "consumerID": "aai-ml", "timestamp": 1653087869856, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNj2p1ov3zcr7m8cndyam/1.0/resourceInstances/pnfde7b21d4f88a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T23:05:19.715Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:05:19.715Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:05:19.715Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1102c6ca-8136-47ea-8092-32e114f9460d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653087868646, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNj2p1ov3zcr7m8cndyam/1.0/resourceInstances/pnfde7b21d4f88a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T23:05:19.715Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:05:19.715Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:05:19.715Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1102c6ca-8136-47ea-8092-32e114f9460d", "consumerID": "clamp", "timestamp": 1653087876845, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNj2p1ov3zcr7m8cndyam/1.0/resourceInstances/pnfde7b21d4f88a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-20T23:05:19.715Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:05:19.715Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:05:19.716Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1102c6ca-8136-47ea-8092-32e114f9460d", "consumerID": "cds", "timestamp": 1653087877226, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNj2p1ov3zcr7m8cndyam/1.0/resourceInstances/pnfde7b21d4f88a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-20T23:05:19.716Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:05:19.716Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:05:19.716Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1102c6ca-8136-47ea-8092-32e114f9460d", "consumerID": "policy-id", "timestamp": 1653087879489, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNj2p1ov3zcr7m8cndyam/1.0/resourceInstances/pnfde7b21d4f88a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T23:05:19.716Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:05:19.716Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:05:19.716Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1102c6ca-8136-47ea-8092-32e114f9460d", "consumerID": "aai-ml", "timestamp": 1653087869856, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNj2p1ov3zcr7m8cndyam/1.0/resourceInstances/pnfde7b21d4f88a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-20T23:05:19.716Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:05:19.716Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:05:19.716Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1102c6ca-8136-47ea-8092-32e114f9460d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653087868646, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNj2p1ov3zcr7m8cndyam/1.0/resourceInstances/pnfde7b21d4f88a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-20T23:05:19.716Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:05:19.716Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:05:19.716Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1102c6ca-8136-47ea-8092-32e114f9460d", "consumerID": "clamp", "timestamp": 1653087876845, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNj2p1ov3zcr7m8cndyam/1.0/resourceInstances/pnfde7b21d4f88a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T23:05:19.716Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:05:19.716Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:05:19.716Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1102c6ca-8136-47ea-8092-32e114f9460d", "consumerID": "ves-openapi-manager", "timestamp": 1653087880064, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNj2p1ov3zcr7m8cndyam/1.0/resourceInstances/pnfde7b21d4f88a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T23:05:19.716Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:05:19.716Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:05:19.716Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1102c6ca-8136-47ea-8092-32e114f9460d", "consumerID": "cds", "timestamp": 1653087877226, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNj2p1ov3zcr7m8cndyam/1.0/resourceInstances/pnfde7b21d4f88a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T23:05:19.716Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:05:19.716Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:05:19.716Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1102c6ca-8136-47ea-8092-32e114f9460d", "consumerID": "policy-id", "timestamp": 1653087879489, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNj2p1ov3zcr7m8cndyam/1.0/resourceInstances/pnfde7b21d4f88a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-20T23:05:19.716Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:05:19.716Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:05:19.717Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1102c6ca-8136-47ea-8092-32e114f9460d", "consumerID": "aai-ml", "timestamp": 1653087869856, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNj2p1ov3zcr7m8cndyam/1.0/resourceInstances/pnfde7b21d4f88a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-20T23:05:19.717Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:05:19.717Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:05:19.717Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1102c6ca-8136-47ea-8092-32e114f9460d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653087868646, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNj2p1ov3zcr7m8cndyam/1.0/resourceInstances/pnfde7b21d4f88a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-20T23:05:19.717Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:05:19.717Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:05:19.717Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1102c6ca-8136-47ea-8092-32e114f9460d", "consumerID": "clamp", "timestamp": 1653087876845, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNj2p1ov3zcr7m8cndyam/1.0/resourceInstances/pnfde7b21d4f88a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-20T23:05:19.717Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:05:19.717Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:05:19.717Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1102c6ca-8136-47ea-8092-32e114f9460d", "consumerID": "ves-openapi-manager", "timestamp": 1653087880064, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNj2p1ov3zcr7m8cndyam/1.0/resourceInstances/pnfde7b21d4f88a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-20T23:05:19.717Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:05:19.717Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:05:19.717Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1102c6ca-8136-47ea-8092-32e114f9460d", "consumerID": "cds", "timestamp": 1653087877226, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNj2p1ov3zcr7m8cndyam/1.0/resourceInstances/pnfde7b21d4f88a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-20T23:05:19.717Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:05:19.717Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:05:19.717Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1102c6ca-8136-47ea-8092-32e114f9460d", "consumerID": "policy-id", "timestamp": 1653087879489, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNj2p1ov3zcr7m8cndyam/1.0/resourceInstances/pnfde7b21d4f88a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-20T23:05:19.717Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:05:19.717Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:05:19.717Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1102c6ca-8136-47ea-8092-32e114f9460d", "consumerID": "aai-ml", "timestamp": 1653087869856, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNj2p1ov3zcr7m8cndyam/1.0/artifacts/service-DemoPnfNj2p1ov3zcr7m8cndyam-template.yml", "status": "NOT_NOTIFIED" } 2022-05-20T23:05:19.717Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:05:19.717Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:05:19.717Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1102c6ca-8136-47ea-8092-32e114f9460d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653087868646, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNj2p1ov3zcr7m8cndyam/1.0/artifacts/service-DemoPnfNj2p1ov3zcr7m8cndyam-template.yml", "status": "NOT_NOTIFIED" } 2022-05-20T23:05:19.717Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:05:19.717Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:05:19.717Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1102c6ca-8136-47ea-8092-32e114f9460d", "consumerID": "clamp", "timestamp": 1653087876845, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNj2p1ov3zcr7m8cndyam/1.0/resourceInstances/pnfde7b21d4f88a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-20T23:05:19.718Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:05:19.718Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:05:19.718Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1102c6ca-8136-47ea-8092-32e114f9460d", "consumerID": "ves-openapi-manager", "timestamp": 1653087880064, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNj2p1ov3zcr7m8cndyam/1.0/resourceInstances/pnfde7b21d4f88a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-20T23:05:19.718Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:05:19.718Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:05:19.718Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1102c6ca-8136-47ea-8092-32e114f9460d", "consumerID": "cds", "timestamp": 1653087877226, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNj2p1ov3zcr7m8cndyam/1.0/resourceInstances/pnfde7b21d4f88a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-20T23:05:19.718Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:05:19.718Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:05:19.718Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1102c6ca-8136-47ea-8092-32e114f9460d", "consumerID": "policy-id", "timestamp": 1653087879489, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNj2p1ov3zcr7m8cndyam/1.0/resourceInstances/pnfde7b21d4f88a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T23:05:19.718Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:05:19.718Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:05:19.718Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1102c6ca-8136-47ea-8092-32e114f9460d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653087868646, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNj2p1ov3zcr7m8cndyam/1.0/artifacts/service-DemoPnfNj2p1ov3zcr7m8cndyam-csar.csar", "status": "NOTIFIED" } 2022-05-20T23:05:19.718Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:05:19.718Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:05:19.718Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1102c6ca-8136-47ea-8092-32e114f9460d", "consumerID": "aai-ml", "timestamp": 1653087869856, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNj2p1ov3zcr7m8cndyam/1.0/artifacts/service-DemoPnfNj2p1ov3zcr7m8cndyam-csar.csar", "status": "NOTIFIED" } 2022-05-20T23:05:19.718Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:05:19.719Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:05:19.719Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1102c6ca-8136-47ea-8092-32e114f9460d", "consumerID": "clamp", "timestamp": 1653087876845, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNj2p1ov3zcr7m8cndyam/1.0/artifacts/service-DemoPnfNj2p1ov3zcr7m8cndyam-template.yml", "status": "NOT_NOTIFIED" } 2022-05-20T23:05:19.719Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:05:19.719Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:05:19.719Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1102c6ca-8136-47ea-8092-32e114f9460d", "consumerID": "ves-openapi-manager", "timestamp": 1653087880064, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNj2p1ov3zcr7m8cndyam/1.0/resourceInstances/pnfde7b21d4f88a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T23:05:19.719Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:05:19.719Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:05:19.719Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1102c6ca-8136-47ea-8092-32e114f9460d", "consumerID": "cds", "timestamp": 1653087877226, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNj2p1ov3zcr7m8cndyam/1.0/artifacts/service-DemoPnfNj2p1ov3zcr7m8cndyam-template.yml", "status": "NOT_NOTIFIED" } 2022-05-20T23:05:19.719Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:05:19.719Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:05:19.719Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1102c6ca-8136-47ea-8092-32e114f9460d", "consumerID": "policy-id", "timestamp": 1653087879489, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNj2p1ov3zcr7m8cndyam/1.0/resourceInstances/pnfde7b21d4f88a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-20T23:05:19.719Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:05:19.719Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:05:19.719Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1102c6ca-8136-47ea-8092-32e114f9460d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653087884456, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNj2p1ov3zcr7m8cndyam/1.0/artifacts/service-DemoPnfNj2p1ov3zcr7m8cndyam-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-20T23:05:19.719Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T23:05:19.719Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:05:19.719Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1102c6ca-8136-47ea-8092-32e114f9460d", "consumerID": "clamp", "timestamp": 1653087876845, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNj2p1ov3zcr7m8cndyam/1.0/artifacts/service-DemoPnfNj2p1ov3zcr7m8cndyam-csar.csar", "status": "NOTIFIED" } 2022-05-20T23:05:19.719Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:05:19.720Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:05:19.720Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1102c6ca-8136-47ea-8092-32e114f9460d", "consumerID": "aai-ml", "timestamp": 1653087884543, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNj2p1ov3zcr7m8cndyam/1.0/artifacts/service-DemoPnfNj2p1ov3zcr7m8cndyam-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-20T23:05:19.720Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T23:05:19.720Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:05:19.720Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1102c6ca-8136-47ea-8092-32e114f9460d", "consumerID": "ves-openapi-manager", "timestamp": 1653087880064, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNj2p1ov3zcr7m8cndyam/1.0/resourceInstances/pnfde7b21d4f88a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-20T23:05:19.720Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:05:19.720Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:05:19.720Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1102c6ca-8136-47ea-8092-32e114f9460d", "consumerID": "cds", "timestamp": 1653087877226, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNj2p1ov3zcr7m8cndyam/1.0/artifacts/service-DemoPnfNj2p1ov3zcr7m8cndyam-csar.csar", "status": "NOTIFIED" } 2022-05-20T23:05:19.720Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:05:19.720Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:05:19.720Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1102c6ca-8136-47ea-8092-32e114f9460d", "consumerID": "policy-id", "timestamp": 1653087879489, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNj2p1ov3zcr7m8cndyam/1.0/resourceInstances/pnfde7b21d4f88a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-20T23:05:19.720Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:05:19.720Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:05:19.720Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1102c6ca-8136-47ea-8092-32e114f9460d", "consumerID": "ves-openapi-manager", "timestamp": 1653087880064, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNj2p1ov3zcr7m8cndyam/1.0/resourceInstances/pnfde7b21d4f88a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-05-20T23:05:19.720Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:05:19.720Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:05:19.720Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1102c6ca-8136-47ea-8092-32e114f9460d", "consumerID": "cds", "timestamp": 1653087885943, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNj2p1ov3zcr7m8cndyam/1.0/artifacts/service-DemoPnfNj2p1ov3zcr7m8cndyam-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-20T23:05:19.720Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T23:05:19.720Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:05:19.720Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1102c6ca-8136-47ea-8092-32e114f9460d", "consumerID": "multicloud-k8s-id", "timestamp": 1653087885499, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNj2p1ov3zcr7m8cndyam/1.0/resourceInstances/pnfde7b21d4f88a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T23:05:19.720Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:05:19.721Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:05:19.721Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1102c6ca-8136-47ea-8092-32e114f9460d", "consumerID": "policy-id", "timestamp": 1653087879489, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNj2p1ov3zcr7m8cndyam/1.0/artifacts/service-DemoPnfNj2p1ov3zcr7m8cndyam-template.yml", "status": "NOT_NOTIFIED" } 2022-05-20T23:05:19.721Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:05:19.721Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:05:19.721Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1102c6ca-8136-47ea-8092-32e114f9460d", "consumerID": "ves-openapi-manager", "timestamp": 1653087880064, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNj2p1ov3zcr7m8cndyam/1.0/artifacts/service-DemoPnfNj2p1ov3zcr7m8cndyam-template.yml", "status": "NOT_NOTIFIED" } 2022-05-20T23:05:19.721Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:05:19.721Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:05:19.721Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1102c6ca-8136-47ea-8092-32e114f9460d", "consumerID": "cds", "timestamp": 1653087886949, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNj2p1ov3zcr7m8cndyam/1.0/artifacts/service-DemoPnfNj2p1ov3zcr7m8cndyam-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-20T23:05:19.734Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1102c6ca-8136-47ea-8092-32e114f9460d 2022-05-20T23:05:19.735Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1102c6ca-8136-47ea-8092-32e114f9460d and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-20T23:05:19.742Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:05:19.742Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1102c6ca-8136-47ea-8092-32e114f9460d", "consumerID": "multicloud-k8s-id", "timestamp": 1653087885499, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNj2p1ov3zcr7m8cndyam/1.0/resourceInstances/pnfde7b21d4f88a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-20T23:05:19.743Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:05:19.743Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:05:19.743Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1102c6ca-8136-47ea-8092-32e114f9460d", "consumerID": "policy-id", "timestamp": 1653087879489, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNj2p1ov3zcr7m8cndyam/1.0/artifacts/service-DemoPnfNj2p1ov3zcr7m8cndyam-csar.csar", "status": "NOTIFIED" } 2022-05-20T23:05:19.743Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:05:19.743Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:05:19.743Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1102c6ca-8136-47ea-8092-32e114f9460d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653087887250, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNj2p1ov3zcr7m8cndyam/1.0/artifacts/service-DemoPnfNj2p1ov3zcr7m8cndyam-csar.csar", "status": "DEPLOY_OK" } 2022-05-20T23:05:19.743Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T23:05:19.743Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:05:19.743Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1102c6ca-8136-47ea-8092-32e114f9460d", "consumerID": "ves-openapi-manager", "timestamp": 1653087880064, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNj2p1ov3zcr7m8cndyam/1.0/artifacts/service-DemoPnfNj2p1ov3zcr7m8cndyam-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-20T23:05:19.744Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:05:19.744Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:05:19.744Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1102c6ca-8136-47ea-8092-32e114f9460d", "consumerID": "multicloud-k8s-id", "timestamp": 1653087885499, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNj2p1ov3zcr7m8cndyam/1.0/resourceInstances/pnfde7b21d4f88a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-20T23:05:19.744Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:05:19.744Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:05:19.744Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1102c6ca-8136-47ea-8092-32e114f9460d", "consumerID": "policy-id", "timestamp": 1653087888195, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNj2p1ov3zcr7m8cndyam/1.0/artifacts/service-DemoPnfNj2p1ov3zcr7m8cndyam-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-20T23:05:19.744Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T23:05:19.744Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:05:19.744Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1102c6ca-8136-47ea-8092-32e114f9460d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653087888254, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-20T23:05:19.748Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1102c6ca-8136-47ea-8092-32e114f9460d 2022-05-20T23:05:19.748Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1102c6ca-8136-47ea-8092-32e114f9460d and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-20T23:05:19.754Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:05:19.754Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1102c6ca-8136-47ea-8092-32e114f9460d", "consumerID": "ves-openapi-manager", "timestamp": 1653087888792, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNj2p1ov3zcr7m8cndyam/1.0/resourceInstances/pnfde7b21d4f88a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-05-20T23:05:19.754Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T23:05:19.755Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:05:19.755Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1102c6ca-8136-47ea-8092-32e114f9460d", "consumerID": "aai-ml", "timestamp": 1653087889016, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNj2p1ov3zcr7m8cndyam/1.0/artifacts/service-DemoPnfNj2p1ov3zcr7m8cndyam-csar.csar", "status": "DEPLOY_OK" } 2022-05-20T23:05:19.755Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T23:05:19.755Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:05:19.755Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1102c6ca-8136-47ea-8092-32e114f9460d", "consumerID": "multicloud-k8s-id", "timestamp": 1653087885499, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNj2p1ov3zcr7m8cndyam/1.0/resourceInstances/pnfde7b21d4f88a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T23:05:19.755Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:05:19.755Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:05:19.755Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1102c6ca-8136-47ea-8092-32e114f9460d", "consumerID": "policy-id", "timestamp": 1653087889198, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNj2p1ov3zcr7m8cndyam/1.0/artifacts/service-DemoPnfNj2p1ov3zcr7m8cndyam-csar.csar", "status": "DEPLOY_OK" } 2022-05-20T23:05:19.755Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T23:05:19.755Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:05:19.755Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1102c6ca-8136-47ea-8092-32e114f9460d", "consumerID": "ves-openapi-manager", "timestamp": 1653087889826, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNj2p1ov3zcr7m8cndyam/1.0/resourceInstances/pnfde7b21d4f88a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-05-20T23:05:19.755Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T23:05:19.755Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:05:19.755Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1102c6ca-8136-47ea-8092-32e114f9460d", "consumerID": "aai-ml", "timestamp": 1653087890020, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-20T23:05:19.759Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1102c6ca-8136-47ea-8092-32e114f9460d 2022-05-20T23:05:19.759Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1102c6ca-8136-47ea-8092-32e114f9460d and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-20T23:05:19.766Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:05:19.767Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1102c6ca-8136-47ea-8092-32e114f9460d", "consumerID": "multicloud-k8s-id", "timestamp": 1653087885499, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNj2p1ov3zcr7m8cndyam/1.0/resourceInstances/pnfde7b21d4f88a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-20T23:05:19.767Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:05:19.767Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:05:19.767Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1102c6ca-8136-47ea-8092-32e114f9460d", "consumerID": "policy-id", "timestamp": 1653087890200, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-20T23:05:19.771Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1102c6ca-8136-47ea-8092-32e114f9460d 2022-05-20T23:05:19.771Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1102c6ca-8136-47ea-8092-32e114f9460d and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-20T23:05:19.779Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:05:19.779Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1102c6ca-8136-47ea-8092-32e114f9460d", "consumerID": "ves-openapi-manager", "timestamp": 1653087890828, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-20T23:05:19.782Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 1102c6ca-8136-47ea-8092-32e114f9460d 2022-05-20T23:05:19.782Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1102c6ca-8136-47ea-8092-32e114f9460d and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-20T23:05:19.789Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:05:19.789Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1102c6ca-8136-47ea-8092-32e114f9460d", "consumerID": "multicloud-k8s-id", "timestamp": 1653087885499, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNj2p1ov3zcr7m8cndyam/1.0/resourceInstances/pnfde7b21d4f88a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-20T23:05:19.790Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:05:19.790Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:05:19.790Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1102c6ca-8136-47ea-8092-32e114f9460d", "consumerID": "multicloud-k8s-id", "timestamp": 1653087885499, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNj2p1ov3zcr7m8cndyam/1.0/artifacts/service-DemoPnfNj2p1ov3zcr7m8cndyam-template.yml", "status": "NOT_NOTIFIED" } 2022-05-20T23:05:19.790Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:05:19.790Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:05:19.790Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1102c6ca-8136-47ea-8092-32e114f9460d", "consumerID": "multicloud-k8s-id", "timestamp": 1653087885499, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNj2p1ov3zcr7m8cndyam/1.0/artifacts/service-DemoPnfNj2p1ov3zcr7m8cndyam-csar.csar", "status": "NOTIFIED" } 2022-05-20T23:05:19.791Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:05:19.791Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:05:19.791Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1102c6ca-8136-47ea-8092-32e114f9460d", "consumerID": "clamp", "timestamp": 1653087893802, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNj2p1ov3zcr7m8cndyam/1.0/artifacts/service-DemoPnfNj2p1ov3zcr7m8cndyam-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-20T23:05:19.791Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T23:05:19.791Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:05:19.791Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1102c6ca-8136-47ea-8092-32e114f9460d", "consumerID": "clamp", "timestamp": 1653087895810, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNj2p1ov3zcr7m8cndyam/1.0/artifacts/service-DemoPnfNj2p1ov3zcr7m8cndyam-csar.csar", "status": "DEPLOY_OK" } 2022-05-20T23:05:19.791Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T23:05:19.791Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:05:19.792Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1102c6ca-8136-47ea-8092-32e114f9460d", "consumerID": "clamp", "timestamp": 1653087896813, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-20T23:05:19.796Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1102c6ca-8136-47ea-8092-32e114f9460d 2022-05-20T23:05:19.796Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1102c6ca-8136-47ea-8092-32e114f9460d and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-20T23:05:19.810Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-20T23:05:19.811Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T23:05:19.811Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T23:05:19.825Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:05:19.825Z||pool-89-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-20T23:05:20.710Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-20T23:05:20.711Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-20T23:05:20.713Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T23:05:20.713Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "1102c6ca-8136-47ea-8092-32e114f9460d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653087919080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNj2p1ov3zcr7m8cndyam/1.0/resourceInstances/pnfde7b21d4f88a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-20T23:05:20.814Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-20T23:05:20.818Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T23:05:20.818Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T23:05:20.830Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:05:20.830Z||pool-90-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-20T23:05:21.714Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-20T23:05:21.715Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-20T23:05:21.717Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T23:05:21.717Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "1102c6ca-8136-47ea-8092-32e114f9460d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653087919080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNj2p1ov3zcr7m8cndyam/1.0/resourceInstances/pnfde7b21d4f88a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-20T23:05:21.817Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-20T23:05:21.818Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T23:05:21.818Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T23:05:21.829Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:05:21.830Z||pool-91-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-20T23:05:22.717Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-20T23:05:22.718Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-20T23:05:22.720Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T23:05:22.720Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "1102c6ca-8136-47ea-8092-32e114f9460d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653087919080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNj2p1ov3zcr7m8cndyam/1.0/resourceInstances/pnfde7b21d4f88a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T23:05:22.820Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-20T23:05:22.821Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T23:05:22.821Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T23:05:22.837Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:05:22.837Z||pool-92-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-20T23:05:23.721Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-20T23:05:23.721Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-20T23:05:23.723Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T23:05:23.723Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "1102c6ca-8136-47ea-8092-32e114f9460d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653087919080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNj2p1ov3zcr7m8cndyam/1.0/resourceInstances/pnfde7b21d4f88a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-20T23:05:23.824Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-20T23:05:23.824Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T23:05:23.824Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T23:05:23.835Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:05:23.835Z||pool-93-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-20T23:05:24.724Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-20T23:05:24.725Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-20T23:05:24.727Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T23:05:24.727Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "1102c6ca-8136-47ea-8092-32e114f9460d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653087919080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNj2p1ov3zcr7m8cndyam/1.0/resourceInstances/pnfde7b21d4f88a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-20T23:05:24.827Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-20T23:05:24.828Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T23:05:24.828Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T23:05:24.840Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:05:24.840Z||pool-94-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-20T23:05:25.727Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-20T23:05:25.729Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-20T23:05:25.730Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T23:05:25.731Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "1102c6ca-8136-47ea-8092-32e114f9460d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653087919080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNj2p1ov3zcr7m8cndyam/1.0/artifacts/service-DemoPnfNj2p1ov3zcr7m8cndyam-template.yml", "status": "NOT_NOTIFIED" } 2022-05-20T23:05:25.831Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-20T23:05:25.831Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T23:05:25.831Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T23:05:25.842Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:05:25.842Z||pool-95-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-20T23:05:26.731Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-20T23:05:26.732Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-20T23:05:26.734Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T23:05:26.734Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "1102c6ca-8136-47ea-8092-32e114f9460d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653087919080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNj2p1ov3zcr7m8cndyam/1.0/artifacts/service-DemoPnfNj2p1ov3zcr7m8cndyam-csar.csar", "status": "NOTIFIED" } 2022-05-20T23:05:26.834Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-20T23:05:26.835Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T23:05:26.835Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T23:05:26.846Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:05:26.846Z||pool-96-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-05-20T23:05:27.735Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "1102c6ca-8136-47ea-8092-32e114f9460d", "serviceName": "Demo_pNF_nJ2p1OV3zCr7M8CNDYAM", "serviceVersion": "1.0", "serviceUUID": "0baee6b3-0a91-4d05-adcc-c87e47451125", "serviceDescription": "catalog service description", "serviceInvariantUUID": "75cb792b-e0ad-4edc-bec9-a630b0978beb", "resources": [ { "resourceInstanceName": "pNF de7b21d4-f88a 0", "resourceCustomizationUUID": "0d67cc36-9865-4a6c-8508-10a4ec17376f", "resourceName": "pNF de7b21d4-f88a", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "9dfb7a5c-686a-4c13-8547-c755ee88e789", "resourceInvariantUUID": "6f08df08-f1e0-428a-b46b-22d3b84b7b25", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfNj2p1ov3zcr7m8cndyam-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfNj2p1ov3zcr7m8cndyam/1.0/artifacts/service-DemoPnfNj2p1ov3zcr7m8cndyam-csar.csar", "artifactChecksum": "OTdjNDRhNDA4ZjViMTlkZTA0ZjVlMjE1NDUxMGM1MzA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "70459860-f587-41a4-bb1b-3d865f02d457" } ], "workloadContext": "Production" } 2022-05-20T23:05:27.736Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-20T23:05:27.736Z|97ea90d0-fc6f-41bf-ac29-fe2ea3671eb7|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0baee6b3-0a91-4d05-adcc-c87e47451125 ASDC 2022-05-20T23:05:27.736Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:1102c6ca-8136-47ea-8092-32e114f9460d ServiceName:Demo_pNF_nJ2p1OV3zCr7M8CNDYAM ServiceVersion:1.0 ServiceUUID:0baee6b3-0a91-4d05-adcc-c87e47451125 ServiceInvariantUUID:75cb792b-e0ad-4edc-bec9-a630b0978beb ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfNj2p1ov3zcr7m8cndyam-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfNj2p1ov3zcr7m8cndyam/1.0/artifacts/service-DemoPnfNj2p1ov3zcr7m8cndyam-csar.csar ArtifactUUID:70459860-f587-41a4-bb1b-3d865f02d457 ArtifactChecksum:OTdjNDRhNDA4ZjViMTlkZTA0ZjVlMjE1NDUxMGM1MzA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF de7b21d4-f88a 0 ResourceCustomizationUUID:0d67cc36-9865-4a6c-8508-10a4ec17376f ResourceInvariantUUID:6f08df08-f1e0-428a-b46b-22d3b84b7b25 ResourceName:pNF de7b21d4-f88a ResourceType:PNF ResourceUUID:9dfb7a5c-686a-4c13-8547-c755ee88e789 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-05-20T23:05:27.736Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0baee6b3-0a91-4d05-adcc-c87e47451125 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-20T23:05:27.760Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-20T23:05:27.761Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-05-20T23:05:27.761Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-05-20T23:05:27.761Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 70459860-f587-41a4-bb1b-3d865f02d457 from URL: /sdc/v1/catalog/services/DemoPnfNj2p1ov3zcr7m8cndyam/1.0/artifacts/service-DemoPnfNj2p1ov3zcr7m8cndyam-csar.csar 2022-05-20T23:05:27.761Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-05-20T23:05:27.761Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfNj2p1ov3zcr7m8cndyam/1.0/artifacts/service-DemoPnfNj2p1ov3zcr7m8cndyam-csar.csar 2022-05-20T23:05:27.947Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-05-20T23:05:27.950Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfNj2p1ov3zcr7m8cndyam/1.0/artifacts/service-DemoPnfNj2p1ov3zcr7m8cndyam-csar.csar 70459860-f587-41a4-bb1b-3d865f02d457 82653 2022-05-20T23:05:27.950Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfNj2p1ov3zcr7m8cndyam/1.0/artifacts/service-DemoPnfNj2p1ov3zcr7m8cndyam-csar.csar ASDC sendASDCNotification 2022-05-20T23:05:27.950Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfNj2p1ov3zcr7m8cndyam/1.0/artifacts/service-DemoPnfNj2p1ov3zcr7m8cndyam-csar.csar 2022-05-20T23:05:27.951Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-20T23:05:27.951Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-20T23:05:27.952Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T23:05:27.952Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "1102c6ca-8136-47ea-8092-32e114f9460d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653087927950, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNj2p1ov3zcr7m8cndyam/1.0/artifacts/service-DemoPnfNj2p1ov3zcr7m8cndyam-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-20T23:05:28.052Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-20T23:05:28.053Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T23:05:28.053Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T23:05:28.066Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:05:28.067Z||pool-97-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-20T23:05:28.952Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-20T23:05:28.954Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-05-20T23:05:28.954Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 70459860-f587-41a4-bb1b-3d865f02d457, URL: /sdc/v1/catalog/services/DemoPnfNj2p1ov3zcr7m8cndyam/1.0/artifacts/service-DemoPnfNj2p1ov3zcr7m8cndyam-csar.csar to file: /app/ASDC/1/service-DemoPnfNj2p1ov3zcr7m8cndyam-csar.csar 2022-05-20T23:05:28.954Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfNj2p1ov3zcr7m8cndyam-csar.csar 2022-05-20T23:05:28.955Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfNj2p1ov3zcr7m8cndyam-csar.csar 2022-05-20T23:05:28.955Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfNj2p1ov3zcr7m8cndyam-csar.csar 2022-05-20T23:05:29.072Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP557540709955331100/Definitions/service-DemoPnfNj2p1ov3zcr7m8cndyam-template.yml 2022-05-20T23:05:29.635Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-20T23:05:29.636Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-05-20T23:05:29.636Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfNj2p1ov3zcr7m8cndyam-csar.csar 2022-05-20T23:05:29.636Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-05-20T23:05:29.636Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfNj2p1ov3zcr7m8cndyam-csar.csar 2022-05-20T23:05:29.636Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfNj2p1ov3zcr7m8cndyam-csar.csar 2022-05-20T23:05:29.636Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfNj2p1ov3zcr7m8cndyam-csar.csar 2022-05-20T23:05:29.636Z|1102c6ca-8136-47ea-8092-32e114f9460d|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-DemoPnfNj2p1ov3zcr7m8cndyam-csar.csar 2022-05-20T23:05:29.636Z|1102c6ca-8136-47ea-8092-32e114f9460d|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-DemoPnfNj2p1ov3zcr7m8cndyam-csar.csar 2022-05-20T23:05:29.636Z|1102c6ca-8136-47ea-8092-32e114f9460d|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-DemoPnfNj2p1ov3zcr7m8cndyam-csar.csar 2022-05-20T23:05:29.636Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF de7b21d4-f88a 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-DemoPnfNj2p1ov3zcr7m8cndyam-csar.csar 2022-05-20T23:05:29.636Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-05-20T23:05:29.636Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T23:05:29.636Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_nJ2p1OV3zCr7M8CNDYAM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-20T23:05:29.637Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||DEBUG|500||Node template pNF de7b21d4-f88a 0 is matching search criteria 2022-05-20T23:05:29.637Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-05-20T23:05:29.637Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF de7b21d4-f88a 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-20T23:05:29.637Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T23:05:29.637Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_nJ2p1OV3zCr7M8CNDYAM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-20T23:05:29.637Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||DEBUG|500||Node template pNF de7b21d4-f88a 0 is matching search criteria 2022-05-20T23:05:29.637Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-05-20T23:05:29.637Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF de7b21d4-f88a 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-20T23:05:29.637Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T23:05:29.637Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_nJ2p1OV3zCr7M8CNDYAM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-20T23:05:29.637Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T23:05:29.637Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_nJ2p1OV3zCr7M8CNDYAM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-20T23:05:29.638Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T23:05:29.638Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_nJ2p1OV3zCr7M8CNDYAM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-20T23:05:29.638Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T23:05:29.638Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_nJ2p1OV3zCr7M8CNDYAM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-20T23:05:29.638Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T23:05:29.638Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_nJ2p1OV3zCr7M8CNDYAM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-20T23:05:29.638Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_nJ2p1OV3zCr7M8CNDYAM Description:catalog service description Model UUID:0baee6b3-0a91-4d05-adcc-c87e47451125 Model Version:NULL Model InvariantUuid:75cb792b-e0ad-4edc-bec9-a630b0978beb Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-05-20T23:05:29.643Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 9dfb7a5c-686a-4c13-8547-c755ee88e789 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-20T23:05:29.645Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||INFO|500||pNF de7b21d4-f88a 0 2022-05-20T23:05:29.645Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 9dfb7a5c-686a-4c13-8547-c755ee88e789 2022-05-20T23:05:29.645Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 0baee6b3-0a91-4d05-adcc-c87e47451125 2022-05-20T23:05:29.645Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 0baee6b3-0a91-4d05-adcc-c87e47451125 2022-05-20T23:05:29.646Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF de7b21d4-f88a 0 9dfb7a5c-686a-4c13-8547-c755ee88e789 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-20T23:05:29.649Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@227e0573, org.onap.sdc.toscaparser.api.parameters.Input@581bbbf0, org.onap.sdc.toscaparser.api.parameters.Input@4c0537f6, org.onap.sdc.toscaparser.api.parameters.Input@3fa16124, org.onap.sdc.toscaparser.api.parameters.Input@6d26be3e] 2022-05-20T23:05:29.649Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T23:05:29.649Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_nJ2p1OV3zCr7M8CNDYAM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-20T23:05:29.649Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 0baee6b3-0a91-4d05-adcc-c87e47451125: pNF de7b21d4-f88a 2022-05-20T23:05:29.650Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||INFO|500||Processing PNF resource: 9dfb7a5c-686a-4c13-8547-c755ee88e789 2022-05-20T23:05:29.650Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T23:05:29.650Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_nJ2p1OV3zCr7M8CNDYAM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-20T23:05:29.650Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||INFO|500||Resource customization UUID: 0d67cc36-9865-4a6c-8508-10a4ec17376f is the same as notified resource customizationUUID: 0d67cc36-9865-4a6c-8508-10a4ec17376f Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-05-20T23:05:29.677Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF de7b21d4-f88a 9dfb7a5c-686a-4c13-8547-c755ee88e789 0 ASDC deployResourceStructure 2022-05-20T23:05:29.677Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfNj2p1ov3zcr7m8cndyam/1.0/artifacts/service-DemoPnfNj2p1ov3zcr7m8cndyam-csar.csar ASDC sendASDCNotification 2022-05-20T23:05:29.677Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfNj2p1ov3zcr7m8cndyam/1.0/artifacts/service-DemoPnfNj2p1ov3zcr7m8cndyam-csar.csar 2022-05-20T23:05:29.677Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-20T23:05:29.678Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-20T23:05:29.679Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T23:05:29.679Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "1102c6ca-8136-47ea-8092-32e114f9460d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653087929677, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNj2p1ov3zcr7m8cndyam/1.0/artifacts/service-DemoPnfNj2p1ov3zcr7m8cndyam-csar.csar", "status": "DEPLOY_OK" } 2022-05-20T23:05:29.779Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-20T23:05:29.780Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T23:05:29.780Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T23:05:29.794Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:05:29.794Z||pool-98-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-20T23:05:30.680Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1102c6ca-8136-47ea-8092-32e114f9460d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-20T23:05:30.693Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1102c6ca-8136-47ea-8092-32e114f9460d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-20T23:05:30.695Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-20T23:05:30.695Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-20T23:05:30.695Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-20T23:05:30.695Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-20T23:05:30.696Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-20T23:05:30.696Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-20T23:05:30.696Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-20T23:05:30.696Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-20T23:05:30.696Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-20T23:05:30.696Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-20T23:05:30.696Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-20T23:05:30.696Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-20T23:05:30.700Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-20T23:06:00.701Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1102c6ca-8136-47ea-8092-32e114f9460d and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-05-20T23:06:00.706Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1102c6ca-8136-47ea-8092-32e114f9460d and serviceModelVersionId: 0baee6b3-0a91-4d05-adcc-c87e47451125 2022-05-20T23:06:00.706Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 75cb792b-e0ad-4edc-bec9-a630b0978beb 2022-05-20T23:06:00.707Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/75cb792b-e0ad-4edc-bec9-a630b0978beb/model-vers/model-ver/0baee6b3-0a91-4d05-adcc-c87e47451125?depth=0 2022-05-20T23:06:00.710Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-05-20T23:06:00.737Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75cb792b-e0ad-4edc-bec9-a630b0978beb/model-vers/model-ver/0baee6b3-0a91-4d05-adcc-c87e47451125?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-05-20T23:06:00.738Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75cb792b-e0ad-4edc-bec9-a630b0978beb/model-vers/model-ver/0baee6b3-0a91-4d05-adcc-c87e47451125?depth=0|INFO|500||Invoke 2022-05-20T23:06:00.754Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75cb792b-e0ad-4edc-bec9-a630b0978beb/model-vers/model-ver/0baee6b3-0a91-4d05-adcc-c87e47451125?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-20T23:06:01.237Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75cb792b-e0ad-4edc-bec9-a630b0978beb/model-vers/model-ver/0baee6b3-0a91-4d05-adcc-c87e47451125?depth=0|INFO|500||InvokeReturn 2022-05-20T23:06:01.238Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75cb792b-e0ad-4edc-bec9-a630b0978beb/model-vers/model-ver/0baee6b3-0a91-4d05-adcc-c87e47451125?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220520-23:06:00:759-31279], vertex-id=[495824], Content-Length=[0], Date=[Fri, 20 May 2022 23:06:00 GMT], Content-Type=[application/json]} 2022-05-20T23:06:01.238Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity. 2022-05-20T23:06:01.239Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-20T23:06:01.239Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-20T23:06:01.243Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-05-20T23:06:01.244Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1102c6ca-8136-47ea-8092-32e114f9460d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-20T23:06:01.244Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-20T23:06:01.245Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-20T23:06:01.246Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T23:06:01.246Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "1102c6ca-8136-47ea-8092-32e114f9460d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653087961244, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-20T23:06:01.347Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-20T23:06:01.347Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T23:06:01.347Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T23:06:01.363Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:06:01.363Z||pool-99-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-20T23:06:19.080Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T23:06:19.081Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T23:06:19.081Z|1102c6ca-8136-47ea-8092-32e114f9460d|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 Mp7J3lz9Op8nR73K) ... 2022-05-20T23:06:19.081Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T23:06:19.082Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T23:06:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T23:06:19.206Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:06:19.207Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:06:19.207Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1102c6ca-8136-47ea-8092-32e114f9460d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653087919080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNj2p1ov3zcr7m8cndyam/1.0/resourceInstances/pnfde7b21d4f88a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T23:06:19.207Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:06:28.625Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:07:19.080Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T23:07:19.081Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T23:07:19.081Z|1102c6ca-8136-47ea-8092-32e114f9460d|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 Mp7J3lz9Op8nR73K) ... 2022-05-20T23:07:19.081Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T23:07:19.082Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T23:07:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T23:07:19.603Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:07:19.604Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:07:19.604Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1102c6ca-8136-47ea-8092-32e114f9460d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653087919080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNj2p1ov3zcr7m8cndyam/1.0/resourceInstances/pnfde7b21d4f88a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-20T23:07:19.604Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:07:19.604Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:07:19.605Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1102c6ca-8136-47ea-8092-32e114f9460d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653087919080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNj2p1ov3zcr7m8cndyam/1.0/resourceInstances/pnfde7b21d4f88a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-20T23:07:19.605Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:07:19.605Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:07:19.605Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1102c6ca-8136-47ea-8092-32e114f9460d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653087919080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNj2p1ov3zcr7m8cndyam/1.0/resourceInstances/pnfde7b21d4f88a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T23:07:19.605Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:07:19.605Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:07:19.605Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1102c6ca-8136-47ea-8092-32e114f9460d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653087919080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNj2p1ov3zcr7m8cndyam/1.0/resourceInstances/pnfde7b21d4f88a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-20T23:07:19.605Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:07:19.605Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:07:19.605Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1102c6ca-8136-47ea-8092-32e114f9460d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653087919080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNj2p1ov3zcr7m8cndyam/1.0/resourceInstances/pnfde7b21d4f88a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-20T23:07:19.605Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:07:19.605Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:07:19.605Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1102c6ca-8136-47ea-8092-32e114f9460d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653087919080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNj2p1ov3zcr7m8cndyam/1.0/artifacts/service-DemoPnfNj2p1ov3zcr7m8cndyam-template.yml", "status": "NOT_NOTIFIED" } 2022-05-20T23:07:19.606Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:07:19.606Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:07:19.606Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1102c6ca-8136-47ea-8092-32e114f9460d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653087919080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNj2p1ov3zcr7m8cndyam/1.0/artifacts/service-DemoPnfNj2p1ov3zcr7m8cndyam-csar.csar", "status": "NOTIFIED" } 2022-05-20T23:07:19.606Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:07:19.606Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:07:19.606Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1102c6ca-8136-47ea-8092-32e114f9460d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653087927950, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNj2p1ov3zcr7m8cndyam/1.0/artifacts/service-DemoPnfNj2p1ov3zcr7m8cndyam-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-20T23:07:19.606Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T23:07:19.606Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:07:19.606Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1102c6ca-8136-47ea-8092-32e114f9460d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653087929677, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNj2p1ov3zcr7m8cndyam/1.0/artifacts/service-DemoPnfNj2p1ov3zcr7m8cndyam-csar.csar", "status": "DEPLOY_OK" } 2022-05-20T23:07:19.607Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T23:07:19.607Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:07:19.607Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1102c6ca-8136-47ea-8092-32e114f9460d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653087961244, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-20T23:07:19.607Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T23:07:28.643Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:08:19.080Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T23:08:19.080Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T23:08:19.081Z|1102c6ca-8136-47ea-8092-32e114f9460d|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 Mp7J3lz9Op8nR73K) ... 2022-05-20T23:08:19.081Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T23:08:19.082Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T23:08:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T23:08:28.624Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:08:28.625Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:09:19.080Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T23:09:19.081Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T23:09:19.081Z|1102c6ca-8136-47ea-8092-32e114f9460d|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 Mp7J3lz9Op8nR73K) ... 2022-05-20T23:09:19.081Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T23:09:19.082Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T23:09:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T23:09:28.629Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:09:28.629Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:10:19.080Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T23:10:19.080Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T23:10:19.081Z|1102c6ca-8136-47ea-8092-32e114f9460d|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 Mp7J3lz9Op8nR73K) ... 2022-05-20T23:10:19.081Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T23:10:19.082Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T23:10:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T23:10:28.625Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:10:28.627Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:11:19.080Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T23:11:19.080Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T23:11:19.081Z|1102c6ca-8136-47ea-8092-32e114f9460d|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 Mp7J3lz9Op8nR73K) ... 2022-05-20T23:11:19.081Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T23:11:19.082Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T23:11:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T23:11:28.624Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:11:28.625Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:12:19.080Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T23:12:19.081Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T23:12:19.081Z|1102c6ca-8136-47ea-8092-32e114f9460d|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 Mp7J3lz9Op8nR73K) ... 2022-05-20T23:12:19.081Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T23:12:19.082Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T23:12:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T23:12:24.194Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:12:24.195Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-20T23:12:24.196Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"263b72e6-fa36-4179-bd9f-809bc5eb7ed2","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"86abc115-3abb-4150-9a09-61eba4484bad","serviceDescription":"service","serviceInvariantUUID":"4c37bb8b-def7-4413-b709-fd085b538b85","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"110ef2df-8969-4bd1-9bdf-b7d869b8bf57","resourceInvariantUUID":"43ce9d8e-320e-480d-8dc5-1fcc135fd235","resourceCustomizationUUID":"b64b5bba-a948-46bc-9270-3dad1cca68b9","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":"2b094665-a00c-44c0-bcae-acfed7257bbc","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":"MTEwMzdlYzMzYmUzNmFhNDUwYmMxODdkOTJlYjgzZjM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8a255a20-d308-4327-bec6-5e1bf5820d2a","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":"YjVkMmYzMWU0ZWE2NTYzYzZlODNmZDVkMzA4MGE4ZDg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3c05d5ab-808b-4757-a2c1-92059de9fc52","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":"4d121063-98bc-4b8d-a11f-b9e0f25523e6","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":"c968aa00-4921-4578-a99b-5ed0d1290a6b","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":"362d4656-0be1-41c6-b6de-715b25eb8a96","artifactVersion":"2","generatedFromUUID":"4d121063-98bc-4b8d-a11f-b9e0f25523e6"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"NDhhODdjNjBlN2NiZmE0ZTNmNmM0MTBmYzc5NTMyMDM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9efe8750-af8c-4b3e-ac4f-f9b00905be39","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"YzU2NjRkMzdiYzA2ZmYwMWQ2YWI2M2NhNDRjN2NmNzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6378614c-d2c5-4e2e-ad66-47818cd3ee21","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-20T23:12:24.198Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-20T23:12:24.198Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-20T23:12:24.200Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T23:12:24.201Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "263b72e6-fa36-4179-bd9f-809bc5eb7ed2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653088339080, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-05-20T23:12:24.301Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-20T23:12:24.301Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T23:12:24.301Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T23:12:24.316Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:12:24.316Z||pool-100-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-20T23:12:24.426Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:12:24.427Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:12:24.427Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "263b72e6-fa36-4179-bd9f-809bc5eb7ed2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653088339080, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-05-20T23:12:24.427Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:12:25.201Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-20T23:12:25.202Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-20T23:12:25.204Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T23:12:25.204Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "263b72e6-fa36-4179-bd9f-809bc5eb7ed2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653088339080, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T23:12:25.304Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-20T23:12:25.305Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T23:12:25.305Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T23:12:25.324Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:12:25.324Z||pool-101-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-05-20T23:12:26.205Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-20T23:12:26.205Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-20T23:12:26.207Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T23:12:26.207Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "263b72e6-fa36-4179-bd9f-809bc5eb7ed2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653088339080, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-05-20T23:12:26.307Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-20T23:12:26.308Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T23:12:26.308Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T23:12:26.328Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:12:26.328Z||pool-102-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-05-20T23:12:27.208Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-20T23:12:27.209Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-20T23:12:27.211Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T23:12:27.211Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "263b72e6-fa36-4179-bd9f-809bc5eb7ed2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653088339080, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-05-20T23:12:27.311Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-20T23:12:27.312Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T23:12:27.312Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T23:12:27.324Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:12:27.324Z||pool-103-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-20T23:12:28.212Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-20T23:12:28.213Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-20T23:12:28.215Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T23:12:28.216Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "263b72e6-fa36-4179-bd9f-809bc5eb7ed2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653088339080, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T23:12:28.315Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-20T23:12:28.316Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T23:12:28.316Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T23:12:28.329Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:12:28.330Z||pool-104-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-20T23:12:29.216Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-20T23:12:29.217Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-20T23:12:29.219Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T23:12:29.219Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "263b72e6-fa36-4179-bd9f-809bc5eb7ed2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653088339080, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-05-20T23:12:29.320Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-20T23:12:29.321Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T23:12:29.321Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T23:12:29.336Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:12:29.336Z||pool-105-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-05-20T23:12:30.220Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-20T23:12:30.221Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-20T23:12:30.223Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T23:12:30.223Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "263b72e6-fa36-4179-bd9f-809bc5eb7ed2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653088339080, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-05-20T23:12:30.324Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-20T23:12:30.324Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T23:12:30.324Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T23:12:30.353Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:12:30.353Z||pool-106-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2022-05-20T23:12:31.224Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-20T23:12:31.225Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-20T23:12:31.226Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T23:12:31.226Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "263b72e6-fa36-4179-bd9f-809bc5eb7ed2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653088339080, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-05-20T23:12:31.327Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-20T23:12:31.328Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T23:12:31.328Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T23:12:31.339Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:12:31.339Z||pool-107-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-20T23:12:32.227Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "263b72e6-fa36-4179-bd9f-809bc5eb7ed2", "serviceName": "basicclamp", "serviceVersion": "1.0", "serviceUUID": "86abc115-3abb-4150-9a09-61eba4484bad", "serviceDescription": "service", "serviceInvariantUUID": "4c37bb8b-def7-4413-b709-fd085b538b85", "resources": [ { "resourceInstanceName": "basicclamp 0", "resourceCustomizationUUID": "b64b5bba-a948-46bc-9270-3dad1cca68b9", "resourceName": "basicclamp", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "110ef2df-8969-4bd1-9bdf-b7d869b8bf57", "resourceInvariantUUID": "43ce9d8e-320e-480d-8dc5-1fcc135fd235", "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": "YjVkMmYzMWU0ZWE2NTYzYzZlODNmZDVkMzA4MGE4ZDg\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "3c05d5ab-808b-4757-a2c1-92059de9fc52", "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": "4d121063-98bc-4b8d-a11f-b9e0f25523e6", "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": "362d4656-0be1-41c6-b6de-715b25eb8a96", "generatedFromUUID": "4d121063-98bc-4b8d-a11f-b9e0f25523e6" }, "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": "362d4656-0be1-41c6-b6de-715b25eb8a96", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Basicclamp-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "artifactChecksum": "YzU2NjRkMzdiYzA2ZmYwMWQ2YWI2M2NhNDRjN2NmNzI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "6378614c-d2c5-4e2e-ad66-47818cd3ee21" } ], "workloadContext": "Production" } 2022-05-20T23:12:32.228Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-20T23:12:32.228Z|1102c6ca-8136-47ea-8092-32e114f9460d|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 86abc115-3abb-4150-9a09-61eba4484bad ASDC 2022-05-20T23:12:32.228Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:263b72e6-fa36-4179-bd9f-809bc5eb7ed2 ServiceName:basicclamp ServiceVersion:1.0 ServiceUUID:86abc115-3abb-4150-9a09-61eba4484bad ServiceInvariantUUID:4c37bb8b-def7-4413-b709-fd085b538b85 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:6378614c-d2c5-4e2e-ad66-47818cd3ee21 ArtifactChecksum:YzU2NjRkMzdiYzA2ZmYwMWQ2YWI2M2NhNDRjN2NmNzI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basicclamp 0 ResourceCustomizationUUID:b64b5bba-a948-46bc-9270-3dad1cca68b9 ResourceInvariantUUID:43ce9d8e-320e-480d-8dc5-1fcc135fd235 ResourceName:basicclamp ResourceType:VF ResourceUUID:110ef2df-8969-4bd1-9bdf-b7d869b8bf57 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:3c05d5ab-808b-4757-a2c1-92059de9fc52 ArtifactChecksum:YjVkMmYzMWU0ZWE2NTYzYzZlODNmZDVkMzA4MGE4ZDg= 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:4d121063-98bc-4b8d-a11f-b9e0f25523e6 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:362d4656-0be1-41c6-b6de-715b25eb8a96 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:362d4656-0be1-41c6-b6de-715b25eb8a96 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-05-20T23:12:32.228Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 86abc115-3abb-4150-9a09-61eba4484bad ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-20T23:12:32.257Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-20T23:12:32.258Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-05-20T23:12:32.258Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-05-20T23:12:32.259Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 6378614c-d2c5-4e2e-ad66-47818cd3ee21 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-05-20T23:12:32.259Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-05-20T23:12:32.259Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-05-20T23:12:32.694Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-05-20T23:12:32.699Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 6378614c-d2c5-4e2e-ad66-47818cd3ee21 73678 2022-05-20T23:12:32.700Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2022-05-20T23:12:32.700Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-05-20T23:12:32.700Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-20T23:12:32.700Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-20T23:12:32.702Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T23:12:32.702Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "263b72e6-fa36-4179-bd9f-809bc5eb7ed2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653088352700, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-20T23:12:32.802Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-20T23:12:32.803Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T23:12:32.803Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T23:12:32.811Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:12:32.811Z||pool-108-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-05-20T23:12:33.703Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-20T23:12:33.704Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-05-20T23:12:33.704Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 6378614c-d2c5-4e2e-ad66-47818cd3ee21, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar 2022-05-20T23:12:33.705Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar 2022-05-20T23:12:33.706Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar 2022-05-20T23:12:33.706Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar 2022-05-20T23:12:34.567Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14068819017243404466/Definitions/service-Basicclamp-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided 2022-05-20T23:12:35.441Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-20T23:12:35.442Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-05-20T23:12:35.442Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-05-20T23:12:35.442Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-05-20T23:12:35.442Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-05-20T23:12:35.442Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|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-Basicclamp-csar.csar 2022-05-20T23:12:35.442Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|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-Basicclamp-csar.csar 2022-05-20T23:12:35.442Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|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-Basicclamp-csar.csar 2022-05-20T23:12:35.442Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|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-Basicclamp-csar.csar 2022-05-20T23:12:35.442Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|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-Basicclamp-csar.csar 2022-05-20T23:12:35.442Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|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-Basicclamp-csar.csar 2022-05-20T23:12:35.442Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|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-Basicclamp-csar.csar 2022-05-20T23:12:35.442Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|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-Basicclamp-csar.csar 2022-05-20T23:12:35.442Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-05-20T23:12:35.443Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T23:12:35.443Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-20T23:12:35.443Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-05-20T23:12:35.443Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-05-20T23:12:35.443Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-20T23:12:35.443Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T23:12:35.443Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-20T23:12:35.443Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-05-20T23:12:35.443Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-05-20T23:12:35.443Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-20T23:12:35.443Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T23:12:35.443Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-20T23:12:35.444Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T23:12:35.444Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2022-05-20T23:12:35.444Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-05-20T23:12:35.444Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-05-20T23:12:35.444Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-05-20T23:12:35.444Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-05-20T23:12:35.444Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-05-20T23:12:35.444Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T23:12:35.444Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-20T23:12:35.444Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T23:12:35.444Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-05-20T23:12:35.444Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-20T23:12:35.445Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T23:12:35.445Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-05-20T23:12:35.445Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-20T23:12:35.445Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T23:12:35.445Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-05-20T23:12:35.445Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-20T23:12:35.445Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T23:12:35.445Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2022-05-20T23:12:35.445Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-05-20T23:12:35.445Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-05-20T23:12:35.445Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=1d3e7634-60a0-456c-8487-6baccdd16ae9 2022-05-20T23:12:35.445Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T23:12:35.445Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-20T23:12:35.445Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T23:12:35.446Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-20T23:12:35.446Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T23:12:35.446Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-20T23:12:35.446Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T23:12:35.446Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-20T23:12:35.446Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basicclamp Description:service Model UUID:86abc115-3abb-4150-9a09-61eba4484bad Model Version:NULL Model InvariantUuid:4c37bb8b-def7-4413-b709-fd085b538b85 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basicclamp Model UUID:b530e8df-60b5-40ac-b43d-9acdd9434a75 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:43ce9d8e-320e-480d-8dc5-1fcc135fd235 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:b64b5bba-a948-46bc-9270-3dad1cca68b9 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:0827191f-b3c4-4e4a-90cd-f977cba9d9eb ModelName:Basicclamp..base_ubuntu18..module-0 ModelUuid:e3438dbf-d4a5-4c6f-a731-1b3802f3618d ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:1d3e7634-60a0-456c-8487-6baccdd16ae9 ModelInvariantUuid:ebb064a1-44d0-4c58-afbb-17f2193f2303 ModelName:basicclamp-nodes.ubuntu18Cvfc ModelUuid:8ffc18aa-46d9-44d5-ae6c-86bfb4633f18 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:7f28bb6f-0a6d-4283-9fc7-471f1013a57e ModelInvariantUuid:86cc75bc-0214-4db8-9c2b-0cdafbb48e88 ModelName:Basicclamp.compute.nodes.heat.ubuntu18 ModelUuid:d516d732-4f66-4154-827a-e61562b7d5e0 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-05-20T23:12:35.453Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 110ef2df-8969-4bd1-9bdf-b7d869b8bf57 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-20T23:12:35.455Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||INFO|500||basicclamp 0 2022-05-20T23:12:35.455Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 110ef2df-8969-4bd1-9bdf-b7d869b8bf57 2022-05-20T23:12:35.455Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 3c05d5ab-808b-4757-a2c1-92059de9fc52 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2022-05-20T23:12:35.456Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-05-20T23:12:35.456Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2022-05-20T23:12:35.933Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-05-20T23:12:35.934Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 3c05d5ab-808b-4757-a2c1-92059de9fc52 790 2022-05-20T23:12:35.934Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification 2022-05-20T23:12:35.934Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2022-05-20T23:12:35.934Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-20T23:12:35.935Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-20T23:12:35.936Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T23:12:35.936Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "263b72e6-fa36-4179-bd9f-809bc5eb7ed2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653088355934, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-20T23:12:36.036Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-20T23:12:36.037Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T23:12:36.037Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T23:12:36.052Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:12:36.052Z||pool-109-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-20T23:12:36.937Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "0827191f-b3c4-4e4a-90cd-f977cba9d9eb", "vfModuleModelVersion": "1", "vfModuleModelUUID": "e3438dbf-d4a5-4c6f-a731-1b3802f3618d", "vfModuleModelCustomizationUUID": "266cdd85-de46-4431-9555-59ff3d2844e3", "isBase": true, "artifacts": [ "4d121063-98bc-4b8d-a11f-b9e0f25523e6", "362d4656-0be1-41c6-b6de-715b25eb8a96" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-05-20T23:12:36.940Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:e3438dbf-d4a5-4c6f-a731-1b3802f3618d VfModuleModelInvariantUUID:0827191f-b3c4-4e4a-90cd-f977cba9d9eb VfModuleModelDescription:NULL Artifacts UUID List:{ 4d121063-98bc-4b8d-a11f-b9e0f25523e6 , 362d4656-0be1-41c6-b6de-715b25eb8a96 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-05-20T23:12:36.941Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "0827191f-b3c4-4e4a-90cd-f977cba9d9eb", "vfModuleModelVersion": "1", "vfModuleModelUUID": "e3438dbf-d4a5-4c6f-a731-1b3802f3618d", "vfModuleModelCustomizationUUID": "266cdd85-de46-4431-9555-59ff3d2844e3", "isBase": true, "artifacts": [ "4d121063-98bc-4b8d-a11f-b9e0f25523e6", "362d4656-0be1-41c6-b6de-715b25eb8a96" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-05-20T23:12:36.942Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:e3438dbf-d4a5-4c6f-a731-1b3802f3618d VfModuleModelInvariantUUID:0827191f-b3c4-4e4a-90cd-f977cba9d9eb VfModuleModelDescription:NULL Artifacts UUID List:{ 4d121063-98bc-4b8d-a11f-b9e0f25523e6 , 362d4656-0be1-41c6-b6de-715b25eb8a96 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-05-20T23:12:36.942Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 4d121063-98bc-4b8d-a11f-b9e0f25523e6 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2022-05-20T23:12:36.942Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-05-20T23:12:36.942Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2022-05-20T23:12:37.240Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-05-20T23:12:37.240Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 4d121063-98bc-4b8d-a11f-b9e0f25523e6 5033 2022-05-20T23:12:37.240Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-05-20T23:12:37.241Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2022-05-20T23:12:37.241Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-20T23:12:37.241Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-20T23:12:37.243Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T23:12:37.243Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "263b72e6-fa36-4179-bd9f-809bc5eb7ed2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653088357240, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-05-20T23:12:37.344Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-20T23:12:37.344Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T23:12:37.344Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T23:12:37.356Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:12:37.357Z||pool-110-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-20T23:12:38.244Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 362d4656-0be1-41c6-b6de-715b25eb8a96 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2022-05-20T23:12:38.245Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-05-20T23:12:38.245Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2022-05-20T23:12:38.590Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-05-20T23:12:38.590Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 362d4656-0be1-41c6-b6de-715b25eb8a96 909 2022-05-20T23:12:38.591Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-05-20T23:12:38.591Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2022-05-20T23:12:38.591Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-20T23:12:38.591Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-20T23:12:38.593Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T23:12:38.593Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "263b72e6-fa36-4179-bd9f-809bc5eb7ed2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653088358591, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-05-20T23:12:38.693Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-20T23:12:38.694Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T23:12:38.694Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T23:12:38.707Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:12:38.708Z||pool-111-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-20T23:12:39.594Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 86abc115-3abb-4150-9a09-61eba4484bad 2022-05-20T23:12:39.594Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 110ef2df-8969-4bd1-9bdf-b7d869b8bf57 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-20T23:12:39.609Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1b519de3, org.onap.sdc.toscaparser.api.parameters.Input@16941423, org.onap.sdc.toscaparser.api.parameters.Input@132d4180, org.onap.sdc.toscaparser.api.parameters.Input@6201ad53, org.onap.sdc.toscaparser.api.parameters.Input@75288a75] 2022-05-20T23:12:39.611Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T23:12:39.611Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-20T23:12:39.611Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2022-05-20T23:12:39.611Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= b64b5bba-a948-46bc-9270-3dad1cca68b9 2022-05-20T23:12:39.611Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b64b5bba-a948-46bc-9270-3dad1cca68b9 matches Tosca VF Customization UUID: b64b5bba-a948-46bc-9270-3dad1cca68b9 2022-05-20T23:12:39.611Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: b64b5bba-a948-46bc-9270-3dad1cca68b9 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-05-20T23:12:39.613Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T23:12:39.614Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-20T23:12:39.614Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id b64b5bba-a948-46bc-9270-3dad1cca68b9: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"} 2022-05-20T23:12:39.614Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@55779c63 2022-05-20T23:12:39.614Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T23:12:39.614Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-20T23:12:39.614Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 266cdd85-de46-4431-9555-59ff3d2844e3 2022-05-20T23:12:39.614Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 266cdd85-de46-4431-9555-59ff3d2844e3 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-05-20T23:12:39.616Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T23:12:39.616Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-05-20T23:12:39.616Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-20T23:12:39.616Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T23:12:39.617Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-05-20T23:12:39.617Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-20T23:12:39.617Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T23:12:39.617Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2022-05-20T23:12:39.617Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-05-20T23:12:39.617Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-05-20T23:12:39.617Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=1d3e7634-60a0-456c-8487-6baccdd16ae9 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-05-20T23:12:39.619Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T23:12:39.619Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-05-20T23:12:39.619Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-20T23:12:39.619Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T23:12:39.619Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-05-20T23:12:39.619Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=b64b5bba-a948-46bc-9270-3dad1cca68b9 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-20T23:12:39.621Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T23:12:39.621Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-20T23:12:39.621Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 86abc115-3abb-4150-9a09-61eba4484bad: basicclamp 2022-05-20T23:12:39.621Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T23:12:39.621Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-20T23:12:39.621Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T23:12:39.621Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-20T23:12:39.621Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T23:12:39.621Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-20T23:12:39.621Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T23:12:39.621Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-20T23:12:39.622Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T23:12:39.622Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-20T23:12:39.622Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||INFO|500||Saving Service: basicclamp Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-20T23:12:39.710Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 110ef2df-8969-4bd1-9bdf-b7d869b8bf57 1 ASDC deployResourceStructure 2022-05-20T23:12:39.710Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification 2022-05-20T23:12:39.711Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2022-05-20T23:12:39.711Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-20T23:12:39.711Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-20T23:12:39.713Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T23:12:39.714Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "263b72e6-fa36-4179-bd9f-809bc5eb7ed2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653088359710, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-05-20T23:12:39.814Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-20T23:12:39.814Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T23:12:39.814Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T23:12:39.825Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:12:39.826Z||pool-112-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-05-20T23:12:40.714Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-05-20T23:12:40.715Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2022-05-20T23:12:40.716Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-20T23:12:40.716Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-20T23:12:40.718Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T23:12:40.718Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "263b72e6-fa36-4179-bd9f-809bc5eb7ed2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653088360714, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-05-20T23:12:40.818Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-20T23:12:40.819Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T23:12:40.819Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T23:12:40.832Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:12:40.833Z||pool-113-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-20T23:12:41.719Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-05-20T23:12:41.719Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2022-05-20T23:12:41.719Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-20T23:12:41.720Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-20T23:12:41.721Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T23:12:41.721Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "263b72e6-fa36-4179-bd9f-809bc5eb7ed2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653088361718, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-05-20T23:12:41.821Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-20T23:12:41.822Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T23:12:41.822Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T23:12:41.834Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:12:41.834Z||pool-114-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-20T23:12:42.722Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2022-05-20T23:12:42.722Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-05-20T23:12:42.723Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-20T23:12:42.723Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-20T23:12:42.724Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T23:12:42.724Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "263b72e6-fa36-4179-bd9f-809bc5eb7ed2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653088362722, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-05-20T23:12:42.824Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-20T23:12:42.825Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T23:12:42.825Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T23:12:42.836Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:12:42.837Z||pool-115-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-20T23:12:43.725Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 263b72e6-fa36-4179-bd9f-809bc5eb7ed2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-20T23:12:43.735Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 263b72e6-fa36-4179-bd9f-809bc5eb7ed2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-20T23:12:43.736Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-20T23:12:43.736Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-20T23:12:43.737Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-20T23:13:13.737Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 263b72e6-fa36-4179-bd9f-809bc5eb7ed2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-20T23:13:13.745Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 263b72e6-fa36-4179-bd9f-809bc5eb7ed2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-20T23:13:13.747Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-20T23:13:13.747Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-20T23:13:13.747Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-20T23:13:19.081Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T23:13:19.082Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T23:13:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T23:13:19.102Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:13:19.102Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:13:19.102Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "263b72e6-fa36-4179-bd9f-809bc5eb7ed2", "consumerID": "cds", "timestamp": 1653088342225, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-05-20T23:13:19.103Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:13:43.747Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 263b72e6-fa36-4179-bd9f-809bc5eb7ed2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-20T23:13:43.757Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 263b72e6-fa36-4179-bd9f-809bc5eb7ed2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-20T23:13:43.760Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-20T23:13:43.760Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-20T23:13:43.760Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-20T23:14:13.760Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 263b72e6-fa36-4179-bd9f-809bc5eb7ed2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-20T23:14:13.769Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 263b72e6-fa36-4179-bd9f-809bc5eb7ed2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-20T23:14:13.771Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-20T23:14:13.771Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-20T23:14:13.771Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-20T23:14:19.081Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T23:14:19.082Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T23:14:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T23:14:19.111Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:14:19.112Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:14:19.112Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "263b72e6-fa36-4179-bd9f-809bc5eb7ed2", "consumerID": "ves-openapi-manager", "timestamp": 1653088340064, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-05-20T23:14:19.112Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:14:19.112Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:14:19.112Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "263b72e6-fa36-4179-bd9f-809bc5eb7ed2", "consumerID": "policy-id", "timestamp": 1653088339489, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-05-20T23:14:19.113Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:14:43.772Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 263b72e6-fa36-4179-bd9f-809bc5eb7ed2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-20T23:14:43.782Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 263b72e6-fa36-4179-bd9f-809bc5eb7ed2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-20T23:14:43.783Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-20T23:14:43.783Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-20T23:14:43.783Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-20T23:15:13.784Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 263b72e6-fa36-4179-bd9f-809bc5eb7ed2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-20T23:15:13.794Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 263b72e6-fa36-4179-bd9f-809bc5eb7ed2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-20T23:15:13.796Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-20T23:15:13.796Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-20T23:15:13.796Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-20T23:15:19.081Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T23:15:19.082Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T23:15:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T23:15:19.105Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:15:19.115Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.115Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "263b72e6-fa36-4179-bd9f-809bc5eb7ed2", "consumerID": "ves-openapi-manager", "timestamp": 1653088340064, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T23:15:19.116Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:15:19.116Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.116Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "263b72e6-fa36-4179-bd9f-809bc5eb7ed2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653088339080, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T23:15:19.116Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:15:19.116Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.116Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "263b72e6-fa36-4179-bd9f-809bc5eb7ed2", "consumerID": "cds", "timestamp": 1653088342225, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T23:15:19.116Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:15:19.117Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.117Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "263b72e6-fa36-4179-bd9f-809bc5eb7ed2", "consumerID": "policy-id", "timestamp": 1653088339489, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T23:15:19.117Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:15:19.117Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.117Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "263b72e6-fa36-4179-bd9f-809bc5eb7ed2", "consumerID": "multicloud-k8s-id", "timestamp": 1653088345499, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-05-20T23:15:19.117Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:15:19.117Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.117Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "263b72e6-fa36-4179-bd9f-809bc5eb7ed2", "consumerID": "ves-openapi-manager", "timestamp": 1653088340064, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-20T23:15:19.117Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:15:19.117Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.117Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "263b72e6-fa36-4179-bd9f-809bc5eb7ed2", "consumerID": "cds", "timestamp": 1653088342225, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-20T23:15:19.118Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:15:19.118Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.118Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "263b72e6-fa36-4179-bd9f-809bc5eb7ed2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653088339080, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-05-20T23:15:19.118Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:15:19.118Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.118Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "263b72e6-fa36-4179-bd9f-809bc5eb7ed2", "consumerID": "policy-id", "timestamp": 1653088339489, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-20T23:15:19.118Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:15:19.118Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.118Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "263b72e6-fa36-4179-bd9f-809bc5eb7ed2", "consumerID": "multicloud-k8s-id", "timestamp": 1653088345499, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T23:15:19.118Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:15:19.118Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.118Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "263b72e6-fa36-4179-bd9f-809bc5eb7ed2", "consumerID": "ves-openapi-manager", "timestamp": 1653088340064, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-20T23:15:19.118Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:15:19.118Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.118Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "263b72e6-fa36-4179-bd9f-809bc5eb7ed2", "consumerID": "cds", "timestamp": 1653088342225, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-20T23:15:19.119Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:15:19.119Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.119Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "263b72e6-fa36-4179-bd9f-809bc5eb7ed2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653088339080, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-05-20T23:15:19.119Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:15:19.119Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.119Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "263b72e6-fa36-4179-bd9f-809bc5eb7ed2", "consumerID": "policy-id", "timestamp": 1653088339489, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-05-20T23:15:19.119Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:15:19.119Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.119Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "263b72e6-fa36-4179-bd9f-809bc5eb7ed2", "consumerID": "multicloud-k8s-id", "timestamp": 1653088345499, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-05-20T23:15:19.119Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:15:19.119Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.119Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "263b72e6-fa36-4179-bd9f-809bc5eb7ed2", "consumerID": "ves-openapi-manager", "timestamp": 1653088340064, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T23:15:19.119Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:15:19.119Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.119Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "263b72e6-fa36-4179-bd9f-809bc5eb7ed2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653088339080, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T23:15:19.119Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:15:19.119Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.119Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "263b72e6-fa36-4179-bd9f-809bc5eb7ed2", "consumerID": "cds", "timestamp": 1653088342225, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T23:15:19.119Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:15:19.119Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.119Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "263b72e6-fa36-4179-bd9f-809bc5eb7ed2", "consumerID": "policy-id", "timestamp": 1653088339489, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T23:15:19.119Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:15:19.120Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.120Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "263b72e6-fa36-4179-bd9f-809bc5eb7ed2", "consumerID": "multicloud-k8s-id", "timestamp": 1653088345499, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-05-20T23:15:19.120Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:15:19.120Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.120Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "263b72e6-fa36-4179-bd9f-809bc5eb7ed2", "consumerID": "ves-openapi-manager", "timestamp": 1653088340064, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-20T23:15:19.120Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:15:19.120Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.120Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "263b72e6-fa36-4179-bd9f-809bc5eb7ed2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653088339080, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-05-20T23:15:19.120Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:15:19.120Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.120Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "263b72e6-fa36-4179-bd9f-809bc5eb7ed2", "consumerID": "cds", "timestamp": 1653088342225, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-20T23:15:19.120Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:15:19.120Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.120Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "263b72e6-fa36-4179-bd9f-809bc5eb7ed2", "consumerID": "policy-id", "timestamp": 1653088339489, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-20T23:15:19.120Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:15:19.120Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.120Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "263b72e6-fa36-4179-bd9f-809bc5eb7ed2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653088348647, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-05-20T23:15:19.120Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:15:19.120Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.120Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "263b72e6-fa36-4179-bd9f-809bc5eb7ed2", "consumerID": "multicloud-k8s-id", "timestamp": 1653088345499, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T23:15:19.120Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:15:19.121Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.121Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "263b72e6-fa36-4179-bd9f-809bc5eb7ed2", "consumerID": "ves-openapi-manager", "timestamp": 1653088340064, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-05-20T23:15:19.121Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:15:19.121Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.121Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "263b72e6-fa36-4179-bd9f-809bc5eb7ed2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653088339080, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-05-20T23:15:19.121Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:15:19.121Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.121Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "263b72e6-fa36-4179-bd9f-809bc5eb7ed2", "consumerID": "cds", "timestamp": 1653088342225, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-05-20T23:15:19.121Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:15:19.121Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.121Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "263b72e6-fa36-4179-bd9f-809bc5eb7ed2", "consumerID": "policy-id", "timestamp": 1653088339489, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-05-20T23:15:19.121Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:15:19.121Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.121Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "263b72e6-fa36-4179-bd9f-809bc5eb7ed2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653088348647, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T23:15:19.121Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:15:19.121Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.121Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "263b72e6-fa36-4179-bd9f-809bc5eb7ed2", "consumerID": "aai-ml", "timestamp": 1653088349856, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-05-20T23:15:19.121Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:15:19.121Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.121Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "263b72e6-fa36-4179-bd9f-809bc5eb7ed2", "consumerID": "multicloud-k8s-id", "timestamp": 1653088345499, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-05-20T23:15:19.121Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:15:19.121Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.121Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "263b72e6-fa36-4179-bd9f-809bc5eb7ed2", "consumerID": "cds", "timestamp": 1653088342225, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-05-20T23:15:19.121Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:15:19.122Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.122Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "263b72e6-fa36-4179-bd9f-809bc5eb7ed2", "consumerID": "ves-openapi-manager", "timestamp": 1653088340064, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-20T23:15:19.122Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:15:19.122Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.122Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "263b72e6-fa36-4179-bd9f-809bc5eb7ed2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653088339080, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-05-20T23:15:19.122Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:15:19.122Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.122Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "263b72e6-fa36-4179-bd9f-809bc5eb7ed2", "consumerID": "policy-id", "timestamp": 1653088339489, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-05-20T23:15:19.122Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:15:19.122Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.122Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "263b72e6-fa36-4179-bd9f-809bc5eb7ed2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653088348647, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-20T23:15:19.122Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:15:19.122Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.122Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "263b72e6-fa36-4179-bd9f-809bc5eb7ed2", "consumerID": "aai-ml", "timestamp": 1653088349856, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T23:15:19.122Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:15:19.122Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.122Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "263b72e6-fa36-4179-bd9f-809bc5eb7ed2", "consumerID": "multicloud-k8s-id", "timestamp": 1653088345499, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-05-20T23:15:19.122Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:15:19.123Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.123Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "263b72e6-fa36-4179-bd9f-809bc5eb7ed2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653088348647, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-20T23:15:19.123Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:15:19.123Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.123Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "263b72e6-fa36-4179-bd9f-809bc5eb7ed2", "consumerID": "aai-ml", "timestamp": 1653088349856, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-20T23:15:19.123Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:15:19.123Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.123Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "263b72e6-fa36-4179-bd9f-809bc5eb7ed2", "consumerID": "policy-id", "timestamp": 1653088352603, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-20T23:15:19.123Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T23:15:19.123Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.123Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "263b72e6-fa36-4179-bd9f-809bc5eb7ed2", "consumerID": "cds", "timestamp": 1653088352696, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-20T23:15:19.123Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T23:15:19.123Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.123Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "263b72e6-fa36-4179-bd9f-809bc5eb7ed2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653088352700, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-20T23:15:19.123Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T23:15:19.123Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.123Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "263b72e6-fa36-4179-bd9f-809bc5eb7ed2", "consumerID": "multicloud-k8s-id", "timestamp": 1653088345499, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-05-20T23:15:19.123Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:15:19.123Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.123Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "263b72e6-fa36-4179-bd9f-809bc5eb7ed2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653088348647, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T23:15:19.123Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:15:19.123Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.124Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "263b72e6-fa36-4179-bd9f-809bc5eb7ed2", "consumerID": "aai-ml", "timestamp": 1653088349856, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-20T23:15:19.124Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:15:19.124Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.124Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "263b72e6-fa36-4179-bd9f-809bc5eb7ed2", "consumerID": "policy-id", "timestamp": 1653088353606, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-05-20T23:15:19.124Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T23:15:19.124Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.124Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "263b72e6-fa36-4179-bd9f-809bc5eb7ed2", "consumerID": "cds", "timestamp": 1653088353701, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-20T23:15:19.129Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 263b72e6-fa36-4179-bd9f-809bc5eb7ed2 2022-05-20T23:15:19.129Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 263b72e6-fa36-4179-bd9f-809bc5eb7ed2 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-20T23:15:19.136Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.136Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "263b72e6-fa36-4179-bd9f-809bc5eb7ed2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653088348647, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-20T23:15:19.136Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:15:19.136Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.136Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "263b72e6-fa36-4179-bd9f-809bc5eb7ed2", "consumerID": "multicloud-k8s-id", "timestamp": 1653088354301, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-20T23:15:19.136Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T23:15:19.136Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.136Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "263b72e6-fa36-4179-bd9f-809bc5eb7ed2", "consumerID": "aai-ml", "timestamp": 1653088349856, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T23:15:19.136Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:15:19.137Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.137Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "263b72e6-fa36-4179-bd9f-809bc5eb7ed2", "consumerID": "policy-id", "timestamp": 1653088354609, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-20T23:15:19.140Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 263b72e6-fa36-4179-bd9f-809bc5eb7ed2 2022-05-20T23:15:19.140Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 263b72e6-fa36-4179-bd9f-809bc5eb7ed2 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-20T23:15:19.147Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.147Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "263b72e6-fa36-4179-bd9f-809bc5eb7ed2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653088348647, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-05-20T23:15:19.147Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:15:19.147Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.147Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "263b72e6-fa36-4179-bd9f-809bc5eb7ed2", "consumerID": "aai-ml", "timestamp": 1653088349856, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-20T23:15:19.148Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:15:19.148Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.148Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "263b72e6-fa36-4179-bd9f-809bc5eb7ed2", "consumerID": "multicloud-k8s-id", "timestamp": 1653088355743, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-05-20T23:15:19.148Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T23:15:19.148Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.148Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "263b72e6-fa36-4179-bd9f-809bc5eb7ed2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653088355934, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-20T23:15:19.148Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T23:15:19.148Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.148Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "263b72e6-fa36-4179-bd9f-809bc5eb7ed2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653088348647, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-05-20T23:15:19.148Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:15:19.148Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.148Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "263b72e6-fa36-4179-bd9f-809bc5eb7ed2", "consumerID": "aai-ml", "timestamp": 1653088349856, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-05-20T23:15:19.148Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:15:19.148Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.148Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "263b72e6-fa36-4179-bd9f-809bc5eb7ed2", "consumerID": "multicloud-k8s-id", "timestamp": 1653088357040, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-05-20T23:15:19.148Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T23:15:19.148Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.148Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "263b72e6-fa36-4179-bd9f-809bc5eb7ed2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653088357240, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-05-20T23:15:19.148Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T23:15:19.149Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.149Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "263b72e6-fa36-4179-bd9f-809bc5eb7ed2", "consumerID": "clamp", "timestamp": 1653088356846, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-05-20T23:15:19.149Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:15:19.149Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.149Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "263b72e6-fa36-4179-bd9f-809bc5eb7ed2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653088357505, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-20T23:15:19.149Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T23:15:19.149Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.149Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "263b72e6-fa36-4179-bd9f-809bc5eb7ed2", "consumerID": "aai-ml", "timestamp": 1653088349856, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-05-20T23:15:19.149Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:15:19.149Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.149Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "263b72e6-fa36-4179-bd9f-809bc5eb7ed2", "consumerID": "multicloud-k8s-id", "timestamp": 1653088358061, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-20T23:15:19.152Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 263b72e6-fa36-4179-bd9f-809bc5eb7ed2 2022-05-20T23:15:19.152Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 263b72e6-fa36-4179-bd9f-809bc5eb7ed2 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-05-20T23:15:19.157Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.157Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "263b72e6-fa36-4179-bd9f-809bc5eb7ed2", "consumerID": "clamp", "timestamp": 1653088356846, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T23:15:19.157Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:15:19.157Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.158Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "263b72e6-fa36-4179-bd9f-809bc5eb7ed2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653088358591, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-05-20T23:15:19.158Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T23:15:19.158Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.158Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "263b72e6-fa36-4179-bd9f-809bc5eb7ed2", "consumerID": "aai-ml", "timestamp": 1653088358748, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-20T23:15:19.158Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T23:15:19.158Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.158Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "263b72e6-fa36-4179-bd9f-809bc5eb7ed2", "consumerID": "multicloud-k8s-id", "timestamp": 1653088359063, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-05-20T23:15:19.158Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T23:15:19.159Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.159Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "263b72e6-fa36-4179-bd9f-809bc5eb7ed2", "consumerID": "clamp", "timestamp": 1653088356846, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-05-20T23:15:19.159Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:15:19.159Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.159Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "263b72e6-fa36-4179-bd9f-809bc5eb7ed2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653088359687, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-05-20T23:15:19.159Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T23:15:19.159Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.159Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "263b72e6-fa36-4179-bd9f-809bc5eb7ed2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653088359710, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-05-20T23:15:19.159Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T23:15:19.159Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.159Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "263b72e6-fa36-4179-bd9f-809bc5eb7ed2", "consumerID": "clamp", "timestamp": 1653088356846, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-20T23:15:19.159Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:15:19.160Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.160Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "263b72e6-fa36-4179-bd9f-809bc5eb7ed2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653088360692, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-20T23:15:19.163Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 263b72e6-fa36-4179-bd9f-809bc5eb7ed2 2022-05-20T23:15:19.163Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 263b72e6-fa36-4179-bd9f-809bc5eb7ed2 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-20T23:15:19.170Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.170Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "263b72e6-fa36-4179-bd9f-809bc5eb7ed2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653088360714, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-05-20T23:15:19.170Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T23:15:19.170Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.170Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "263b72e6-fa36-4179-bd9f-809bc5eb7ed2", "consumerID": "clamp", "timestamp": 1653088356846, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T23:15:19.170Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:15:19.170Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.170Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "263b72e6-fa36-4179-bd9f-809bc5eb7ed2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653088361718, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-05-20T23:15:19.170Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T23:15:19.170Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.170Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "263b72e6-fa36-4179-bd9f-809bc5eb7ed2", "consumerID": "clamp", "timestamp": 1653088356846, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-20T23:15:19.170Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:15:19.171Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.171Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "263b72e6-fa36-4179-bd9f-809bc5eb7ed2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653088362722, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-05-20T23:15:19.171Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T23:15:19.171Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.171Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "263b72e6-fa36-4179-bd9f-809bc5eb7ed2", "consumerID": "clamp", "timestamp": 1653088356846, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-05-20T23:15:19.171Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:15:19.171Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.171Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "263b72e6-fa36-4179-bd9f-809bc5eb7ed2", "consumerID": "clamp", "timestamp": 1653088356846, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-05-20T23:15:19.171Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:15:19.171Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.171Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "263b72e6-fa36-4179-bd9f-809bc5eb7ed2", "consumerID": "aai-ml", "timestamp": 1653088366440, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-05-20T23:15:19.171Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T23:15:19.171Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.171Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "263b72e6-fa36-4179-bd9f-809bc5eb7ed2", "consumerID": "aai-ml", "timestamp": 1653088367444, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-20T23:15:19.175Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 263b72e6-fa36-4179-bd9f-809bc5eb7ed2 2022-05-20T23:15:19.175Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 263b72e6-fa36-4179-bd9f-809bc5eb7ed2 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-20T23:15:19.182Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.182Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "263b72e6-fa36-4179-bd9f-809bc5eb7ed2", "consumerID": "clamp", "timestamp": 1653088376881, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-20T23:15:19.182Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T23:15:19.182Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.182Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "263b72e6-fa36-4179-bd9f-809bc5eb7ed2", "consumerID": "clamp", "timestamp": 1653088377884, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-20T23:15:19.182Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T23:15:19.182Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.182Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "263b72e6-fa36-4179-bd9f-809bc5eb7ed2", "consumerID": "clamp", "timestamp": 1653088381075, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_ERROR" } 2022-05-20T23:15:19.182Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T23:15:19.182Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.182Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "263b72e6-fa36-4179-bd9f-809bc5eb7ed2", "consumerID": "clamp", "timestamp": 1653088382078, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_ERROR" } 2022-05-20T23:15:19.182Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T23:15:19.182Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.182Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "263b72e6-fa36-4179-bd9f-809bc5eb7ed2", "consumerID": "clamp", "timestamp": 1653088383080, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-20T23:15:19.187Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_ERROR distributionID of 263b72e6-fa36-4179-bd9f-809bc5eb7ed2 2022-05-20T23:15:19.187Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 263b72e6-fa36-4179-bd9f-809bc5eb7ed2 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-20T23:15:19.195Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.195Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653088378647, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T23:15:19.195Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:15:19.195Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.196Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "aai-ml", "timestamp": 1653088379856, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T23:15:19.196Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:15:19.196Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.196Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "ves-openapi-manager", "timestamp": 1653088380064, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T23:15:19.196Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:15:19.196Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.196Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "policy-id", "timestamp": 1653088379489, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T23:15:19.196Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:15:19.197Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.197Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "multicloud-k8s-id", "timestamp": 1653088385499, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T23:15:19.197Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:15:19.197Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.197Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653088378647, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-20T23:15:19.197Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:15:19.197Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.197Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "aai-ml", "timestamp": 1653088379856, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-20T23:15:19.198Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:15:19.198Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.198Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "ves-openapi-manager", "timestamp": 1653088380064, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-20T23:15:19.198Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:15:19.198Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.198Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "policy-id", "timestamp": 1653088379489, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-20T23:15:19.198Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:15:19.198Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.199Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "multicloud-k8s-id", "timestamp": 1653088385499, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-05-20T23:15:19.199Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:15:19.199Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.199Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "clamp", "timestamp": 1653088386845, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T23:15:19.199Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:15:19.199Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.199Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "ves-openapi-manager", "timestamp": 1653088380064, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-05-20T23:15:19.199Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:15:19.200Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.200Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653088378647, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-05-20T23:15:19.200Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:15:19.200Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.200Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "aai-ml", "timestamp": 1653088379856, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-05-20T23:15:19.200Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:15:19.200Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.200Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "policy-id", "timestamp": 1653088379489, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-05-20T23:15:19.200Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:15:19.200Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.200Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "cds", "timestamp": 1653088387226, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T23:15:19.200Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:15:19.200Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.201Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "multicloud-k8s-id", "timestamp": 1653088385499, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-05-20T23:15:19.201Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:15:19.201Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.201Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "clamp", "timestamp": 1653088386845, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-05-20T23:15:19.201Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:15:19.201Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.201Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "ves-openapi-manager", "timestamp": 1653088380064, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T23:15:19.201Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:15:19.201Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.201Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653088378647, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T23:15:19.201Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:15:19.201Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.201Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "aai-ml", "timestamp": 1653088379856, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T23:15:19.201Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:15:19.202Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.202Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "policy-id", "timestamp": 1653088379489, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T23:15:19.202Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:15:19.202Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.202Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "cds", "timestamp": 1653088387226, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-20T23:15:19.202Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:15:19.202Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.202Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "multicloud-k8s-id", "timestamp": 1653088385499, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T23:15:19.202Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:15:19.202Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.202Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "clamp", "timestamp": 1653088386845, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-05-20T23:15:19.202Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:15:19.202Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.203Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "ves-openapi-manager", "timestamp": 1653088380064, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-05-20T23:15:19.203Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:15:19.203Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.203Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653088378647, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-05-20T23:15:19.203Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:15:19.203Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.203Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "aai-ml", "timestamp": 1653088379856, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-05-20T23:15:19.203Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:15:19.203Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.203Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "policy-id", "timestamp": 1653088379489, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-05-20T23:15:19.203Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:15:19.203Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.203Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "cds", "timestamp": 1653088387226, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-05-20T23:15:19.203Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:15:19.203Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.203Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "multicloud-k8s-id", "timestamp": 1653088385499, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-05-20T23:15:19.203Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:15:19.203Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.203Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "clamp", "timestamp": 1653088386845, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T23:15:19.203Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:15:19.203Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.203Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "ves-openapi-manager", "timestamp": 1653088380064, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-05-20T23:15:19.203Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:15:19.203Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.203Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "aai-ml", "timestamp": 1653088379856, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-05-20T23:15:19.203Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:15:19.203Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.204Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653088378647, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-05-20T23:15:19.204Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:15:19.204Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.204Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "policy-id", "timestamp": 1653088379489, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-05-20T23:15:19.204Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:15:19.204Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.204Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "cds", "timestamp": 1653088387226, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T23:15:19.204Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:15:19.204Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.204Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "multicloud-k8s-id", "timestamp": 1653088385499, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-05-20T23:15:19.204Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:15:19.204Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.204Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "clamp", "timestamp": 1653088386845, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-05-20T23:15:19.204Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:15:19.204Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.204Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "ves-openapi-manager", "timestamp": 1653088380064, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-05-20T23:15:19.204Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:15:19.204Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.204Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653088378647, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-05-20T23:15:19.204Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:15:19.204Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.204Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "aai-ml", "timestamp": 1653088379856, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-05-20T23:15:19.204Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:15:19.204Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.204Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "policy-id", "timestamp": 1653088379489, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-05-20T23:15:19.204Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:15:19.204Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.204Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "cds", "timestamp": 1653088387226, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-05-20T23:15:19.205Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:15:19.205Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.205Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "multicloud-k8s-id", "timestamp": 1653088385499, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-05-20T23:15:19.205Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:15:19.205Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.205Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "clamp", "timestamp": 1653088386845, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-05-20T23:15:19.205Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:15:19.205Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.205Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "ves-openapi-manager", "timestamp": 1653088380064, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-20T23:15:19.205Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:15:19.205Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.205Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653088378647, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-20T23:15:19.205Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:15:19.205Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.205Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "aai-ml", "timestamp": 1653088379856, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-20T23:15:19.205Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:15:19.205Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.205Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "policy-id", "timestamp": 1653088379489, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-20T23:15:19.205Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:15:19.205Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.205Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "cds", "timestamp": 1653088387226, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-05-20T23:15:19.205Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:15:19.205Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.205Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "multicloud-k8s-id", "timestamp": 1653088385499, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-20T23:15:19.205Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:15:19.206Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.206Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "clamp", "timestamp": 1653088386845, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-05-20T23:15:19.206Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:15:19.206Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.206Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "ves-openapi-manager", "timestamp": 1653088380064, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-20T23:15:19.206Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:15:19.206Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.206Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653088378647, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-20T23:15:19.206Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:15:19.206Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.206Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "aai-ml", "timestamp": 1653088379856, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-20T23:15:19.206Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:15:19.206Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.206Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "policy-id", "timestamp": 1653088379489, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-20T23:15:19.206Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:15:19.206Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.206Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "cds", "timestamp": 1653088387226, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-05-20T23:15:19.206Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:15:19.206Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.206Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "multicloud-k8s-id", "timestamp": 1653088385499, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-20T23:15:19.206Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:15:19.206Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.207Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "clamp", "timestamp": 1653088386845, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-20T23:15:19.207Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:15:19.207Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.207Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "ves-openapi-manager", "timestamp": 1653088380064, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-20T23:15:19.207Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:15:19.207Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.207Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653088378647, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-20T23:15:19.207Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:15:19.207Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.207Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "aai-ml", "timestamp": 1653088379856, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-20T23:15:19.207Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:15:19.207Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.207Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "policy-id", "timestamp": 1653088379489, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-20T23:15:19.207Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:15:19.207Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.207Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "cds", "timestamp": 1653088387226, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-20T23:15:19.207Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:15:19.207Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.207Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "multicloud-k8s-id", "timestamp": 1653088385499, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-20T23:15:19.207Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:15:19.207Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.207Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "clamp", "timestamp": 1653088386845, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-20T23:15:19.207Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:15:19.208Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.208Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "cds", "timestamp": 1653088387226, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-20T23:15:19.208Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:15:19.208Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.208Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653088395963, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-20T23:15:19.208Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T23:15:19.208Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.208Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "aai-ml", "timestamp": 1653088396043, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-20T23:15:19.208Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T23:15:19.208Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.208Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "policy-id", "timestamp": 1653088396039, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-20T23:15:19.208Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T23:15:19.208Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.208Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "multicloud-k8s-id", "timestamp": 1653088396341, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-20T23:15:19.208Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T23:15:19.208Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.208Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "clamp", "timestamp": 1653088386845, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-20T23:15:19.208Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:15:19.208Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.208Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "cds", "timestamp": 1653088387226, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-20T23:15:19.208Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:15:19.208Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.208Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "policy-id", "timestamp": 1653088397042, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-20T23:15:19.209Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T23:15:19.209Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.209Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "multicloud-k8s-id", "timestamp": 1653088397382, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-05-20T23:15:19.209Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T23:15:19.209Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.209Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "cds", "timestamp": 1653088397948, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-20T23:15:19.209Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T23:15:19.209Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.209Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653088398000, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-20T23:15:19.209Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T23:15:19.209Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.209Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "policy-id", "timestamp": 1653088398045, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-20T23:15:19.219Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f98e46bf-97bb-4089-be91-79e557e55561 2022-05-20T23:15:19.219Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f98e46bf-97bb-4089-be91-79e557e55561 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-20T23:15:19.225Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:15:19.225Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "multicloud-k8s-id", "timestamp": 1653088398425, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-05-20T23:15:19.225Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T23:15:43.797Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 263b72e6-fa36-4179-bd9f-809bc5eb7ed2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-20T23:15:43.807Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 263b72e6-fa36-4179-bd9f-809bc5eb7ed2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-20T23:15:43.809Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-20T23:15:43.809Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-20T23:15:43.810Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-20T23:15:43.810Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-20T23:15:43.810Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-20T23:15:43.810Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-20T23:15:43.810Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-05-20T23:15:43.810Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-20T23:15:43.814Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-20T23:16:13.815Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 263b72e6-fa36-4179-bd9f-809bc5eb7ed2 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-05-20T23:16:13.821Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 263b72e6-fa36-4179-bd9f-809bc5eb7ed2 and serviceModelVersionId: 86abc115-3abb-4150-9a09-61eba4484bad 2022-05-20T23:16:13.822Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4c37bb8b-def7-4413-b709-fd085b538b85 2022-05-20T23:16:13.822Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4c37bb8b-def7-4413-b709-fd085b538b85/model-vers/model-ver/86abc115-3abb-4150-9a09-61eba4484bad?depth=0 2022-05-20T23:16:13.826Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-05-20T23:16:13.849Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c37bb8b-def7-4413-b709-fd085b538b85/model-vers/model-ver/86abc115-3abb-4150-9a09-61eba4484bad?depth=0|INFO|500||Invoke 2022-05-20T23:16:13.849Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c37bb8b-def7-4413-b709-fd085b538b85/model-vers/model-ver/86abc115-3abb-4150-9a09-61eba4484bad?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c37bb8b-def7-4413-b709-fd085b538b85/model-vers/model-ver/86abc115-3abb-4150-9a09-61eba4484bad?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[263b72e6-fa36-4179-bd9f-809bc5eb7ed2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[cc60d9af-feb1-47c3-a598-aa4233c76760], X-ECOMP-RequestID=[263b72e6-fa36-4179-bd9f-809bc5eb7ed2], X-TransactionId=[], X-ONAP-RequestID=[263b72e6-fa36-4179-bd9f-809bc5eb7ed2], Content-Type=[application/merge-patch+json]} 2022-05-20T23:16:13.868Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c37bb8b-def7-4413-b709-fd085b538b85/model-vers/model-ver/86abc115-3abb-4150-9a09-61eba4484bad?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2022-05-20T23:16:14.238Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c37bb8b-def7-4413-b709-fd085b538b85/model-vers/model-ver/86abc115-3abb-4150-9a09-61eba4484bad?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c37bb8b-def7-4413-b709-fd085b538b85/model-vers/model-ver/86abc115-3abb-4150-9a09-61eba4484bad?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220520-23:16:13:873-54319], vertex-id=[262144], Content-Length=[0], Date=[Fri, 20 May 2022 23:16:13 GMT], Content-Type=[application/json]} 2022-05-20T23:16:14.239Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c37bb8b-def7-4413-b709-fd085b538b85/model-vers/model-ver/86abc115-3abb-4150-9a09-61eba4484bad?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-05-20T23:16:14.239Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c37bb8b-def7-4413-b709-fd085b538b85/model-vers/model-ver/86abc115-3abb-4150-9a09-61eba4484bad?depth=0|INFO|500||InvokeReturn 2022-05-20T23:16:14.239Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-20T23:16:14.240Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-20T23:16:14.245Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-05-20T23:16:14.245Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 263b72e6-fa36-4179-bd9f-809bc5eb7ed2 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason null 2022-05-20T23:16:14.245Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-20T23:16:14.246Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-20T23:16:14.248Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T23:16:14.248Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "263b72e6-fa36-4179-bd9f-809bc5eb7ed2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653088574245, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR" } 2022-05-20T23:16:14.348Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-20T23:16:14.349Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T23:16:14.349Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T23:16:14.390Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:16:14.391Z||pool-116-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-20T23:16:15.260Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T23:16:15.261Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T23:16:15.261Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|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 Mp7J3lz9Op8nR73K) ... 2022-05-20T23:16:19.081Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T23:16:19.082Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T23:16:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T23:16:19.113Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:16:19.114Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:16:19.114Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653088399006, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-20T23:16:19.120Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f98e46bf-97bb-4089-be91-79e557e55561 2022-05-20T23:16:19.120Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f98e46bf-97bb-4089-be91-79e557e55561 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-20T23:16:19.131Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:16:19.131Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "multicloud-k8s-id", "timestamp": 1653088399476, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-05-20T23:16:19.131Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T23:16:19.131Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:16:19.131Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "multicloud-k8s-id", "timestamp": 1653088400585, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-20T23:16:19.135Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f98e46bf-97bb-4089-be91-79e557e55561 2022-05-20T23:16:19.135Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f98e46bf-97bb-4089-be91-79e557e55561 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-05-20T23:16:19.141Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:16:19.141Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "cds", "timestamp": 1653088401458, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-20T23:16:19.145Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f98e46bf-97bb-4089-be91-79e557e55561 2022-05-20T23:16:19.145Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f98e46bf-97bb-4089-be91-79e557e55561 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-20T23:16:19.151Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:16:19.151Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "multicloud-k8s-id", "timestamp": 1653088401588, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-05-20T23:16:19.151Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T23:16:19.151Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:16:19.151Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "aai-ml", "timestamp": 1653088402088, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-20T23:16:19.151Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T23:16:19.151Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:16:19.151Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "aai-ml", "timestamp": 1653088403092, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-20T23:16:19.155Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f98e46bf-97bb-4089-be91-79e557e55561 2022-05-20T23:16:19.156Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f98e46bf-97bb-4089-be91-79e557e55561 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-20T23:16:19.162Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:16:19.162Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "clamp", "timestamp": 1653088403886, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-20T23:16:19.163Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T23:16:19.163Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:16:19.163Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "clamp", "timestamp": 1653088407889, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-20T23:16:19.163Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T23:16:19.163Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:16:19.163Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "clamp", "timestamp": 1653088408892, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-20T23:16:19.167Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f98e46bf-97bb-4089-be91-79e557e55561 2022-05-20T23:16:19.167Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f98e46bf-97bb-4089-be91-79e557e55561 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-20T23:16:19.630Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:16:19.631Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-20T23:16:19.631Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"f98e46bf-97bb-4089-be91-79e557e55561","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"6ac69403-2a44-4f40-a31e-1c857f6e7f5a","serviceDescription":"service","serviceInvariantUUID":"fd66ce7e-1716-49f4-8b66-941ec35f51cb","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c8633e1b-2e4a-4020-8ba4-49abcdcc0456","resourceInvariantUUID":"c1aaf8e4-421a-4964-89c1-af3840a4263e","resourceCustomizationUUID":"f7a6d08b-a717-47ab-b90a-7614925e57b5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml","artifactChecksum":"NDdkM2NkMDc0N2VjZTQ1NmNmOWMxOGJjZGQxNDQ3YWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c96de947-8595-4d05-9dd1-2d300dcb2470","artifactVersion":"1"},{"artifactName":"basic_cnf_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json","artifactChecksum":"OGFmMGQ1OGZjN2FlMDk3MzhkZTU5YWI2ZWZjMzBiMDY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3cee162a-b25d-48ab-8d7a-a8d91da51714","artifactVersion":"1"},{"artifactName":"base_template_dummy_ignore.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml","artifactChecksum":"ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"300f89b9-8574-42d4-b083-768d2f1bce3f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"Njk1MTM1MjJiZTllY2UyN2I2MWE2NzA1NzAzZWM5YjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d66c35cb-7f83-4e83-89ab-adad5ed58837","artifactVersion":"1"},{"artifactName":"helm_apache.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b9dead46-ecdf-4dd0-bc67-46a753926a40","artifactVersion":"2","generatedFromUUID":"6c44304e-863c-4f1d-9210-42617b91da9b"},{"artifactName":"base_template_dummy_ignore.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env","artifactChecksum":"MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"277a46e7-36f1-46e4-a603-11cf440726c1","artifactVersion":"2","generatedFromUUID":"300f89b9-8574-42d4-b083-768d2f1bce3f"},{"artifactName":"helm_apache.tgz","artifactType":"HELM","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz","artifactChecksum":"Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"6c44304e-863c-4f1d-9210-42617b91da9b","artifactVersion":"1"},{"artifactName":"basic_cnf_cba_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip","artifactChecksum":"OWEzNmRmZDA4MGYyNGFkYTE2M2M0ZmVhMjNhZDVjNmM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"c9f516dc-abfa-46a6-adc6-fa60edf77c13","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml","artifactChecksum":"YzczMTJkMGZlZjMyYzU0YjMyYTdhNmFjY2QxOTA4MzI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"710290b2-0498-4876-bbf9-a01c254b4e19","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"OTNlMDEwNDY4YjRhNGU3MjQ2ZDhiYTBkYWQxY2VkOGE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"310c16f8-c8e8-402f-b0c1-b226efee0b78","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-20T23:16:19.633Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-20T23:16:19.633Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-20T23:16:19.635Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T23:16:19.635Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653088575260, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T23:16:19.735Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-20T23:16:19.736Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T23:16:19.736Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T23:16:19.747Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:16:19.747Z||pool-117-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-20T23:16:20.635Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-20T23:16:20.636Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-20T23:16:20.637Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T23:16:20.637Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653088575260, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-05-20T23:16:20.738Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-20T23:16:20.738Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T23:16:20.738Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T23:16:20.753Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:16:20.753Z||pool-118-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-20T23:16:21.638Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-20T23:16:21.639Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-20T23:16:21.641Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T23:16:21.641Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653088575260, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-05-20T23:16:21.741Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-20T23:16:21.742Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T23:16:21.742Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T23:16:21.755Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:16:21.755Z||pool-119-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-05-20T23:16:22.641Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-20T23:16:22.642Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-20T23:16:22.644Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T23:16:22.644Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653088575260, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T23:16:22.745Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-20T23:16:22.745Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T23:16:22.745Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T23:16:22.760Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:16:22.760Z||pool-120-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-20T23:16:23.645Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-20T23:16:23.646Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-20T23:16:23.648Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T23:16:23.648Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653088575260, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-05-20T23:16:23.748Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-20T23:16:23.749Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T23:16:23.749Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T23:16:23.761Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:16:23.761Z||pool-121-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-20T23:16:24.648Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-20T23:16:24.649Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-20T23:16:24.651Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T23:16:24.651Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653088575260, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-05-20T23:16:24.751Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-20T23:16:24.752Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T23:16:24.752Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T23:16:24.770Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:16:24.771Z||pool-122-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-05-20T23:16:25.651Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-20T23:16:25.652Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-20T23:16:25.654Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T23:16:25.655Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653088575260, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-05-20T23:16:25.755Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-20T23:16:25.755Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T23:16:25.755Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T23:16:25.768Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:16:25.769Z||pool-123-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-05-20T23:16:26.655Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-20T23:16:26.656Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-20T23:16:26.658Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T23:16:26.658Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653088575260, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-20T23:16:26.758Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-20T23:16:26.759Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T23:16:26.759Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T23:16:26.772Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:16:26.772Z||pool-124-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-20T23:16:27.659Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-20T23:16:27.660Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-20T23:16:27.661Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T23:16:27.662Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653088575260, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-20T23:16:27.762Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-20T23:16:27.762Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T23:16:27.762Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T23:16:27.775Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:16:27.775Z||pool-125-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-20T23:16:28.662Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-20T23:16:28.663Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-20T23:16:28.665Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T23:16:28.665Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653088575260, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-20T23:16:28.765Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-20T23:16:28.766Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T23:16:28.766Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T23:16:28.778Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:16:28.778Z||pool-126-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-20T23:16:29.667Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "6ac69403-2a44-4f40-a31e-1c857f6e7f5a", "serviceDescription": "service", "serviceInvariantUUID": "fd66ce7e-1716-49f4-8b66-941ec35f51cb", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "f7a6d08b-a717-47ab-b90a-7614925e57b5", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "c8633e1b-2e4a-4020-8ba4-49abcdcc0456", "resourceInvariantUUID": "c1aaf8e4-421a-4964-89c1-af3840a4263e", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_cnf_macro0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "artifactChecksum": "OGFmMGQ1OGZjN2FlMDk3MzhkZTU5YWI2ZWZjMzBiMDY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "3cee162a-b25d-48ab-8d7a-a8d91da51714", "relatedArtifactsInfo": [] }, { "artifactName": "base_template_dummy_ignore.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "artifactChecksum": "ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "300f89b9-8574-42d4-b083-768d2f1bce3f", "generatedArtifact": { "artifactName": "base_template_dummy_ignore.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "277a46e7-36f1-46e4-a603-11cf440726c1", "generatedFromUUID": "300f89b9-8574-42d4-b083-768d2f1bce3f" }, "relatedArtifactsInfo": [] }, { "artifactName": "helm_apache.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "b9dead46-ecdf-4dd0-bc67-46a753926a40", "relatedArtifactsInfo": [] }, { "artifactName": "base_template_dummy_ignore.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "277a46e7-36f1-46e4-a603-11cf440726c1", "relatedArtifactsInfo": [] }, { "artifactName": "helm_apache.tgz", "artifactType": "HELM", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "artifactChecksum": "Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "6c44304e-863c-4f1d-9210-42617b91da9b", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "OTNlMDEwNDY4YjRhNGU3MjQ2ZDhiYTBkYWQxY2VkOGE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "310c16f8-c8e8-402f-b0c1-b226efee0b78" } ], "workloadContext": "Production" } 2022-05-20T23:16:29.667Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-20T23:16:29.667Z|263b72e6-fa36-4179-bd9f-809bc5eb7ed2|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 6ac69403-2a44-4f40-a31e-1c857f6e7f5a ASDC 2022-05-20T23:16:29.668Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:f98e46bf-97bb-4089-be91-79e557e55561 ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:6ac69403-2a44-4f40-a31e-1c857f6e7f5a ServiceInvariantUUID:fd66ce7e-1716-49f4-8b66-941ec35f51cb ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicCnfMacro-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ArtifactUUID:310c16f8-c8e8-402f-b0c1-b226efee0b78 ArtifactChecksum:OTNlMDEwNDY4YjRhNGU3MjQ2ZDhiYTBkYWQxY2VkOGE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:f7a6d08b-a717-47ab-b90a-7614925e57b5 ResourceInvariantUUID:c1aaf8e4-421a-4964-89c1-af3840a4263e ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:c8633e1b-2e4a-4020-8ba4-49abcdcc0456 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_cnf_macro0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ArtifactUUID:3cee162a-b25d-48ab-8d7a-a8d91da51714 ArtifactChecksum:OGFmMGQ1OGZjN2FlMDk3MzhkZTU5YWI2ZWZjMzBiMDY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_template_dummy_ignore.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ArtifactUUID:300f89b9-8574-42d4-b083-768d2f1bce3f ArtifactChecksum:ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_template_dummy_ignore.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ArtifactUUID:277a46e7-36f1-46e4-a603-11cf440726c1 ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:helm_apache.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ArtifactUUID:b9dead46-ecdf-4dd0-bc67-46a753926a40 ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_template_dummy_ignore.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ArtifactUUID:277a46e7-36f1-46e4-a603-11cf440726c1 ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:helm_apache.tgz ArtifactVersion:1 ArtifactType:HELM ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ArtifactUUID:6c44304e-863c-4f1d-9210-42617b91da9b ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-05-20T23:16:29.668Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6ac69403-2a44-4f40-a31e-1c857f6e7f5a ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-20T23:16:29.696Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-20T23:16:29.697Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-05-20T23:16:29.697Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-05-20T23:16:29.697Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 310c16f8-c8e8-402f-b0c1-b226efee0b78 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-05-20T23:16:29.697Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-05-20T23:16:29.698Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-05-20T23:16:30.288Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-05-20T23:16:30.295Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 310c16f8-c8e8-402f-b0c1-b226efee0b78 158200 2022-05-20T23:16:30.295Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-05-20T23:16:30.295Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-05-20T23:16:30.295Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-20T23:16:30.295Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-20T23:16:30.296Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T23:16:30.296Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653088590295, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-20T23:16:30.397Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-20T23:16:30.397Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T23:16:30.398Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T23:16:30.410Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:16:30.410Z||pool-127-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-20T23:16:31.297Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-20T23:16:31.298Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-05-20T23:16:31.299Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 310c16f8-c8e8-402f-b0c1-b226efee0b78, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-05-20T23:16:31.299Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2022-05-20T23:16:31.299Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-05-20T23:16:31.300Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-05-20T23:16:31.381Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11529975515849819725/Definitions/service-BasicCnfMacro-template.yml 2022-05-20T23:16:32.216Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-20T23:16:32.216Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-05-20T23:16:32.216Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-05-20T23:16:32.217Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-05-20T23:16:32.217Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-05-20T23:16:32.217Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-05-20T23:16:32.217Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-05-20T23:16:32.217Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-05-20T23:16:32.217Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-05-20T23:16:32.217Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T23:16:32.217Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-20T23:16:32.217Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-20T23:16:32.217Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-05-20T23:16:32.217Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-20T23:16:32.217Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T23:16:32.218Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-20T23:16:32.218Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-20T23:16:32.218Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-05-20T23:16:32.218Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-20T23:16:32.218Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T23:16:32.218Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-20T23:16:32.218Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T23:16:32.218Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-05-20T23:16:32.218Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2022-05-20T23:16:32.218Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||Node template dummy_base is not matching search criteria 2022-05-20T23:16:32.218Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-05-20T23:16:32.218Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T23:16:32.219Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-20T23:16:32.219Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T23:16:32.219Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-20T23:16:32.219Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-20T23:16:32.219Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T23:16:32.219Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-20T23:16:32.219Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-20T23:16:32.219Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T23:16:32.219Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-20T23:16:32.219Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-20T23:16:32.219Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T23:16:32.220Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-20T23:16:32.220Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-20T23:16:32.220Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T23:16:32.220Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-05-20T23:16:32.220Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2022-05-20T23:16:32.220Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=3e0de456-47ec-4c8a-981c-4873d82841ea 2022-05-20T23:16:32.220Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T23:16:32.220Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-20T23:16:32.220Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T23:16:32.220Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-20T23:16:32.220Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T23:16:32.220Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-20T23:16:32.220Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T23:16:32.220Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-20T23:16:32.221Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:6ac69403-2a44-4f40-a31e-1c857f6e7f5a Model Version:NULL Model InvariantUuid:fd66ce7e-1716-49f4-8b66-941ec35f51cb Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:fcde9475-3594-42a9-a132-99c8d523740b Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:c1aaf8e4-421a-4964-89c1-af3840a4263e Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:f7a6d08b-a717-47ab-b90a-7614925e57b5 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:0e601a7f-4e9f-4ee7-b03f-063a41bdf6ed ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:a4b647b8-8f9e-49a0-a6b0-970c2b85a080 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:8934eb5a-4ccd-4cc0-898f-599963f55234 ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:e53f901d-dcf7-450a-93a4-bcc1e1d384ca ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:3e0de456-47ec-4c8a-981c-4873d82841ea ModelInvariantUuid:915a7f60-f374-46af-ae37-799a1d7c1875 ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:a5f8973f-6704-4d65-b982-368f75a471e6 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:1530622f-73a3-48e2-822a-57b93382735b ModelInvariantUuid:f3f1e346-f256-4bd5-abad-de43a241cc29 ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:4c2056f8-ef0e-4615-ad2f-4f8884401a73 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-05-20T23:16:32.229Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: c8633e1b-2e4a-4020-8ba4-49abcdcc0456 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-20T23:16:32.231Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||INFO|500||basic_cnf_macro 0 2022-05-20T23:16:32.232Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c8633e1b-2e4a-4020-8ba4-49abcdcc0456 2022-05-20T23:16:32.232Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 3cee162a-b25d-48ab-8d7a-a8d91da51714 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-05-20T23:16:32.232Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-05-20T23:16:32.232Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-05-20T23:16:32.304Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-05-20T23:16:32.305Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 3cee162a-b25d-48ab-8d7a-a8d91da51714 1565 2022-05-20T23:16:32.305Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2022-05-20T23:16:32.305Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-05-20T23:16:32.305Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-20T23:16:32.305Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-20T23:16:32.307Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T23:16:32.307Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653088592305, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-20T23:16:32.408Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-20T23:16:32.408Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T23:16:32.409Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T23:16:32.422Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:16:32.423Z||pool-128-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-20T23:16:33.308Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "8934eb5a-4ccd-4cc0-898f-599963f55234", "vfModuleModelVersion": "1", "vfModuleModelUUID": "e53f901d-dcf7-450a-93a4-bcc1e1d384ca", "vfModuleModelCustomizationUUID": "4c7e9a77-4ad7-40d7-a84a-1993b5bf9bbb", "isBase": true, "artifacts": [ "300f89b9-8574-42d4-b083-768d2f1bce3f", "277a46e7-36f1-46e4-a603-11cf440726c1" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_template_dummy_ignore", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } }, { "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1", "vfModuleModelInvariantUUID": "0e601a7f-4e9f-4ee7-b03f-063a41bdf6ed", "vfModuleModelVersion": "1", "vfModuleModelUUID": "a4b647b8-8f9e-49a0-a6b0-970c2b85a080", "vfModuleModelCustomizationUUID": "6d42af61-e157-49fc-921b-f119fc085e90", "isBase": false, "artifacts": [ "6c44304e-863c-4f1d-9210-42617b91da9b" ], "properties": { "min_vf_module_instances": "0", "vf_module_label": "helm_apache", "max_vf_module_instances": "", "vfc_list": "", "vf_module_type": "Expansion", "vf_module_description": "", "initial_count": "0", "volume_group": "false", "availability_zone_count": "" } } ] 2022-05-20T23:16:33.313Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:e53f901d-dcf7-450a-93a4-bcc1e1d384ca VfModuleModelInvariantUUID:8934eb5a-4ccd-4cc0-898f-599963f55234 VfModuleModelDescription:NULL Artifacts UUID List:{ 300f89b9-8574-42d4-b083-768d2f1bce3f , 277a46e7-36f1-46e4-a603-11cf440726c1 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_template_dummy_ignore max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true , VfModuleMetaData: VfModuleModelName:BasicCnfMacro..helm_apache..module-1 VfModuleModelVersion:1 VfModuleModelUUID:a4b647b8-8f9e-49a0-a6b0-970c2b85a080 VfModuleModelInvariantUUID:0e601a7f-4e9f-4ee7-b03f-063a41bdf6ed VfModuleModelDescription:NULL Artifacts UUID List:{ 6c44304e-863c-4f1d-9210-42617b91da9b } Properties List:{ min_vf_module_instances : 0 vf_module_label : helm_apache max_vf_module_instances : vfc_list : vf_module_type : Expansion vf_module_description : initial_count : 0 volume_group : false availability_zone_count : } isBase:false } 2022-05-20T23:16:33.315Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "8934eb5a-4ccd-4cc0-898f-599963f55234", "vfModuleModelVersion": "1", "vfModuleModelUUID": "e53f901d-dcf7-450a-93a4-bcc1e1d384ca", "vfModuleModelCustomizationUUID": "4c7e9a77-4ad7-40d7-a84a-1993b5bf9bbb", "isBase": true, "artifacts": [ "300f89b9-8574-42d4-b083-768d2f1bce3f", "277a46e7-36f1-46e4-a603-11cf440726c1" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_template_dummy_ignore", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } }, { "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1", "vfModuleModelInvariantUUID": "0e601a7f-4e9f-4ee7-b03f-063a41bdf6ed", "vfModuleModelVersion": "1", "vfModuleModelUUID": "a4b647b8-8f9e-49a0-a6b0-970c2b85a080", "vfModuleModelCustomizationUUID": "6d42af61-e157-49fc-921b-f119fc085e90", "isBase": false, "artifacts": [ "6c44304e-863c-4f1d-9210-42617b91da9b" ], "properties": { "min_vf_module_instances": "0", "vf_module_label": "helm_apache", "max_vf_module_instances": "", "vfc_list": "", "vf_module_type": "Expansion", "vf_module_description": "", "initial_count": "0", "volume_group": "false", "availability_zone_count": "" } } ] 2022-05-20T23:16:33.316Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:e53f901d-dcf7-450a-93a4-bcc1e1d384ca VfModuleModelInvariantUUID:8934eb5a-4ccd-4cc0-898f-599963f55234 VfModuleModelDescription:NULL Artifacts UUID List:{ 300f89b9-8574-42d4-b083-768d2f1bce3f , 277a46e7-36f1-46e4-a603-11cf440726c1 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_template_dummy_ignore max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true , VfModuleMetaData: VfModuleModelName:BasicCnfMacro..helm_apache..module-1 VfModuleModelVersion:1 VfModuleModelUUID:a4b647b8-8f9e-49a0-a6b0-970c2b85a080 VfModuleModelInvariantUUID:0e601a7f-4e9f-4ee7-b03f-063a41bdf6ed VfModuleModelDescription:NULL Artifacts UUID List:{ 6c44304e-863c-4f1d-9210-42617b91da9b } Properties List:{ min_vf_module_instances : 0 vf_module_label : helm_apache max_vf_module_instances : vfc_list : vf_module_type : Expansion vf_module_description : initial_count : 0 volume_group : false availability_zone_count : } isBase:false } 2022-05-20T23:16:33.316Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 300f89b9-8574-42d4-b083-768d2f1bce3f from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-05-20T23:16:33.316Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-05-20T23:16:33.316Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-05-20T23:16:33.497Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-05-20T23:16:33.498Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 300f89b9-8574-42d4-b083-768d2f1bce3f 914 2022-05-20T23:16:33.498Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2022-05-20T23:16:33.498Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-05-20T23:16:33.498Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-20T23:16:33.498Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-20T23:16:33.500Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T23:16:33.500Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653088593498, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-05-20T23:16:33.601Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-20T23:16:33.601Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T23:16:33.601Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T23:16:33.612Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:16:33.613Z||pool-129-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-20T23:16:34.501Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: b9dead46-ecdf-4dd0-bc67-46a753926a40 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-05-20T23:16:34.502Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-05-20T23:16:34.502Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-05-20T23:16:34.700Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-05-20T23:16:34.701Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env b9dead46-ecdf-4dd0-bc67-46a753926a40 12 2022-05-20T23:16:34.701Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2022-05-20T23:16:34.701Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-05-20T23:16:34.701Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-20T23:16:34.701Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-20T23:16:34.704Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T23:16:34.704Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653088594701, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-05-20T23:16:34.804Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-20T23:16:34.805Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T23:16:34.805Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T23:16:34.816Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:16:34.816Z||pool-130-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-05-20T23:16:35.704Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 277a46e7-36f1-46e4-a603-11cf440726c1 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-05-20T23:16:35.705Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-05-20T23:16:35.705Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-05-20T23:16:36.136Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-05-20T23:16:36.137Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 277a46e7-36f1-46e4-a603-11cf440726c1 96 2022-05-20T23:16:36.137Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2022-05-20T23:16:36.137Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-05-20T23:16:36.137Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-20T23:16:36.137Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-20T23:16:36.139Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T23:16:36.139Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653088596137, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-05-20T23:16:36.240Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-20T23:16:36.240Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T23:16:36.240Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T23:16:36.253Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:16:36.253Z||pool-131-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-05-20T23:16:37.140Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 6c44304e-863c-4f1d-9210-42617b91da9b from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-05-20T23:16:37.141Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-05-20T23:16:37.141Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-05-20T23:16:37.488Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-05-20T23:16:37.489Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 6c44304e-863c-4f1d-9210-42617b91da9b 20206 2022-05-20T23:16:37.490Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2022-05-20T23:16:37.490Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-05-20T23:16:37.490Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-20T23:16:37.490Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-20T23:16:37.492Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T23:16:37.492Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653088597490, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-05-20T23:16:37.592Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-20T23:16:37.593Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T23:16:37.593Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T23:16:37.606Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:16:37.606Z||pool-132-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-20T23:16:38.495Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 6ac69403-2a44-4f40-a31e-1c857f6e7f5a 2022-05-20T23:16:38.495Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 c8633e1b-2e4a-4020-8ba4-49abcdcc0456 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-20T23:16:38.505Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@680b87e8, org.onap.sdc.toscaparser.api.parameters.Input@1945f79e, org.onap.sdc.toscaparser.api.parameters.Input@4c23fab8, org.onap.sdc.toscaparser.api.parameters.Input@5db73dad, org.onap.sdc.toscaparser.api.parameters.Input@6937d534] 2022-05-20T23:16:38.506Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T23:16:38.506Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-20T23:16:38.506Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2022-05-20T23:16:38.506Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= f7a6d08b-a717-47ab-b90a-7614925e57b5 2022-05-20T23:16:38.507Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f7a6d08b-a717-47ab-b90a-7614925e57b5 matches Tosca VF Customization UUID: f7a6d08b-a717-47ab-b90a-7614925e57b5 2022-05-20T23:16:38.507Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: f7a6d08b-a717-47ab-b90a-7614925e57b5 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-05-20T23:16:38.508Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T23:16:38.509Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-20T23:16:38.509Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id f7a6d08b-a717-47ab-b90a-7614925e57b5: {\"vf_module_id\":\"demo_module_id\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"demo_app\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"demo_vnf_ignore\",\"sdnc_model_name\":\"APACHE\"} 2022-05-20T23:16:38.509Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@68e3ff95 2022-05-20T23:16:38.509Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T23:16:38.510Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-20T23:16:38.510Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6d42af61-e157-49fc-921b-f119fc085e90 2022-05-20T23:16:38.510Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6d42af61-e157-49fc-921b-f119fc085e90 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-05-20T23:16:38.512Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T23:16:38.512Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-20T23:16:38.512Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-20T23:16:38.513Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T23:16:38.513Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-20T23:16:38.513Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-20T23:16:38.513Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T23:16:38.513Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-20T23:16:38.513Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=f7a6d08b-a717-47ab-b90a-7614925e57b5 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-20T23:16:38.515Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T23:16:38.515Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-20T23:16:38.515Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 6ac69403-2a44-4f40-a31e-1c857f6e7f5a: basic_cnf_macro 2022-05-20T23:16:38.515Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T23:16:38.515Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-20T23:16:38.515Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T23:16:38.515Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-20T23:16:38.515Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T23:16:38.515Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-20T23:16:38.516Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T23:16:38.516Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-20T23:16:38.516Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T23:16:38.516Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-20T23:16:38.516Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||INFO|500||Saving Service: basic_cnf_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-20T23:16:38.551Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro c8633e1b-2e4a-4020-8ba4-49abcdcc0456 2 ASDC deployResourceStructure 2022-05-20T23:16:38.551Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2022-05-20T23:16:38.551Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-05-20T23:16:38.551Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-20T23:16:38.551Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-20T23:16:38.553Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T23:16:38.553Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653088598551, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-05-20T23:16:38.653Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-20T23:16:38.654Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T23:16:38.654Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T23:16:38.665Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:16:38.666Z||pool-133-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-20T23:16:39.553Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2022-05-20T23:16:39.554Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-05-20T23:16:39.554Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-20T23:16:39.554Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-20T23:16:39.556Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T23:16:39.556Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653088599553, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-05-20T23:16:39.656Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-20T23:16:39.657Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T23:16:39.657Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T23:16:39.669Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:16:39.669Z||pool-134-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-20T23:16:40.557Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2022-05-20T23:16:40.557Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource) 2022-05-20T23:16:40.558Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-05-20T23:16:40.558Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-20T23:16:40.560Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T23:16:40.560Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653088600557, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-05-20T23:16:40.661Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-20T23:16:40.661Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T23:16:40.661Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T23:16:40.674Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:16:40.674Z||pool-135-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-20T23:16:41.561Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2022-05-20T23:16:41.562Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-05-20T23:16:41.562Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-20T23:16:41.562Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-20T23:16:41.564Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T23:16:41.565Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653088601561, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-05-20T23:16:41.665Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-20T23:16:41.665Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T23:16:41.666Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T23:16:41.679Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:16:41.679Z||pool-136-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-20T23:16:42.565Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2022-05-20T23:16:42.566Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource) 2022-05-20T23:16:42.566Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-05-20T23:16:42.566Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-20T23:16:42.568Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T23:16:42.568Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653088602565, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-05-20T23:16:42.669Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-20T23:16:42.669Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T23:16:42.670Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T23:16:42.684Z||pool-137-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:16:42.684Z||pool-137-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-20T23:16:43.569Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-05-20T23:16:43.570Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-05-20T23:16:43.570Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-20T23:16:43.570Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-20T23:16:43.572Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T23:16:43.572Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653088603569, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-20T23:16:43.673Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-20T23:16:43.673Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T23:16:43.673Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T23:16:43.693Z||pool-138-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:16:43.694Z||pool-138-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-05-20T23:16:44.573Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f98e46bf-97bb-4089-be91-79e557e55561 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-20T23:16:44.587Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f98e46bf-97bb-4089-be91-79e557e55561 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-20T23:16:44.589Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-20T23:16:44.590Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-20T23:16:44.590Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-20T23:16:44.590Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-20T23:16:44.590Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-20T23:16:44.590Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-20T23:16:44.590Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-20T23:16:44.591Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-20T23:16:44.591Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-20T23:16:44.591Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-20T23:16:44.591Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-20T23:16:44.595Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-20T23:17:14.595Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f98e46bf-97bb-4089-be91-79e557e55561 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-05-20T23:17:14.601Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f98e46bf-97bb-4089-be91-79e557e55561 and serviceModelVersionId: 6ac69403-2a44-4f40-a31e-1c857f6e7f5a 2022-05-20T23:17:14.601Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fd66ce7e-1716-49f4-8b66-941ec35f51cb 2022-05-20T23:17:14.602Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fd66ce7e-1716-49f4-8b66-941ec35f51cb/model-vers/model-ver/6ac69403-2a44-4f40-a31e-1c857f6e7f5a?depth=0 2022-05-20T23:17:14.607Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-05-20T23:17:14.631Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd66ce7e-1716-49f4-8b66-941ec35f51cb/model-vers/model-ver/6ac69403-2a44-4f40-a31e-1c857f6e7f5a?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-05-20T23:17:14.632Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd66ce7e-1716-49f4-8b66-941ec35f51cb/model-vers/model-ver/6ac69403-2a44-4f40-a31e-1c857f6e7f5a?depth=0|INFO|500||Invoke 2022-05-20T23:17:14.651Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd66ce7e-1716-49f4-8b66-941ec35f51cb/model-vers/model-ver/6ac69403-2a44-4f40-a31e-1c857f6e7f5a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-20T23:17:14.939Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd66ce7e-1716-49f4-8b66-941ec35f51cb/model-vers/model-ver/6ac69403-2a44-4f40-a31e-1c857f6e7f5a?depth=0|INFO|500||InvokeReturn 2022-05-20T23:17:14.939Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd66ce7e-1716-49f4-8b66-941ec35f51cb/model-vers/model-ver/6ac69403-2a44-4f40-a31e-1c857f6e7f5a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220520-23:17:14:655-90995], vertex-id=[249896], Content-Length=[0], Date=[Fri, 20 May 2022 23:17:14 GMT], Content-Type=[application/json]} 2022-05-20T23:17:14.940Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity. 2022-05-20T23:17:14.940Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-20T23:17:14.940Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-20T23:17:14.943Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-05-20T23:17:14.943Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f98e46bf-97bb-4089-be91-79e557e55561 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-20T23:17:14.944Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-20T23:17:14.944Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-20T23:17:14.945Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T23:17:14.945Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653088634944, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-20T23:17:15.046Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-20T23:17:15.046Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T23:17:15.046Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T23:17:15.063Z||pool-139-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:17:15.064Z||pool-139-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-20T23:17:15.957Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T23:17:15.957Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T23:17:15.957Z|f98e46bf-97bb-4089-be91-79e557e55561|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 Mp7J3lz9Op8nR73K) ... 2022-05-20T23:17:19.081Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T23:17:19.082Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T23:17:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T23:17:19.105Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:17:19.106Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:17:19.106Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "263b72e6-fa36-4179-bd9f-809bc5eb7ed2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653088574245, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR" } 2022-05-20T23:17:19.107Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T23:17:25.502Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:17:25.503Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T23:17:25.503Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T23:17:25.503Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T23:17:35.042Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:17:35.042Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T23:17:35.043Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T23:17:35.043Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T23:17:44.577Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:17:44.577Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T23:17:44.578Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T23:17:44.578Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T23:17:54.120Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:18:19.080Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T23:18:19.080Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T23:18:19.081Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T23:18:19.081Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T23:18:19.082Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T23:18:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T23:18:19.602Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:18:19.603Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:18:19.603Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653088575260, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T23:18:19.603Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:18:19.603Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:18:19.603Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653088575260, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-05-20T23:18:19.603Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:18:19.604Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:18:19.604Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653088575260, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-05-20T23:18:19.604Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:18:19.604Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:18:19.604Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653088575260, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T23:18:19.604Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:18:19.604Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:18:19.604Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653088575260, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-05-20T23:18:19.604Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:18:19.604Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:18:19.604Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653088575260, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-05-20T23:18:19.604Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:18:19.604Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:18:19.604Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653088575260, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-05-20T23:18:19.604Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:18:19.605Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:18:19.605Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653088575260, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-20T23:18:19.605Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:18:19.605Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:18:19.605Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653088575260, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-20T23:18:19.605Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:18:19.605Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:18:19.605Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653088575260, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-20T23:18:19.605Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:18:19.605Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:18:19.605Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653088590295, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-20T23:18:19.605Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T23:18:19.605Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:18:19.606Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653088592305, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-20T23:18:19.606Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T23:18:19.606Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:18:19.606Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653088593498, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-05-20T23:18:19.606Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T23:18:19.606Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:18:19.606Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653088594701, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-05-20T23:18:19.606Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T23:18:19.606Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:18:19.606Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653088596137, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-05-20T23:18:19.606Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T23:18:19.606Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:18:19.606Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653088597490, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-05-20T23:18:19.606Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T23:18:19.606Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:18:19.607Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653088598551, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-05-20T23:18:19.607Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T23:18:19.607Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:18:19.607Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653088599553, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-05-20T23:18:19.607Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T23:18:19.607Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:18:19.607Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653088600557, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-05-20T23:18:19.607Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T23:18:19.607Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:18:19.607Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653088601561, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-05-20T23:18:19.607Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T23:18:19.607Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:18:19.607Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653088602565, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-05-20T23:18:19.607Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T23:18:19.607Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:18:19.607Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653088603569, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-20T23:18:19.607Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T23:18:19.607Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:18:19.607Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f98e46bf-97bb-4089-be91-79e557e55561", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653088634944, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-20T23:18:19.607Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T23:18:25.371Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:18:25.372Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-20T23:18:25.372Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"2323dd8b-5993-4b9a-bd27-f82da6df9c0e","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"7e411587-829f-47e9-b318-42f06da15a64","serviceDescription":"service","serviceInvariantUUID":"91512ff6-3b13-4b49-bf6c-c52fdb1de1c9","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"f08b6976-2734-479a-a3b9-c8e02f625e19","resourceInvariantUUID":"ef737f88-fa44-4790-8662-08a0c1cb86f4","resourceCustomizationUUID":"831d5077-4222-421a-af2c-3df11172583f","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":"ZDVhNWY5MmFhODgyMjc1ZTA4OTk5MzM2OTA5ZDJmNmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"dd5096c1-bd9c-46c0-8172-2d58a8143518","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":"27f51b76-9b4f-40f0-9139-217600c83ea9","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":"89fe7171-5b75-4095-9e35-db12abba1747","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":"ZjY5YzQxMTAzNWQ5YTU3N2ZiNGQ4YTEwMDg5NWRjMzQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"abe2ef04-ecd1-4416-bf64-591e98f77600","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":"0b181876-dd0d-45b4-a622-189ae08d6e82","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":"26151124-7543-452f-b5db-03abb432e552","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":"b61b172b-098d-4575-96fc-39800209acc3","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":"MWI2NGFiMTI5NjE3NmY1YWI4YTg1N2Y0NzFhMDAxZGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4601d948-725b-4004-ab6a-5ab1c2f68551","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"MDVjZWNhMGFjYzBlNGMwYmM5MmUxODZkMzEwNjkwM2I\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7237f6d3-ba0d-4a4f-9a23-6390b5abac28","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-20T23:18:25.374Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-20T23:18:25.374Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-20T23:18:25.377Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T23:18:25.377Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "2323dd8b-5993-4b9a-bd27-f82da6df9c0e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653088699080, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T23:18:25.478Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-20T23:18:25.479Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T23:18:25.479Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T23:18:25.493Z||pool-140-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:18:25.493Z||pool-140-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-20T23:18:26.377Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-20T23:18:26.378Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-20T23:18:26.379Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T23:18:26.380Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "2323dd8b-5993-4b9a-bd27-f82da6df9c0e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653088699080, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-20T23:18:26.480Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-20T23:18:26.480Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T23:18:26.481Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T23:18:26.501Z||pool-141-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:18:26.502Z||pool-141-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-05-20T23:18:27.380Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-20T23:18:27.381Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-20T23:18:27.384Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T23:18:27.384Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "2323dd8b-5993-4b9a-bd27-f82da6df9c0e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653088699080, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-20T23:18:27.484Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-20T23:18:27.485Z||pool-142-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T23:18:27.485Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T23:18:27.504Z||pool-142-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:18:27.504Z||pool-142-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-05-20T23:18:28.385Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-20T23:18:28.385Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-20T23:18:28.387Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T23:18:28.387Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "2323dd8b-5993-4b9a-bd27-f82da6df9c0e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653088699080, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-20T23:18:28.487Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-20T23:18:28.488Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T23:18:28.488Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T23:18:28.501Z||pool-143-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:18:28.501Z||pool-143-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-20T23:18:29.387Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-20T23:18:29.388Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-20T23:18:29.390Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T23:18:29.390Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "2323dd8b-5993-4b9a-bd27-f82da6df9c0e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653088699080, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T23:18:29.490Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-20T23:18:29.490Z||pool-144-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T23:18:29.490Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T23:18:29.505Z||pool-144-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:18:29.505Z||pool-144-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-20T23:18:30.391Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-20T23:18:30.391Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-20T23:18:30.393Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T23:18:30.393Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "2323dd8b-5993-4b9a-bd27-f82da6df9c0e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653088699080, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-20T23:18:30.493Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-20T23:18:30.494Z||pool-145-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T23:18:30.494Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T23:18:30.511Z||pool-145-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:18:30.511Z||pool-145-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-05-20T23:18:31.393Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-20T23:18:31.394Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-20T23:18:31.396Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T23:18:31.396Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "2323dd8b-5993-4b9a-bd27-f82da6df9c0e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653088699080, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-20T23:18:31.496Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-20T23:18:31.497Z||pool-146-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T23:18:31.497Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T23:18:31.513Z||pool-146-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:18:31.514Z||pool-146-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-05-20T23:18:32.396Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-20T23:18:32.397Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-20T23:18:32.399Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T23:18:32.399Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "2323dd8b-5993-4b9a-bd27-f82da6df9c0e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653088699080, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-20T23:18:32.499Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-20T23:18:32.500Z||pool-147-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T23:18:32.500Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T23:18:32.513Z||pool-147-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:18:32.513Z||pool-147-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-20T23:18:33.399Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-20T23:18:33.400Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-20T23:18:33.401Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T23:18:33.402Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "2323dd8b-5993-4b9a-bd27-f82da6df9c0e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653088699080, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-20T23:18:33.502Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-20T23:18:33.503Z||pool-148-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T23:18:33.503Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T23:18:33.514Z||pool-148-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:18:33.515Z||pool-148-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-20T23:18:34.403Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "2323dd8b-5993-4b9a-bd27-f82da6df9c0e", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "7e411587-829f-47e9-b318-42f06da15a64", "serviceDescription": "service", "serviceInvariantUUID": "91512ff6-3b13-4b49-bf6c-c52fdb1de1c9", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "831d5077-4222-421a-af2c-3df11172583f", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "f08b6976-2734-479a-a3b9-c8e02f625e19", "resourceInvariantUUID": "ef737f88-fa44-4790-8662-08a0c1cb86f4", "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": "MDVjZWNhMGFjYzBlNGMwYmM5MmUxODZkMzEwNjkwM2I\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "7237f6d3-ba0d-4a4f-9a23-6390b5abac28" } ], "workloadContext": "Production" } 2022-05-20T23:18:34.403Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-20T23:18:34.403Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 7e411587-829f-47e9-b318-42f06da15a64 ASDC 2022-05-20T23:18:34.403Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:2323dd8b-5993-4b9a-bd27-f82da6df9c0e ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:7e411587-829f-47e9-b318-42f06da15a64 ServiceInvariantUUID:91512ff6-3b13-4b49-bf6c-c52fdb1de1c9 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:7237f6d3-ba0d-4a4f-9a23-6390b5abac28 ArtifactChecksum:MDVjZWNhMGFjYzBlNGMwYmM5MmUxODZkMzEwNjkwM2I= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:831d5077-4222-421a-af2c-3df11172583f ResourceInvariantUUID:ef737f88-fa44-4790-8662-08a0c1cb86f4 ResourceName:test-pnf ResourceType:PNF ResourceUUID:f08b6976-2734-479a-a3b9-c8e02f625e19 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-05-20T23:18:34.403Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7e411587-829f-47e9-b318-42f06da15a64 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-20T23:18:34.426Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-20T23:18:34.426Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-05-20T23:18:34.426Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-05-20T23:18:34.426Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 7237f6d3-ba0d-4a4f-9a23-6390b5abac28 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-05-20T23:18:34.427Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-05-20T23:18:34.427Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-05-20T23:18:34.697Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-05-20T23:18:34.705Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 7237f6d3-ba0d-4a4f-9a23-6390b5abac28 105670 2022-05-20T23:18:34.705Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-05-20T23:18:34.705Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-05-20T23:18:34.705Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-20T23:18:34.705Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-20T23:18:34.707Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T23:18:34.707Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "2323dd8b-5993-4b9a-bd27-f82da6df9c0e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653088714705, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-20T23:18:34.807Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-20T23:18:34.808Z||pool-149-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T23:18:34.808Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T23:18:34.820Z||pool-149-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:18:34.820Z||pool-149-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-05-20T23:18:35.707Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-20T23:18:35.708Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-05-20T23:18:35.708Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 7237f6d3-ba0d-4a4f-9a23-6390b5abac28, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-05-20T23:18:35.708Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2022-05-20T23:18:35.709Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-05-20T23:18:35.709Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-05-20T23:18:35.787Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9645578339689268992/Definitions/service-TestPnfMacro-template.yml 2022-05-20T23:18:36.375Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-20T23:18:36.375Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-05-20T23:18:36.376Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-05-20T23:18:36.376Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-05-20T23:18:36.376Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-05-20T23:18:36.376Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-05-20T23:18:36.376Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-05-20T23:18:36.376Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-05-20T23:18:36.376Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-05-20T23:18:36.376Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-05-20T23:18:36.376Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-05-20T23:18:36.376Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-05-20T23:18:36.376Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T23:18:36.376Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-20T23:18:36.376Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-05-20T23:18:36.376Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-05-20T23:18:36.376Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-20T23:18:36.376Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T23:18:36.377Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-20T23:18:36.377Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-05-20T23:18:36.377Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-05-20T23:18:36.377Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-20T23:18:36.377Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T23:18:36.377Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-20T23:18:36.377Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T23:18:36.377Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-20T23:18:36.377Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T23:18:36.377Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-20T23:18:36.377Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T23:18:36.377Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-20T23:18:36.377Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T23:18:36.377Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-20T23:18:36.377Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:7e411587-829f-47e9-b318-42f06da15a64 Model Version:NULL Model InvariantUuid:91512ff6-3b13-4b49-bf6c-c52fdb1de1c9 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-05-20T23:18:36.384Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: f08b6976-2734-479a-a3b9-c8e02f625e19 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-20T23:18:36.386Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||INFO|500||test-pnf 0 2022-05-20T23:18:36.386Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: f08b6976-2734-479a-a3b9-c8e02f625e19 2022-05-20T23:18:36.386Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 7e411587-829f-47e9-b318-42f06da15a64 2022-05-20T23:18:36.386Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 7e411587-829f-47e9-b318-42f06da15a64 2022-05-20T23:18:36.386Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 f08b6976-2734-479a-a3b9-c8e02f625e19 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-20T23:18:36.390Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@34609035, org.onap.sdc.toscaparser.api.parameters.Input@7161b24e, org.onap.sdc.toscaparser.api.parameters.Input@4bdc3605, org.onap.sdc.toscaparser.api.parameters.Input@8499dcc, org.onap.sdc.toscaparser.api.parameters.Input@381845c8] 2022-05-20T23:18:36.390Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T23:18:36.391Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-20T23:18:36.391Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 7e411587-829f-47e9-b318-42f06da15a64: test-pnf 2022-05-20T23:18:36.391Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||INFO|500||Processing PNF resource: f08b6976-2734-479a-a3b9-c8e02f625e19 2022-05-20T23:18:36.391Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-20T23:18:36.391Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-20T23:18:36.391Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||INFO|500||Resource customization UUID: 831d5077-4222-421a-af2c-3df11172583f is the same as notified resource customizationUUID: 831d5077-4222-421a-af2c-3df11172583f Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-05-20T23:18:36.424Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf f08b6976-2734-479a-a3b9-c8e02f625e19 0 ASDC deployResourceStructure 2022-05-20T23:18:36.424Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-05-20T23:18:36.425Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-05-20T23:18:36.425Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-20T23:18:36.425Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-20T23:18:36.427Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T23:18:36.427Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "2323dd8b-5993-4b9a-bd27-f82da6df9c0e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653088716424, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-20T23:18:36.527Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-20T23:18:36.528Z||pool-150-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T23:18:36.528Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T23:18:36.541Z||pool-150-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:18:36.542Z||pool-150-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-20T23:18:37.427Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2323dd8b-5993-4b9a-bd27-f82da6df9c0e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-20T23:18:37.438Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2323dd8b-5993-4b9a-bd27-f82da6df9c0e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-20T23:18:37.440Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-20T23:18:37.440Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-20T23:18:37.440Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-20T23:19:07.440Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2323dd8b-5993-4b9a-bd27-f82da6df9c0e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-20T23:19:07.451Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2323dd8b-5993-4b9a-bd27-f82da6df9c0e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-20T23:19:07.453Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-20T23:19:07.453Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-20T23:19:07.453Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-20T23:19:19.081Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T23:19:19.082Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T23:19:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T23:19:19.735Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:19:19.736Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:19:19.737Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2323dd8b-5993-4b9a-bd27-f82da6df9c0e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653088699080, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T23:19:19.737Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:19:19.737Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:19:19.737Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2323dd8b-5993-4b9a-bd27-f82da6df9c0e", "consumerID": "ves-openapi-manager", "timestamp": 1653088700064, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T23:19:19.737Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:19:19.737Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:19:19.737Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2323dd8b-5993-4b9a-bd27-f82da6df9c0e", "consumerID": "cds", "timestamp": 1653088702225, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T23:19:19.737Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:19:19.737Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:19:19.737Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2323dd8b-5993-4b9a-bd27-f82da6df9c0e", "consumerID": "policy-id", "timestamp": 1653088699489, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T23:19:19.737Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:19:19.738Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:19:19.738Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2323dd8b-5993-4b9a-bd27-f82da6df9c0e", "consumerID": "multicloud-k8s-id", "timestamp": 1653088705499, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T23:19:19.738Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:19:19.738Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:19:19.738Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2323dd8b-5993-4b9a-bd27-f82da6df9c0e", "consumerID": "ves-openapi-manager", "timestamp": 1653088700064, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-20T23:19:19.738Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:19:19.738Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:19:19.738Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2323dd8b-5993-4b9a-bd27-f82da6df9c0e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653088699080, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-20T23:19:19.738Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:19:19.738Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:19:19.738Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2323dd8b-5993-4b9a-bd27-f82da6df9c0e", "consumerID": "cds", "timestamp": 1653088702225, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-20T23:19:19.738Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:19:19.738Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:19:19.738Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2323dd8b-5993-4b9a-bd27-f82da6df9c0e", "consumerID": "policy-id", "timestamp": 1653088699489, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-20T23:19:19.738Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:19:19.738Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:19:19.738Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2323dd8b-5993-4b9a-bd27-f82da6df9c0e", "consumerID": "multicloud-k8s-id", "timestamp": 1653088705499, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-20T23:19:19.738Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:19:19.738Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:19:19.738Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2323dd8b-5993-4b9a-bd27-f82da6df9c0e", "consumerID": "ves-openapi-manager", "timestamp": 1653088700064, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-20T23:19:19.738Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:19:19.739Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:19:19.739Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2323dd8b-5993-4b9a-bd27-f82da6df9c0e", "consumerID": "cds", "timestamp": 1653088702225, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-20T23:19:19.739Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:19:19.739Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:19:19.739Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2323dd8b-5993-4b9a-bd27-f82da6df9c0e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653088699080, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-20T23:19:19.739Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:19:19.739Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:19:19.739Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2323dd8b-5993-4b9a-bd27-f82da6df9c0e", "consumerID": "policy-id", "timestamp": 1653088699489, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-20T23:19:19.739Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:19:19.739Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:19:19.739Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2323dd8b-5993-4b9a-bd27-f82da6df9c0e", "consumerID": "multicloud-k8s-id", "timestamp": 1653088705499, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-20T23:19:19.739Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:19:19.739Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:19:19.739Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2323dd8b-5993-4b9a-bd27-f82da6df9c0e", "consumerID": "cds", "timestamp": 1653088702225, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-20T23:19:19.739Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:19:19.739Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:19:19.739Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2323dd8b-5993-4b9a-bd27-f82da6df9c0e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653088699080, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-20T23:19:19.739Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:19:19.739Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:19:19.739Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2323dd8b-5993-4b9a-bd27-f82da6df9c0e", "consumerID": "ves-openapi-manager", "timestamp": 1653088700064, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-20T23:19:19.740Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:19:19.740Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:19:19.740Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2323dd8b-5993-4b9a-bd27-f82da6df9c0e", "consumerID": "policy-id", "timestamp": 1653088699489, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-20T23:19:19.740Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:19:19.740Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:19:19.740Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2323dd8b-5993-4b9a-bd27-f82da6df9c0e", "consumerID": "multicloud-k8s-id", "timestamp": 1653088705499, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-20T23:19:19.740Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:19:19.740Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:19:19.740Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2323dd8b-5993-4b9a-bd27-f82da6df9c0e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653088708646, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T23:19:19.740Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:19:19.740Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:19:19.740Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2323dd8b-5993-4b9a-bd27-f82da6df9c0e", "consumerID": "cds", "timestamp": 1653088702225, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T23:19:19.740Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:19:19.740Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:19:19.740Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2323dd8b-5993-4b9a-bd27-f82da6df9c0e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653088699080, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T23:19:19.740Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:19:19.740Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:19:19.740Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2323dd8b-5993-4b9a-bd27-f82da6df9c0e", "consumerID": "ves-openapi-manager", "timestamp": 1653088700064, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T23:19:19.740Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:19:19.740Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:19:19.740Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2323dd8b-5993-4b9a-bd27-f82da6df9c0e", "consumerID": "policy-id", "timestamp": 1653088699489, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T23:19:19.740Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:19:19.741Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:19:19.741Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2323dd8b-5993-4b9a-bd27-f82da6df9c0e", "consumerID": "multicloud-k8s-id", "timestamp": 1653088705499, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T23:19:19.741Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:19:19.741Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:19:19.741Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2323dd8b-5993-4b9a-bd27-f82da6df9c0e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653088708646, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-20T23:19:19.741Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:19:19.741Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:19:19.741Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2323dd8b-5993-4b9a-bd27-f82da6df9c0e", "consumerID": "cds", "timestamp": 1653088702225, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-20T23:19:19.741Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:19:19.741Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:19:19.741Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2323dd8b-5993-4b9a-bd27-f82da6df9c0e", "consumerID": "ves-openapi-manager", "timestamp": 1653088700064, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-20T23:19:19.741Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:19:19.741Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:19:19.741Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2323dd8b-5993-4b9a-bd27-f82da6df9c0e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653088699080, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-20T23:19:19.741Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:19:19.741Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:19:19.741Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2323dd8b-5993-4b9a-bd27-f82da6df9c0e", "consumerID": "policy-id", "timestamp": 1653088699489, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-20T23:19:19.741Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:19:19.741Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:19:19.741Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2323dd8b-5993-4b9a-bd27-f82da6df9c0e", "consumerID": "aai-ml", "timestamp": 1653088709856, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T23:19:19.741Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:19:19.741Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:19:19.741Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2323dd8b-5993-4b9a-bd27-f82da6df9c0e", "consumerID": "multicloud-k8s-id", "timestamp": 1653088705499, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-20T23:19:19.741Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:19:19.741Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:19:19.741Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2323dd8b-5993-4b9a-bd27-f82da6df9c0e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653088708646, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-20T23:19:19.741Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:19:19.742Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:19:19.742Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2323dd8b-5993-4b9a-bd27-f82da6df9c0e", "consumerID": "ves-openapi-manager", "timestamp": 1653088700064, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-05-20T23:19:19.742Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:19:19.742Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:19:19.742Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2323dd8b-5993-4b9a-bd27-f82da6df9c0e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653088699080, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-20T23:19:19.742Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:19:19.742Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:19:19.742Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2323dd8b-5993-4b9a-bd27-f82da6df9c0e", "consumerID": "cds", "timestamp": 1653088702225, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-20T23:19:19.742Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:19:19.742Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:19:19.742Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2323dd8b-5993-4b9a-bd27-f82da6df9c0e", "consumerID": "policy-id", "timestamp": 1653088699489, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-20T23:19:19.742Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:19:19.742Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:19:19.742Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2323dd8b-5993-4b9a-bd27-f82da6df9c0e", "consumerID": "aai-ml", "timestamp": 1653088709856, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-20T23:19:19.742Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:19:19.742Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:19:19.742Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2323dd8b-5993-4b9a-bd27-f82da6df9c0e", "consumerID": "multicloud-k8s-id", "timestamp": 1653088705499, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-20T23:19:19.742Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:19:19.742Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:19:19.742Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2323dd8b-5993-4b9a-bd27-f82da6df9c0e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653088708646, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-20T23:19:19.742Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:19:19.742Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:19:19.742Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2323dd8b-5993-4b9a-bd27-f82da6df9c0e", "consumerID": "ves-openapi-manager", "timestamp": 1653088700064, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-20T23:19:19.742Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:19:19.743Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:19:19.743Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2323dd8b-5993-4b9a-bd27-f82da6df9c0e", "consumerID": "cds", "timestamp": 1653088702225, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-20T23:19:19.743Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:19:19.743Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:19:19.743Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2323dd8b-5993-4b9a-bd27-f82da6df9c0e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653088699080, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-20T23:19:19.743Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:19:19.743Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:19:19.743Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2323dd8b-5993-4b9a-bd27-f82da6df9c0e", "consumerID": "policy-id", "timestamp": 1653088699489, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-20T23:19:19.743Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:19:19.743Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:19:19.743Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2323dd8b-5993-4b9a-bd27-f82da6df9c0e", "consumerID": "aai-ml", "timestamp": 1653088709856, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-20T23:19:19.743Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:19:19.743Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:19:19.743Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2323dd8b-5993-4b9a-bd27-f82da6df9c0e", "consumerID": "multicloud-k8s-id", "timestamp": 1653088705499, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-20T23:19:19.743Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:19:19.743Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:19:19.743Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2323dd8b-5993-4b9a-bd27-f82da6df9c0e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653088708646, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T23:19:19.743Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:19:19.743Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:19:19.743Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2323dd8b-5993-4b9a-bd27-f82da6df9c0e", "consumerID": "cds", "timestamp": 1653088702225, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-20T23:19:19.743Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:19:19.743Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:19:19.743Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2323dd8b-5993-4b9a-bd27-f82da6df9c0e", "consumerID": "ves-openapi-manager", "timestamp": 1653088700064, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-20T23:19:19.743Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:19:19.743Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:19:19.743Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2323dd8b-5993-4b9a-bd27-f82da6df9c0e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653088699080, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-20T23:19:19.743Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:19:19.743Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:19:19.743Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2323dd8b-5993-4b9a-bd27-f82da6df9c0e", "consumerID": "policy-id", "timestamp": 1653088699489, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-20T23:19:19.743Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:19:19.743Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:19:19.743Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2323dd8b-5993-4b9a-bd27-f82da6df9c0e", "consumerID": "aai-ml", "timestamp": 1653088709856, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-20T23:19:19.743Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:19:19.743Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:19:19.744Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2323dd8b-5993-4b9a-bd27-f82da6df9c0e", "consumerID": "multicloud-k8s-id", "timestamp": 1653088705499, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-20T23:19:19.744Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:19:19.744Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:19:19.744Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2323dd8b-5993-4b9a-bd27-f82da6df9c0e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653088708646, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-20T23:19:19.744Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:19:19.744Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:19:19.744Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2323dd8b-5993-4b9a-bd27-f82da6df9c0e", "consumerID": "aai-ml", "timestamp": 1653088709856, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T23:19:19.744Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:19:19.744Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:19:19.744Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2323dd8b-5993-4b9a-bd27-f82da6df9c0e", "consumerID": "cds", "timestamp": 1653088714645, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-20T23:19:19.744Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T23:19:19.744Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:19:19.744Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2323dd8b-5993-4b9a-bd27-f82da6df9c0e", "consumerID": "ves-openapi-manager", "timestamp": 1653088714701, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-05-20T23:19:19.744Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T23:19:19.744Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:19:19.744Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2323dd8b-5993-4b9a-bd27-f82da6df9c0e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653088714705, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-20T23:19:19.744Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T23:19:19.744Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:19:19.744Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2323dd8b-5993-4b9a-bd27-f82da6df9c0e", "consumerID": "policy-id", "timestamp": 1653088714700, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-20T23:19:19.744Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T23:19:19.744Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:19:19.744Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2323dd8b-5993-4b9a-bd27-f82da6df9c0e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653088708646, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-20T23:19:19.744Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:19:19.744Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:19:19.744Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2323dd8b-5993-4b9a-bd27-f82da6df9c0e", "consumerID": "aai-ml", "timestamp": 1653088709856, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-20T23:19:19.744Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:19:19.744Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:19:19.744Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2323dd8b-5993-4b9a-bd27-f82da6df9c0e", "consumerID": "ves-openapi-manager", "timestamp": 1653088715716, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-05-20T23:19:19.744Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T23:19:19.744Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:19:19.744Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2323dd8b-5993-4b9a-bd27-f82da6df9c0e", "consumerID": "policy-id", "timestamp": 1653088715707, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-20T23:19:19.744Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T23:19:19.745Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:19:19.745Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2323dd8b-5993-4b9a-bd27-f82da6df9c0e", "consumerID": "cds", "timestamp": 1653088715944, "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=? 2022-05-20T23:19:19.750Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2323dd8b-5993-4b9a-bd27-f82da6df9c0e 2022-05-20T23:19:19.750Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2323dd8b-5993-4b9a-bd27-f82da6df9c0e and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-20T23:19:19.756Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:19:19.756Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2323dd8b-5993-4b9a-bd27-f82da6df9c0e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653088708646, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-20T23:19:19.757Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:19:19.757Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:19:19.757Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2323dd8b-5993-4b9a-bd27-f82da6df9c0e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653088716424, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-20T23:19:19.757Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T23:19:19.757Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:19:19.757Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2323dd8b-5993-4b9a-bd27-f82da6df9c0e", "consumerID": "aai-ml", "timestamp": 1653088709856, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-20T23:19:19.757Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:19:19.757Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:19:19.757Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2323dd8b-5993-4b9a-bd27-f82da6df9c0e", "consumerID": "ves-openapi-manager", "timestamp": 1653088716717, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-20T23:19:19.760Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 2323dd8b-5993-4b9a-bd27-f82da6df9c0e 2022-05-20T23:19:19.760Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2323dd8b-5993-4b9a-bd27-f82da6df9c0e and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-20T23:19:19.766Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:19:19.766Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2323dd8b-5993-4b9a-bd27-f82da6df9c0e", "consumerID": "policy-id", "timestamp": 1653088716709, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-20T23:19:19.770Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2323dd8b-5993-4b9a-bd27-f82da6df9c0e 2022-05-20T23:19:19.770Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2323dd8b-5993-4b9a-bd27-f82da6df9c0e and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-20T23:19:19.778Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:19:19.778Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2323dd8b-5993-4b9a-bd27-f82da6df9c0e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653088708646, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-20T23:19:19.778Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:19:19.778Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:19:19.778Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2323dd8b-5993-4b9a-bd27-f82da6df9c0e", "consumerID": "clamp", "timestamp": 1653088716845, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T23:19:19.778Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:19:19.778Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:19:19.778Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2323dd8b-5993-4b9a-bd27-f82da6df9c0e", "consumerID": "aai-ml", "timestamp": 1653088709856, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-20T23:19:19.779Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:19:19.779Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:19:19.779Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2323dd8b-5993-4b9a-bd27-f82da6df9c0e", "consumerID": "clamp", "timestamp": 1653088716845, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-20T23:19:19.779Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:19:19.779Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:19:19.779Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2323dd8b-5993-4b9a-bd27-f82da6df9c0e", "consumerID": "aai-ml", "timestamp": 1653088709856, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-20T23:19:19.779Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:19:19.779Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:19:19.779Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2323dd8b-5993-4b9a-bd27-f82da6df9c0e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653088718746, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-20T23:19:19.779Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T23:19:19.779Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:19:19.779Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2323dd8b-5993-4b9a-bd27-f82da6df9c0e", "consumerID": "clamp", "timestamp": 1653088716845, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-20T23:19:19.779Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:19:19.779Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:19:19.779Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2323dd8b-5993-4b9a-bd27-f82da6df9c0e", "consumerID": "aai-ml", "timestamp": 1653088719896, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-20T23:19:19.779Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T23:19:19.779Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:19:19.779Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2323dd8b-5993-4b9a-bd27-f82da6df9c0e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653088720464, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-20T23:19:19.779Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T23:19:19.779Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:19:19.779Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2323dd8b-5993-4b9a-bd27-f82da6df9c0e", "consumerID": "clamp", "timestamp": 1653088716845, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-20T23:19:19.780Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:19:19.780Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:19:19.780Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2323dd8b-5993-4b9a-bd27-f82da6df9c0e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653088721467, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-20T23:19:19.784Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2323dd8b-5993-4b9a-bd27-f82da6df9c0e 2022-05-20T23:19:19.784Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2323dd8b-5993-4b9a-bd27-f82da6df9c0e and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-20T23:19:19.790Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:19:19.791Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2323dd8b-5993-4b9a-bd27-f82da6df9c0e", "consumerID": "clamp", "timestamp": 1653088716845, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-20T23:19:19.791Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:19:19.791Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:19:19.791Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2323dd8b-5993-4b9a-bd27-f82da6df9c0e", "consumerID": "clamp", "timestamp": 1653088716845, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-20T23:19:19.791Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:19:19.791Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:19:19.791Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2323dd8b-5993-4b9a-bd27-f82da6df9c0e", "consumerID": "clamp", "timestamp": 1653088716845, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-20T23:19:19.791Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:19:19.791Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:19:19.791Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2323dd8b-5993-4b9a-bd27-f82da6df9c0e", "consumerID": "clamp", "timestamp": 1653088716845, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-20T23:19:19.792Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:19:19.792Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:19:19.792Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2323dd8b-5993-4b9a-bd27-f82da6df9c0e", "consumerID": "clamp", "timestamp": 1653088716845, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-20T23:19:19.792Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-20T23:19:19.792Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:19:19.792Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2323dd8b-5993-4b9a-bd27-f82da6df9c0e", "consumerID": "aai-ml", "timestamp": 1653088725639, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-20T23:19:19.792Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T23:19:19.792Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:19:19.792Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2323dd8b-5993-4b9a-bd27-f82da6df9c0e", "consumerID": "aai-ml", "timestamp": 1653088726641, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-20T23:19:19.797Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2323dd8b-5993-4b9a-bd27-f82da6df9c0e 2022-05-20T23:19:19.797Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2323dd8b-5993-4b9a-bd27-f82da6df9c0e and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-20T23:19:19.804Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:19:19.804Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2323dd8b-5993-4b9a-bd27-f82da6df9c0e", "consumerID": "clamp", "timestamp": 1653088738940, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-20T23:19:19.804Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T23:19:19.804Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:19:19.804Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2323dd8b-5993-4b9a-bd27-f82da6df9c0e", "consumerID": "clamp", "timestamp": 1653088740947, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-20T23:19:19.805Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T23:19:19.805Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-20T23:19:19.805Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2323dd8b-5993-4b9a-bd27-f82da6df9c0e", "consumerID": "clamp", "timestamp": 1653088741950, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-20T23:19:19.808Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2323dd8b-5993-4b9a-bd27-f82da6df9c0e 2022-05-20T23:19:19.808Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2323dd8b-5993-4b9a-bd27-f82da6df9c0e and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-20T23:19:37.453Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2323dd8b-5993-4b9a-bd27-f82da6df9c0e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-20T23:19:37.463Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2323dd8b-5993-4b9a-bd27-f82da6df9c0e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-20T23:19:37.466Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-20T23:19:37.466Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-20T23:19:37.466Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-20T23:19:37.466Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-20T23:19:37.466Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-20T23:19:37.466Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-20T23:19:37.466Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-20T23:19:37.466Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-20T23:19:37.466Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-20T23:19:37.466Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-20T23:19:37.466Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-20T23:19:37.466Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-20T23:19:37.470Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-20T23:20:07.471Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2323dd8b-5993-4b9a-bd27-f82da6df9c0e and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-05-20T23:20:07.476Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2323dd8b-5993-4b9a-bd27-f82da6df9c0e and serviceModelVersionId: 7e411587-829f-47e9-b318-42f06da15a64 2022-05-20T23:20:07.477Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 91512ff6-3b13-4b49-bf6c-c52fdb1de1c9 2022-05-20T23:20:07.477Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/91512ff6-3b13-4b49-bf6c-c52fdb1de1c9/model-vers/model-ver/7e411587-829f-47e9-b318-42f06da15a64?depth=0 2022-05-20T23:20:07.482Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-05-20T23:20:07.504Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91512ff6-3b13-4b49-bf6c-c52fdb1de1c9/model-vers/model-ver/7e411587-829f-47e9-b318-42f06da15a64?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-05-20T23:20:07.504Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91512ff6-3b13-4b49-bf6c-c52fdb1de1c9/model-vers/model-ver/7e411587-829f-47e9-b318-42f06da15a64?depth=0|INFO|500||Invoke 2022-05-20T23:20:07.524Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91512ff6-3b13-4b49-bf6c-c52fdb1de1c9/model-vers/model-ver/7e411587-829f-47e9-b318-42f06da15a64?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-20T23:20:07.938Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91512ff6-3b13-4b49-bf6c-c52fdb1de1c9/model-vers/model-ver/7e411587-829f-47e9-b318-42f06da15a64?depth=0|INFO|500||InvokeReturn 2022-05-20T23:20:07.939Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91512ff6-3b13-4b49-bf6c-c52fdb1de1c9/model-vers/model-ver/7e411587-829f-47e9-b318-42f06da15a64?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220520-23:20:07:528-82686], vertex-id=[278768], Content-Length=[0], Date=[Fri, 20 May 2022 23:20:07 GMT], Content-Type=[application/json]} 2022-05-20T23:20:07.939Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2022-05-20T23:20:07.940Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-20T23:20:07.940Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-20T23:20:07.946Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-05-20T23:20:07.946Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2323dd8b-5993-4b9a-bd27-f82da6df9c0e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-20T23:20:07.946Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-20T23:20:07.946Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-20T23:20:07.948Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-20T23:20:07.948Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "2323dd8b-5993-4b9a-bd27-f82da6df9c0e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653088807946, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-20T23:20:08.048Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-20T23:20:08.049Z||pool-151-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-20T23:20:08.049Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Mp7J3lz9Op8nR73K) ... 2022-05-20T23:20:08.065Z||pool-151-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:20:08.065Z||pool-151-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-20T23:20:08.959Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T23:20:08.960Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T23:20:08.960Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|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 Mp7J3lz9Op8nR73K) ... 2022-05-20T23:20:18.505Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:20:19.080Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T23:20:19.080Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T23:20:19.081Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|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 Mp7J3lz9Op8nR73K) ... 2022-05-20T23:20:19.081Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T23:20:19.082Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T23:20:19.082Z|f98e46bf-97bb-4089-be91-79e557e55561|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 Mp7J3lz9Op8nR73K) ... 2022-05-20T23:20:19.704Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:20:19.704Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-20T23:20:19.704Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2323dd8b-5993-4b9a-bd27-f82da6df9c0e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653088807946, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-20T23:20:19.705Z|f98e46bf-97bb-4089-be91-79e557e55561|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-20T23:20:28.619Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:21:19.080Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T23:21:19.081Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T23:21:19.081Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|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 Mp7J3lz9Op8nR73K) ... 2022-05-20T23:21:19.081Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T23:21:19.082Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T23:21:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T23:21:28.627Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:21:28.654Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:22:19.080Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T23:22:19.081Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T23:22:19.081Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|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 Mp7J3lz9Op8nR73K) ... 2022-05-20T23:22:19.081Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T23:22:19.082Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T23:22:19.082Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|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 Mp7J3lz9Op8nR73K) ... 2022-05-20T23:22:28.623Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:22:28.627Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:23:19.080Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T23:23:19.081Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T23:23:19.081Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|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 Mp7J3lz9Op8nR73K) ... 2022-05-20T23:23:19.081Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T23:23:19.082Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T23:23:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T23:23:28.628Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:23:28.630Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:24:19.080Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T23:24:19.081Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T23:24:19.081Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|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 Mp7J3lz9Op8nR73K) ... 2022-05-20T23:24:19.081Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T23:24:19.082Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T23:24:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T23:24:28.627Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:24:28.629Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:25:19.080Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T23:25:19.080Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T23:25:19.081Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|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 Mp7J3lz9Op8nR73K) ... 2022-05-20T23:25:19.081Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T23:25:19.082Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T23:25:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T23:25:28.622Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:25:28.624Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:26:19.080Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T23:26:19.081Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T23:26:19.081Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|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 Mp7J3lz9Op8nR73K) ... 2022-05-20T23:26:19.081Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T23:26:19.082Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T23:26:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T23:26:28.623Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:26:28.624Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:27:19.080Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T23:27:19.081Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T23:27:19.081Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|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 Mp7J3lz9Op8nR73K) ... 2022-05-20T23:27:19.081Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T23:27:19.082Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T23:27:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T23:27:28.620Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:27:28.624Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:28:19.080Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T23:28:19.081Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T23:28:19.081Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|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 Mp7J3lz9Op8nR73K) ... 2022-05-20T23:28:19.081Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T23:28:19.082Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T23:28:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T23:28:28.647Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:28:28.649Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:29:19.080Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T23:29:19.081Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T23:29:19.081Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|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 Mp7J3lz9Op8nR73K) ... 2022-05-20T23:29:19.081Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T23:29:19.082Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T23:29:19.083Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T23:29:28.621Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:29:28.622Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:30:19.080Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T23:30:19.081Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T23:30:19.081Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|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 Mp7J3lz9Op8nR73K) ... 2022-05-20T23:30:19.081Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T23:30:19.082Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T23:30:19.082Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|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 Mp7J3lz9Op8nR73K) ... 2022-05-20T23:30:28.632Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:30:28.632Z|26b9b237-0cc7-4686-b737-a16b3b86dfc9|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:31:19.080Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T23:31:19.081Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T23:31:19.081Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|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 Mp7J3lz9Op8nR73K) ... 2022-05-20T23:31:19.081Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T23:31:19.082Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T23:31:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T23:31:28.621Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:31:28.627Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:32:19.080Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T23:32:19.081Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T23:32:19.081Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|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 Mp7J3lz9Op8nR73K) ... 2022-05-20T23:32:19.081Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T23:32:19.082Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T23:32:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T23:32:28.623Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:32:28.625Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:33:19.080Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T23:33:19.081Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T23:33:19.081Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|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 Mp7J3lz9Op8nR73K) ... 2022-05-20T23:33:19.081Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T23:33:19.082Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T23:33:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T23:33:28.620Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:33:28.633Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:34:19.080Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T23:34:19.081Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T23:34:19.081Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|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 Mp7J3lz9Op8nR73K) ... 2022-05-20T23:34:19.081Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T23:34:19.082Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T23:34:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T23:34:28.627Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:34:28.630Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:35:19.080Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T23:35:19.080Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T23:35:19.081Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|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 Mp7J3lz9Op8nR73K) ... 2022-05-20T23:35:19.081Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T23:35:19.082Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T23:35:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T23:35:28.623Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:35:28.627Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:36:19.080Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T23:36:19.081Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T23:36:19.081Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|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 Mp7J3lz9Op8nR73K) ... 2022-05-20T23:36:19.081Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-20T23:36:19.082Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-20T23:36:19.082Z||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 Mp7J3lz9Op8nR73K) ... 2022-05-20T23:36:28.624Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-20T23:36:28.627Z|2323dd8b-5993-4b9a-bd27-f82da6df9c0e|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK