By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2022-06-03T09:12:05.220Z||main|||||INFO|500||The following profiles are active: basic
2022-06-03T09:12:16.341Z||main|||||INFO|500||Starting service [Tomcat]
2022-06-03T09:12:16.343Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-06-03T09:12:16.451Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-06-03T09:12:20.142Z||main|||||INFO|500||catdb-pool - Starting...
2022-06-03T09:12:20.519Z||main|||||INFO|500||catdb-pool - Start completed.
2022-06-03T09:12:20.959Z||main|||||INFO|500||reqdb-pool - Starting...
2022-06-03T09:12:20.966Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-06-03T09:12:21.078Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-06-03T09:12:21.294Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-06-03T09:12:21.865Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-06-03T09:12:23.456Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-03T09:12:25.699Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-03T09:12:25.765Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-06-03T09:12:26.404Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-03T09:12:26.595Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-06-03T09:12:27.747Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-03T09:12:28.761Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-06-03T09:12:28.778Z||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$$b3d2088f.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-06-03T09:12:28.778Z||main|||||WARN|500||The sdc end point is not alive
2022-06-03T09:12:31.814Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-06-03T09:12:34.733Z||main|||||WARN|500||---
2022-06-03T09:12:34.734Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-06-03T09:12:34.734Z||main|||||WARN|500||---
2022-06-03T09:12:35.169Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-06-03T09:12:40.139Z||main|||||INFO|500||Started Application in 37.841 seconds (JVM running for 40.015)
2022-06-03T09:12:40.151Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-03T09:12:40.153Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-03T09:12:40.164Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-03T09:12:40.187Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-03T09:12:40.227Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7088b8e0-c11e-41df-847d-4d5a254faa76 url= /sdc/v1/artifactTypes
2022-06-03T09:12:40.227Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-03T09:12:41.322Z||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.51.199] 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$$ee9cae9a.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 50 common frames omitted
2022-06-03T09:12:41.326Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@143bf8e7
2022-06-03T09:12:41.327Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-03T09:12:41.344Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-03T09:12:41.346Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-03T09:12:41.349Z||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$$ee9cae9a.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 33 common frames omitted
2022-06-03T09:13:30.133Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-03T09:13:30.133Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-03T09:13:30.135Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-03T09:13:30.139Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-03T09:13:30.145Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 18d015bc-5ddd-40a6-9136-51277d8b206a url= /sdc/v1/artifactTypes
2022-06-03T09:13:30.145Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-03T09:13:31.177Z||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.51.199] 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$$ee9cae9a.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 50 common frames omitted
2022-06-03T09:13:31.178Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@44606896
2022-06-03T09:13:31.179Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-03T09:13:31.179Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-03T09:13:31.179Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-03T09:13:31.180Z||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$$ee9cae9a.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 33 common frames omitted
2022-06-03T09:14:20.134Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-03T09:14:20.136Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-03T09:14:20.136Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-03T09:14:20.142Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-03T09:14:20.148Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 90e6ea3e-7f47-4909-a922-a805d5379691 url= /sdc/v1/artifactTypes
2022-06-03T09:14:20.148Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-03T09:14:21.193Z||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.51.199] 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$$ee9cae9a.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 50 common frames omitted
2022-06-03T09:14:21.195Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@35bd1a6a
2022-06-03T09:14:21.195Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-03T09:14:21.196Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-03T09:14:21.196Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-03T09:14:21.197Z||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$$ee9cae9a.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 33 common frames omitted
2022-06-03T09:15:10.133Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-03T09:15:10.136Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-03T09:15:10.136Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-03T09:15:10.140Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-03T09:15:10.145Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 14b58636-8185-4b7a-95ca-9b08e3ab9a4e url= /sdc/v1/artifactTypes
2022-06-03T09:15:10.146Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-03T09:15:11.182Z||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.51.199] 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$$ee9cae9a.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-06-03T09:15:11.183Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@318cc4a9
2022-06-03T09:15:11.184Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-03T09:15:11.184Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-03T09:15:11.184Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-03T09:15:11.186Z||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$$ee9cae9a.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-06-03T09:16:00.134Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-03T09:16:00.135Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-03T09:16:00.135Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-03T09:16:00.138Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-03T09:16:00.143Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 26d376db-f83f-4ccc-a855-abf1648d1f5c url= /sdc/v1/artifactTypes
2022-06-03T09:16:00.143Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-03T09:16:01.162Z||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.51.199] 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$$ee9cae9a.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-06-03T09:16:01.163Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7b1ac2d3
2022-06-03T09:16:01.163Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-03T09:16:01.163Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-03T09:16:01.164Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-03T09:16:01.164Z||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$$ee9cae9a.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-06-03T09:16:50.133Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-03T09:16:50.133Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-03T09:16:50.134Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-03T09:16:50.137Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-03T09:16:50.142Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e1696b83-8e1c-4d8f-b9a6-99af2a99310c url= /sdc/v1/artifactTypes
2022-06-03T09:16:50.142Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-03T09:16:51.177Z||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.51.199] 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$$ee9cae9a.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-06-03T09:16:51.179Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6af4c228
2022-06-03T09:16:51.179Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-03T09:16:51.179Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-03T09:16:51.179Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-03T09:16:51.180Z||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$$ee9cae9a.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-06-03T09:17:40.134Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-03T09:17:40.136Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-03T09:17:40.136Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-03T09:17:40.159Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-03T09:17:40.168Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c2c7a225-7569-4913-a30e-94f58c50322b url= /sdc/v1/artifactTypes
2022-06-03T09:17:40.168Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-03T09:17:41.194Z||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.51.199] 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$$ee9cae9a.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-06-03T09:17:41.195Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@9f7cd6
2022-06-03T09:17:41.196Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-03T09:17:41.196Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-03T09:17:41.196Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-03T09:17:41.197Z||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$$ee9cae9a.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-06-03T09:18:30.133Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-03T09:18:30.134Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-03T09:18:30.134Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-03T09:18:30.137Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-03T09:18:30.142Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 29e11321-578c-4eb7-80a6-f7e4891d2371 url= /sdc/v1/artifactTypes
2022-06-03T09:18:30.142Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-03T09:18:31.177Z||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.51.199] 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$$ee9cae9a.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-06-03T09:18:31.179Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@524e18de
2022-06-03T09:18:31.179Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-03T09:18:31.180Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-03T09:18:31.180Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-03T09:18:31.181Z||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$$ee9cae9a.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-06-03T09:19:20.133Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-03T09:19:20.134Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-03T09:19:20.134Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-03T09:19:20.137Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-03T09:19:20.142Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3d3a08d8-56a1-4670-9bea-8c2099c92e89 url= /sdc/v1/artifactTypes
2022-06-03T09:19:20.143Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-03T09:19:21.161Z||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.51.199] 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$$ee9cae9a.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-06-03T09:19:21.162Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2dd8d471
2022-06-03T09:19:21.163Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-03T09:19:21.164Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-03T09:19:21.165Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-03T09:19:21.165Z||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$$ee9cae9a.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-06-03T09:20:10.133Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-03T09:20:10.134Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-03T09:20:10.134Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-03T09:20:10.137Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-03T09:20:10.142Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3d06db89-f428-4529-8e94-2e3bc479d3f2 url= /sdc/v1/artifactTypes
2022-06-03T09:20:10.143Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-03T09:20:11.181Z||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.51.199] 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$$ee9cae9a.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-06-03T09:20:11.182Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6df83003
2022-06-03T09:20:11.182Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-03T09:20:11.183Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-03T09:20:11.183Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-03T09:20:11.183Z||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$$ee9cae9a.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-06-03T09:21:00.134Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-03T09:21:00.135Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-03T09:21:00.135Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-03T09:21:00.140Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-03T09:21:00.147Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 69f55a9f-4225-4ffc-81e5-2131afedaefb url= /sdc/v1/artifactTypes
2022-06-03T09:21:00.147Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-03T09:21:01.165Z||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.51.199] 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$$ee9cae9a.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-06-03T09:21:01.166Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@209a1df0
2022-06-03T09:21:01.167Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-03T09:21:01.167Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-03T09:21:01.168Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-03T09:21:01.169Z||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$$ee9cae9a.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-06-03T09:21:50.133Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-03T09:21:50.134Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-03T09:21:50.134Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-03T09:21:50.137Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-03T09:21:50.143Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6df286a4-7b33-4764-86dc-c877750eddcc url= /sdc/v1/artifactTypes
2022-06-03T09:21:50.143Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-03T09:21:50.416Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-06-03T09:21:50.427Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-06-03T09:21:50.454Z||scheduling-1|||||DEBUG|500||create keys
2022-06-03T09:21:50.462Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-06-03T09:21:50.533Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:21:50.553Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 64ecd447-9c24-4f61-ad7b-56b0c3b491ca url= /sdc/v1/registerForDistribution
2022-06-03T09:21:50.904Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 64ecd447-9c24-4f61-ad7b-56b0c3b491ca url= /sdc/v1/registerForDistribution
2022-06-03T09:21:50.904Z||scheduling-1|||||INFO|500||start DistributionClient
2022-06-03T09:21:50.915Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:21:50.917Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:21:50.924Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-06-03T09:21:50.925Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:21:50.925Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:21:50.926Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:21:50.927Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:22:01.317Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:22:01.348Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:22:50.913Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:22:50.914Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:22:50.914Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:22:50.916Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:22:50.917Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:22:50.919Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:22:56.493Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-06-03T09:23:00.495Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:23:00.496Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:23:50.913Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:23:50.914Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:23:50.914Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:23:50.916Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:23:50.917Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:23:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:24:00.469Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:24:00.476Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:24:50.913Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:24:50.914Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:24:50.915Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:24:50.916Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:24:50.918Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:24:50.919Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:25:00.482Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:25:00.482Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:25:50.913Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:25:50.915Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:25:50.915Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:25:50.918Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:25:50.919Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:25:50.919Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:26:00.481Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:26:00.483Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:26:50.913Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:26:50.915Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:26:50.915Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:26:50.917Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:26:50.918Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:26:50.918Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:27:00.509Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:27:00.519Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:27:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:27:50.914Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:27:50.914Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:27:50.917Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:27:50.918Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:27:50.918Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:28:00.537Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:28:00.583Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:28:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:28:50.913Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:28:50.913Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:28:50.916Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:28:50.917Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:28:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:29:00.490Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:29:00.492Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:29:50.913Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:29:50.916Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:29:50.919Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:29:50.919Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:29:50.919Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:29:50.919Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:30:00.522Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:30:00.529Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:30:50.913Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:30:50.916Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:30:50.917Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:30:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:30:50.924Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:30:50.924Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:31:00.480Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:31:00.487Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:31:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:31:50.914Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:31:50.914Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:31:50.916Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:31:50.917Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:31:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:32:00.478Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:32:00.489Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:32:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:32:50.913Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:32:50.914Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:32:50.916Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:32:50.917Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:32:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:33:00.508Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:33:00.510Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:33:50.913Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:33:50.914Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:33:50.914Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:33:50.916Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:33:50.917Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:33:50.918Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:34:00.476Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:34:00.530Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:34:50.913Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:34:50.916Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:34:50.916Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:34:50.916Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:34:50.917Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:34:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:35:00.476Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:35:00.482Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:35:50.913Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:35:50.914Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:35:50.914Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:35:50.916Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:35:50.917Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:35:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:36:00.475Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:36:00.475Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:36:50.912Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:36:50.913Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:36:50.914Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:36:50.916Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:36:50.917Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:36:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:37:00.473Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:37:00.473Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:37:50.912Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:37:50.914Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:37:50.914Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:37:50.916Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:37:50.917Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:37:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:38:00.472Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:38:00.475Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:38:50.912Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:38:50.913Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:38:50.914Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:38:50.916Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:38:50.917Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:38:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:39:00.466Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:39:00.465Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:39:50.913Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:39:50.915Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:39:50.916Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:39:50.916Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:39:50.916Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:39:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:40:00.480Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:40:00.492Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:40:50.913Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:40:50.914Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:40:50.914Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:40:50.916Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:40:50.917Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:40:50.918Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:41:00.470Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:41:00.472Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:41:50.913Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:41:50.914Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:41:50.914Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:41:50.916Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:41:50.917Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:41:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:42:00.469Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:42:00.477Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:42:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:42:50.913Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:42:50.913Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:42:50.916Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:42:50.917Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:42:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:43:00.467Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:43:00.470Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:43:50.913Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:43:50.916Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:43:50.916Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:43:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:43:50.917Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:43:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:44:00.480Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:44:00.483Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:44:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:44:50.914Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:44:50.914Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:44:50.916Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:44:50.917Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:44:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:45:00.530Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:45:00.530Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:45:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:45:50.913Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:45:50.914Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:45:50.916Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:45:50.917Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:45:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:46:00.480Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:46:00.480Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:46:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:46:50.913Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:46:50.914Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:46:50.916Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:46:50.917Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:46:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:47:00.495Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:47:00.507Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:47:50.913Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:47:50.914Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:47:50.914Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:47:50.916Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:47:50.917Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:47:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:48:00.479Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:48:00.482Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:48:50.913Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:48:50.915Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:48:50.915Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:48:50.916Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:48:50.917Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:48:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:49:00.469Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:49:00.471Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:49:50.913Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:49:50.913Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:49:50.914Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:49:50.916Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:49:50.917Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:49:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:50:00.476Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:50:00.476Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:50:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:50:50.913Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:50:50.913Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:50:50.916Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:50:50.917Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:50:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:51:00.478Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:51:00.481Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:51:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:51:50.914Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:51:50.914Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:51:50.916Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:51:50.917Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:51:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:52:00.463Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:52:00.468Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:52:50.913Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:52:50.916Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:52:50.916Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:52:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:52:50.917Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:52:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:53:00.472Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:53:00.478Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:53:50.913Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:53:50.914Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:53:50.914Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:53:50.916Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:53:50.916Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:53:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:54:00.463Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:54:00.465Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:54:50.912Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:54:50.913Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:54:50.914Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:54:50.916Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:54:50.917Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:54:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:55:00.527Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:55:00.558Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:55:50.913Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:55:50.914Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:55:50.914Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:55:50.916Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:55:50.917Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:55:50.918Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:56:00.475Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:56:00.516Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:56:50.912Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:56:50.913Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:56:50.914Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:56:50.916Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:56:50.917Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:56:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:57:00.463Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:57:00.470Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:57:50.913Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:57:50.915Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:57:50.915Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:57:50.917Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:57:50.917Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:57:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:58:00.489Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:58:00.503Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:58:50.913Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:58:50.915Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:58:50.915Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:58:50.916Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:58:50.917Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:58:50.919Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:59:00.482Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:59:00.503Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:59:50.913Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:59:50.914Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:59:50.914Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:59:50.916Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:59:50.917Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:59:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:00:00.499Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:00:00.524Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:00:50.913Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:00:50.913Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:00:50.914Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:00:50.916Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:00:50.917Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:00:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:01:00.498Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:01:00.501Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:01:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:01:50.914Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:01:50.914Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:01:50.916Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:01:50.917Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:01:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:02:00.467Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:02:00.469Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:02:50.913Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:02:50.915Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:02:50.915Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:02:50.916Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:02:50.917Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:02:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:03:00.490Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:03:00.499Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:03:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:03:50.914Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:03:50.914Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:03:50.916Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:03:50.917Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:03:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:04:00.496Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:04:00.500Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:04:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:04:50.913Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:04:50.914Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:04:50.916Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:04:50.916Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:04:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:05:00.472Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:05:00.472Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:05:50.913Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:05:50.914Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:05:50.914Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:05:50.916Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:05:50.917Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:05:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:06:00.488Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:06:00.489Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:06:50.912Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:06:50.913Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:06:50.914Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:06:50.916Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:06:50.917Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:06:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:07:00.464Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:07:00.470Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:07:50.913Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:07:50.916Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:07:50.918Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:07:50.918Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:07:50.918Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:07:50.918Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:08:00.491Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:08:00.501Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:08:50.913Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:08:50.914Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:08:50.914Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:08:50.916Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:08:50.918Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:08:50.919Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:09:00.469Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:09:00.484Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:09:50.912Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:09:50.913Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:09:50.914Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:09:50.916Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:09:50.917Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:09:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:10:00.487Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:10:00.494Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:10:50.912Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:10:50.913Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:10:50.913Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:10:50.916Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:10:50.916Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:10:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:11:00.475Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:11:00.477Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:11:50.912Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:11:50.914Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:11:50.914Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:11:50.916Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:11:50.917Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:11:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:12:00.487Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:12:00.491Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:12:50.913Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:12:50.916Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:12:50.916Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:12:50.916Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:12:50.917Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:12:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:13:00.492Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:13:00.502Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:13:50.912Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:13:50.914Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:13:50.914Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:13:50.916Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:13:50.917Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:13:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:14:00.482Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:14:00.482Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:14:50.912Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:14:50.913Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:14:50.913Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:14:50.916Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:14:50.917Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:14:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:15:00.488Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:15:00.492Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:15:50.912Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:15:50.913Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:15:50.914Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:15:50.916Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:15:50.917Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:15:50.918Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:16:00.485Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:16:00.492Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:16:50.912Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:16:50.913Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:16:50.914Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:16:50.916Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:16:50.917Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:16:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:17:00.491Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:17:00.491Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:17:50.913Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:17:50.915Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:17:50.915Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:17:50.916Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:17:50.917Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:17:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:18:00.486Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:18:00.489Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:18:50.913Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:18:50.914Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:18:50.914Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:18:50.916Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:18:50.917Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:18:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:19:00.506Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:19:00.509Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:19:50.913Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:19:50.913Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:19:50.914Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:19:50.916Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:19:50.916Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:19:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:20:00.482Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:20:00.484Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:20:50.913Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:20:50.915Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:20:50.915Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:20:50.916Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:20:50.917Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:20:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:21:00.490Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:21:00.493Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:21:50.913Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:21:50.914Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:21:50.914Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:21:50.916Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:21:50.917Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:21:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:22:00.531Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:22:00.531Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:22:50.913Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:22:50.914Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:22:50.914Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:22:50.916Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:22:50.917Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:22:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:23:00.489Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:23:00.492Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:23:50.913Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:23:50.915Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:23:50.915Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:23:50.916Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:23:50.918Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:23:50.918Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:24:00.492Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:24:00.495Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:24:50.913Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:24:50.914Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:24:50.914Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:24:50.919Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:24:50.920Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:24:50.920Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:25:00.485Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:25:00.486Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:25:50.912Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:25:50.913Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:25:50.914Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:25:50.916Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:25:50.916Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:25:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:26:00.482Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:26:00.485Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:26:50.912Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:26:50.913Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:26:50.913Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:26:50.916Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:26:50.916Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:26:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:27:00.481Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:27:00.484Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:27:50.913Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:27:50.914Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:27:50.914Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:27:50.916Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:27:50.917Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:27:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:28:00.472Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:28:00.474Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:28:50.913Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:28:50.916Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:28:50.916Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:28:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:28:50.917Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:28:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:29:00.480Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:29:00.480Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:29:50.913Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:29:50.915Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:29:50.915Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T10:29:50.916Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:29:50.917Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:29:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:30:00.490Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:30:00.490Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:30:50.912Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:30:50.914Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:30:50.914Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T10:30:50.916Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:30:50.917Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:30:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:31:00.517Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:31:00.520Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:31:50.912Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:31:50.914Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:31:50.914Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T10:31:50.916Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:31:50.917Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:31:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:32:00.497Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:32:00.541Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:32:50.913Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:32:50.914Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:32:50.914Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T10:32:50.916Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:32:50.917Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:32:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:33:00.488Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:33:00.488Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:33:50.913Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:33:50.915Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:33:50.915Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T10:33:50.916Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:33:50.917Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:33:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:34:00.476Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:34:00.478Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:34:50.912Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:34:50.913Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:34:50.914Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T10:34:50.916Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:34:50.916Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:34:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:35:00.473Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:35:00.475Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:35:50.912Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:35:50.913Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:35:50.913Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T10:35:50.916Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:35:50.917Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:35:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:36:00.487Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:36:00.525Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:36:50.912Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:36:50.913Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:36:50.914Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T10:36:50.916Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:36:50.917Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:36:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:37:00.485Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:37:00.509Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:37:50.913Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:37:50.916Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:37:50.916Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T10:37:50.916Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:37:50.917Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:37:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:38:00.477Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:38:00.477Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:38:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:38:50.914Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:38:50.914Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:38:50.916Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:38:50.917Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:38:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:39:00.518Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:39:00.520Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:39:50.913Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:39:50.913Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:39:50.914Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:39:50.916Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:39:50.917Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:39:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:40:00.471Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:40:00.474Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:40:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:40:50.913Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:40:50.913Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:40:50.916Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:40:50.916Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:40:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:41:00.474Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:41:00.477Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:41:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:41:50.913Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:41:50.913Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:41:50.916Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:41:50.916Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:41:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:42:00.483Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:42:00.522Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:42:50.913Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:42:50.916Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:42:50.917Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:42:50.917Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:42:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:42:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:43:00.478Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:43:00.480Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:43:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:43:50.914Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:43:50.914Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:43:50.916Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:43:50.917Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:43:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:44:00.496Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:44:00.496Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:44:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:44:50.913Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:44:50.913Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:44:50.916Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:44:50.917Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:44:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:45:00.496Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:45:00.499Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:45:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:45:50.913Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:45:50.913Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:45:50.916Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:45:50.917Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:45:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:46:00.466Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:46:00.469Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:46:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:46:50.913Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:46:50.914Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:46:50.916Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:46:50.917Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:46:50.918Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:47:00.511Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:47:00.511Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:47:50.913Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:47:50.915Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:47:50.915Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:47:50.916Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:47:50.917Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:47:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:48:00.469Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:48:00.480Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:48:50.913Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:48:50.914Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:48:50.914Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:48:50.916Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:48:50.917Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:48:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:49:00.499Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:49:00.501Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:49:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:49:50.913Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:49:50.913Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:49:50.916Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:49:50.917Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:49:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:50:00.463Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:50:00.471Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:50:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:50:50.913Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:50:50.913Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:50:50.916Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:50:50.917Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:50:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:51:00.508Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:51:00.508Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:51:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:51:50.913Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:51:50.913Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:51:50.916Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:51:50.916Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:51:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:52:00.479Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:52:00.482Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:52:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:52:50.913Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:52:50.914Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:52:50.916Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:52:50.917Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:52:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:53:00.502Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:53:00.506Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:53:50.913Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:53:50.916Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:53:50.917Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:53:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:53:50.917Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:53:50.918Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:54:00.596Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:54:00.598Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:54:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:54:50.914Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:54:50.914Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:54:50.916Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:54:50.917Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:54:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:55:00.470Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:55:00.480Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:55:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:55:50.913Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:55:50.913Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:55:50.916Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:55:50.917Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:55:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:56:00.468Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:56:00.468Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:56:50.912Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:56:50.913Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:56:50.914Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:56:50.916Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:56:50.917Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:56:50.918Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:57:00.501Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:57:00.501Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:57:50.913Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:57:50.914Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:57:50.914Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:57:50.916Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:57:50.917Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:57:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:57:51.052Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:57:51.056Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:57:51.056Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654253862564,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-03T10:57:51.099Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-03T10:57:51.100Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:57:51.100Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
"consumerID": "cds",
"timestamp": 1654253860266,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-03T10:57:51.101Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-03T10:57:51.101Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:57:51.101Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
"consumerID": "aai-ml",
"timestamp": 1654253864843,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-03T10:57:51.101Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-03T10:57:51.102Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:57:51.102Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
"consumerID": "ves-openapi-manager",
"timestamp": 1654253860614,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-03T10:57:51.103Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-03T10:57:51.103Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:57:51.103Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
"consumerID": "clamp",
"timestamp": 1654253864274,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-03T10:57:51.109Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-03T10:57:51.109Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:57:51.110Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654253866653,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-03T10:57:51.110Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-03T10:57:51.110Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:57:51.110Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654253862564,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/basic_onboard_jitbod0_modules.json",
"status": "NOTIFIED"
}
2022-06-03T10:57:51.111Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-03T10:57:51.111Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:57:51.111Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
"consumerID": "cds",
"timestamp": 1654253860266,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/basic_onboard_jitbod0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-03T10:57:51.112Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-03T10:57:51.112Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:57:51.112Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
"consumerID": "aai-ml",
"timestamp": 1654253864843,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/basic_onboard_jitbod0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-03T10:57:51.112Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-03T10:57:51.112Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:57:51.112Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
"consumerID": "ves-openapi-manager",
"timestamp": 1654253860614,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/basic_onboard_jitbod0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-03T10:57:51.113Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-03T10:57:51.113Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:57:51.113Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
"consumerID": "clamp",
"timestamp": 1654253864274,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/basic_onboard_jitbod0_modules.json",
"status": "NOTIFIED"
}
2022-06-03T10:57:51.114Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-03T10:57:51.114Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:57:51.114Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654253866653,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/basic_onboard_jitbod0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-03T10:57:51.114Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-03T10:57:51.114Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:57:51.115Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
"consumerID": "cds",
"timestamp": 1654253860266,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-03T10:57:51.115Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-03T10:57:51.115Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:57:51.115Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654253862564,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-03T10:57:51.115Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-03T10:57:51.116Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:57:51.116Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
"consumerID": "aai-ml",
"timestamp": 1654253864843,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-03T10:57:51.116Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-03T10:57:51.116Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:57:51.116Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
"consumerID": "clamp",
"timestamp": 1654253864274,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-03T10:57:51.117Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-03T10:57:51.117Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:57:51.117Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
"consumerID": "ves-openapi-manager",
"timestamp": 1654253860614,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-03T10:57:51.118Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-03T10:57:51.118Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:57:51.118Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654253866653,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-03T10:57:51.118Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-03T10:57:51.551Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:57:51.552Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-03T10:57:51.552Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"c3a0046a-d67b-4fd6-ba51-2519ea18abd7","serviceName":"basic_onboard_jITbOD","serviceVersion":"1.0","serviceUUID":"b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1","serviceDescription":"service","serviceInvariantUUID":"a7e691ad-b9fd-49c5-b4e2-bd44c91018c4","resources":[{"resourceInstanceName":"basic_onboard_jITbOD 0","resourceName":"basic_onboard_jITbOD","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"221f53c2-1c6c-4d65-a44d-8912c311801f","resourceInvariantUUID":"cd76a4bc-f47c-4fa2-9ded-a48fe08a19a5","resourceCustomizationUUID":"88f6ebb2-adf6-40f7-b97f-f765222ffc0e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/vf-license-model.xml","artifactChecksum":"ZmJlMzk2NzBiMzBmMWE2Mjk4M2M1M2I5NmM0MWUzM2E\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0a4f6b83-8e2e-4ee0-b799-0062702219e8","artifactVersion":"1"},{"artifactName":"basic_onboard_jitbod0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/basic_onboard_jitbod0_modules.json","artifactChecksum":"OTYzOWNjY2NiYTBiN2FlMGM4MTQ4MmMwYTg4NTEyMTk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"01ed4517-3c40-4b75-acc6-483c862a8ab8","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c8cbfe7b-9ac0-419a-ac64-a0d2ceb49afc","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e38d28df-da20-48c0-9260-f7f9d48468b1","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0757fd3d-7eef-4159-a1b6-5a20f67df58b","artifactVersion":"2","generatedFromUUID":"c8cbfe7b-9ac0-419a-ac64-a0d2ceb49afc"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardJitbod-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/artifacts/service-BasicOnboardJitbod-template.yml","artifactChecksum":"NzY5MmU3OTM1MmZjOTJkZTZjOGI0MzBmY2FiYzdhNzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f76d4461-8aaf-402b-8558-804eb4dee687","artifactVersion":"1"},{"artifactName":"service-BasicOnboardJitbod-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/artifacts/service-BasicOnboardJitbod-csar.csar","artifactChecksum":"NjZmN2FjZjgzOGU4NDhmNGM1OTAyNzllZjEzM2UxNDI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"afac0cc5-0541-4862-ba27-8b14b4cec0a0","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-03T10:57:51.561Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T10:57:51.568Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:57:51.579Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:57:51.579Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654253870912,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-03T10:57:51.679Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-06-03T10:57:51.685Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T10:57:51.685Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T10:57:51.712Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:57:51.714Z||pool-3-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2022-06-03T10:57:52.588Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T10:57:52.588Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:57:52.591Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:57:52.591Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654253870912,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/basic_onboard_jitbod0_modules.json",
"status": "NOTIFIED"
}
2022-06-03T10:57:52.691Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T10:57:52.692Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T10:57:52.692Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T10:57:52.722Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:57:52.722Z||pool-4-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1}
2022-06-03T10:57:53.591Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T10:57:53.592Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:57:53.594Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:57:53.594Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654253870912,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-03T10:57:53.694Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-03T10:57:53.696Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T10:57:53.696Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T10:57:53.718Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:57:53.718Z||pool-5-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-06-03T10:57:54.595Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T10:57:54.596Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:57:54.598Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:57:54.598Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654253870912,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-03T10:57:54.698Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T10:57:54.699Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T10:57:54.699Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T10:57:54.719Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:57:54.720Z||pool-6-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-03T10:57:55.598Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T10:57:55.600Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:57:55.603Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:57:55.604Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654253870912,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-03T10:57:55.704Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T10:57:55.705Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T10:57:55.705Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T10:57:55.725Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:57:55.725Z||pool-7-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-03T10:57:56.604Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T10:57:56.605Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:57:56.607Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:57:56.607Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654253870912,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/artifacts/service-BasicOnboardJitbod-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-03T10:57:56.707Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T10:57:56.708Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T10:57:56.708Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T10:57:56.726Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:57:56.726Z||pool-8-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-03T10:57:57.608Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T10:57:57.609Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:57:57.612Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:57:57.613Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654253870912,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/artifacts/service-BasicOnboardJitbod-csar.csar",
"status": "NOTIFIED"
}
2022-06-03T10:57:57.713Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T10:57:57.714Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T10:57:57.715Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T10:57:57.732Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:57:57.732Z||pool-9-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-03T10:57:58.615Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
"serviceName": "basic_onboard_jITbOD",
"serviceVersion": "1.0",
"serviceUUID": "b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1",
"serviceDescription": "service",
"serviceInvariantUUID": "a7e691ad-b9fd-49c5-b4e2-bd44c91018c4",
"resources": [
{
"resourceInstanceName": "basic_onboard_jITbOD 0",
"resourceCustomizationUUID": "88f6ebb2-adf6-40f7-b97f-f765222ffc0e",
"resourceName": "basic_onboard_jITbOD",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "221f53c2-1c6c-4d65-a44d-8912c311801f",
"resourceInvariantUUID": "cd76a4bc-f47c-4fa2-9ded-a48fe08a19a5",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_jitbod0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/basic_onboard_jitbod0_modules.json",
"artifactChecksum": "OTYzOWNjY2NiYTBiN2FlMGM4MTQ4MmMwYTg4NTEyMTk\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "01ed4517-3c40-4b75-acc6-483c862a8ab8",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "c8cbfe7b-9ac0-419a-ac64-a0d2ceb49afc",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "0757fd3d-7eef-4159-a1b6-5a20f67df58b",
"generatedFromUUID": "c8cbfe7b-9ac0-419a-ac64-a0d2ceb49afc"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "0757fd3d-7eef-4159-a1b6-5a20f67df58b",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardJitbod-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/artifacts/service-BasicOnboardJitbod-csar.csar",
"artifactChecksum": "NjZmN2FjZjgzOGU4NDhmNGM1OTAyNzllZjEzM2UxNDI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "afac0cc5-0541-4862-ba27-8b14b4cec0a0"
}
],
"workloadContext": "Production"
}
2022-06-03T10:57:58.617Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-03T10:57:58.617Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1 ASDC
2022-06-03T10:57:58.758Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:c3a0046a-d67b-4fd6-ba51-2519ea18abd7
ServiceName:basic_onboard_jITbOD
ServiceVersion:1.0
ServiceUUID:b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1
ServiceInvariantUUID:a7e691ad-b9fd-49c5-b4e2-bd44c91018c4
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardJitbod-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/artifacts/service-BasicOnboardJitbod-csar.csar
ArtifactUUID:afac0cc5-0541-4862-ba27-8b14b4cec0a0
ArtifactChecksum:NjZmN2FjZjgzOGU4NDhmNGM1OTAyNzllZjEzM2UxNDI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_jITbOD 0
ResourceCustomizationUUID:88f6ebb2-adf6-40f7-b97f-f765222ffc0e
ResourceInvariantUUID:cd76a4bc-f47c-4fa2-9ded-a48fe08a19a5
ResourceName:basic_onboard_jITbOD
ResourceType:VF
ResourceUUID:221f53c2-1c6c-4d65-a44d-8912c311801f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_jitbod0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/basic_onboard_jitbod0_modules.json
ArtifactUUID:01ed4517-3c40-4b75-acc6-483c862a8ab8
ArtifactChecksum:OTYzOWNjY2NiYTBiN2FlMGM4MTQ4MmMwYTg4NTEyMTk=
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/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/base_ubuntu18.yaml
ArtifactUUID:c8cbfe7b-9ac0-419a-ac64-a0d2ceb49afc
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/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/base_ubuntu18.env
ArtifactUUID:0757fd3d-7eef-4159-a1b6-5a20f67df58b
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/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/base_ubuntu18.env
ArtifactUUID:0757fd3d-7eef-4159-a1b6-5a20f67df58b
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-06-03T10:57:58.759Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T10:57:59.052Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-03T10:57:59.053Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-03T10:57:59.055Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-03T10:57:59.055Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: afac0cc5-0541-4862-ba27-8b14b4cec0a0 from URL: /sdc/v1/catalog/services/BasicOnboardJitbod/1.0/artifacts/service-BasicOnboardJitbod-csar.csar
2022-06-03T10:57:59.055Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-03T10:57:59.056Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/artifacts/service-BasicOnboardJitbod-csar.csar
2022-06-03T10:58:00.084Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-03T10:58:00.100Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJitbod/1.0/artifacts/service-BasicOnboardJitbod-csar.csar afac0cc5-0541-4862-ba27-8b14b4cec0a0 71580
2022-06-03T10:58:00.101Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJitbod/1.0/artifacts/service-BasicOnboardJitbod-csar.csar ASDC sendASDCNotification
2022-06-03T10:58:00.102Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/artifacts/service-BasicOnboardJitbod-csar.csar
2022-06-03T10:58:00.103Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T10:58:00.104Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:58:00.106Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:58:00.106Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654253880101,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/artifacts/service-BasicOnboardJitbod-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-03T10:58:00.206Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T10:58:00.213Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T10:58:00.214Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T10:58:00.242Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:58:00.243Z||pool-10-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-06-03T10:58:01.106Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-03T10:58:01.108Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-03T10:58:01.109Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: afac0cc5-0541-4862-ba27-8b14b4cec0a0, URL: /sdc/v1/catalog/services/BasicOnboardJitbod/1.0/artifacts/service-BasicOnboardJitbod-csar.csar to file: /app/ASDC/1/service-BasicOnboardJitbod-csar.csar
2022-06-03T10:58:01.110Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardJitbod-csar.csar
2022-06-03T10:58:01.202Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardJitbod-csar.csar
2022-06-03T10:58:01.203Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardJitbod-csar.csar
2022-06-03T10:58:01.878Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12683341840453330601/Definitions/service-BasicOnboardJitbod-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-06-03T10:58:03.654Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-03T10:58:03.659Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-03T10:58:03.660Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardJitbod-csar.csar
2022-06-03T10:58:03.660Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-03T10:58:03.660Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_jITbOD 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-BasicOnboardJitbod-csar.csar
2022-06-03T10:58:03.660Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||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-BasicOnboardJitbod-csar.csar
2022-06-03T10:58:03.660Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||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-BasicOnboardJitbod-csar.csar
2022-06-03T10:58:03.660Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||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-BasicOnboardJitbod-csar.csar
2022-06-03T10:58:03.660Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||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-BasicOnboardJitbod-csar.csar
2022-06-03T10:58:03.660Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardJitbod-csar.csar
2022-06-03T10:58:03.660Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardJitbod-csar.csar
2022-06-03T10:58:03.661Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||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-BasicOnboardJitbod-csar.csar
2022-06-03T10:58:03.661Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||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-BasicOnboardJitbod-csar.csar
2022-06-03T10:58:03.661Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-03T10:58:03.667Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T10:58:03.669Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_jITbOD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:58:03.673Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_jITbOD 0 is matching search criteria
2022-06-03T10:58:03.673Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-03T10:58:03.675Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_jITbOD 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-03T10:58:03.676Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T10:58:03.676Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_jITbOD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:58:03.677Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_jITbOD 0 is matching search criteria
2022-06-03T10:58:03.677Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-03T10:58:03.677Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_jITbOD 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-03T10:58:03.677Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T10:58:03.677Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_jITbOD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:58:03.680Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T10:58:03.681Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_jITbOD 0 is not matching search criteria
2022-06-03T10:58:03.681Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-06-03T10:58:03.681Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-06-03T10:58:03.681Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-06-03T10:58:03.681Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-03T10:58:03.682Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-03T10:58:03.682Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T10:58:03.682Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_jITbOD is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-03T10:58:03.683Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T10:58:03.683Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_jITbOD 0 is matching search criteria
2022-06-03T10:58:03.684Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_jITbOD 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T10:58:03.684Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T10:58:03.684Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_jITbOD 0 is matching search criteria
2022-06-03T10:58:03.684Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_jITbOD 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T10:58:03.685Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T10:58:03.685Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_jITbOD 0 is matching search criteria
2022-06-03T10:58:03.685Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_jITbOD 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T10:58:03.685Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T10:58:03.685Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_jITbOD 0 is not matching search criteria
2022-06-03T10:58:03.685Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-03T10:58:03.686Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-03T10:58:03.686Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=89fe7c61-7c84-4675-ac7b-4eaf77608ce2
2022-06-03T10:58:03.686Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T10:58:03.686Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_jITbOD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:58:03.686Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T10:58:03.686Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_jITbOD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:58:03.687Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T10:58:03.687Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_jITbOD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:58:03.687Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T10:58:03.687Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_jITbOD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:58:03.687Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_jITbOD
Description:service
Model UUID:b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1
Model Version:NULL
Model InvariantUuid:a7e691ad-b9fd-49c5-b4e2-bd44c91018c4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_jITbOD
Model UUID:c02c8f29-0592-418b-88fc-175eb514013a
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:cd76a4bc-f47c-4fa2-9ded-a48fe08a19a5
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:88f6ebb2-adf6-40f7-b97f-f765222ffc0e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:ca5b372d-d95d-4451-a463-94eb5ffec9aa
ModelName:BasicOnboardJitbod..base_ubuntu18..module-0
ModelUuid:1f98bbda-3f35-4f71-94e9-87dd0ce99943
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:89fe7c61-7c84-4675-ac7b-4eaf77608ce2
ModelInvariantUuid:98350e31-a6f0-4b78-89bf-083d2e6c6872
ModelName:basic_onboard_jITbOD-nodes.ubuntu18Cvfc
ModelUuid:b89ea6dc-8acd-48e7-a505-3eea54df3bef
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:265280b5-d246-459f-b0b4-d4df3e5be408
ModelInvariantUuid:5fdce844-d741-4217-8630-9ceaaf98a0c3
ModelName:BasicOnboardJitbod.compute.nodes.heat.ubuntu18
ModelUuid:5670f261-0ee1-4947-8b9d-bcadcf00c918
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-03T10:58:03.714Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 221f53c2-1c6c-4d65-a44d-8912c311801f
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-03T10:58:03.800Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||INFO|500||basic_onboard_jITbOD 0
2022-06-03T10:58:03.807Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 221f53c2-1c6c-4d65-a44d-8912c311801f
2022-06-03T10:58:03.807Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 01ed4517-3c40-4b75-acc6-483c862a8ab8 from URL: /sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/basic_onboard_jitbod0_modules.json
2022-06-03T10:58:03.807Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-03T10:58:03.808Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/basic_onboard_jitbod0_modules.json
2022-06-03T10:58:04.298Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-03T10:58:04.298Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/basic_onboard_jitbod0_modules.json 01ed4517-3c40-4b75-acc6-483c862a8ab8 798
2022-06-03T10:58:04.299Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/basic_onboard_jitbod0_modules.json ASDC sendASDCNotification
2022-06-03T10:58:04.299Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/basic_onboard_jitbod0_modules.json
2022-06-03T10:58:04.299Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T10:58:04.300Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:58:04.302Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:58:04.302Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654253884299,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/basic_onboard_jitbod0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-03T10:58:04.402Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T10:58:04.403Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T10:58:04.403Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T10:58:04.420Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:58:04.420Z||pool-11-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-03T10:58:05.304Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardJitbod..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "ca5b372d-d95d-4451-a463-94eb5ffec9aa",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "1f98bbda-3f35-4f71-94e9-87dd0ce99943",
"vfModuleModelCustomizationUUID": "cf897918-406d-4070-92fc-2337a43d6ff0",
"isBase": true,
"artifacts": [
"c8cbfe7b-9ac0-419a-ac64-a0d2ceb49afc",
"0757fd3d-7eef-4159-a1b6-5a20f67df58b"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-06-03T10:58:05.320Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardJitbod..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1f98bbda-3f35-4f71-94e9-87dd0ce99943
VfModuleModelInvariantUUID:ca5b372d-d95d-4451-a463-94eb5ffec9aa
VfModuleModelDescription:NULL
Artifacts UUID List:{
c8cbfe7b-9ac0-419a-ac64-a0d2ceb49afc
,
0757fd3d-7eef-4159-a1b6-5a20f67df58b
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-06-03T10:58:05.323Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardJitbod..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "ca5b372d-d95d-4451-a463-94eb5ffec9aa",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "1f98bbda-3f35-4f71-94e9-87dd0ce99943",
"vfModuleModelCustomizationUUID": "cf897918-406d-4070-92fc-2337a43d6ff0",
"isBase": true,
"artifacts": [
"c8cbfe7b-9ac0-419a-ac64-a0d2ceb49afc",
"0757fd3d-7eef-4159-a1b6-5a20f67df58b"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-06-03T10:58:05.323Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardJitbod..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1f98bbda-3f35-4f71-94e9-87dd0ce99943
VfModuleModelInvariantUUID:ca5b372d-d95d-4451-a463-94eb5ffec9aa
VfModuleModelDescription:NULL
Artifacts UUID List:{
c8cbfe7b-9ac0-419a-ac64-a0d2ceb49afc
,
0757fd3d-7eef-4159-a1b6-5a20f67df58b
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-06-03T10:58:05.323Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c8cbfe7b-9ac0-419a-ac64-a0d2ceb49afc from URL: /sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/base_ubuntu18.yaml
2022-06-03T10:58:05.323Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-03T10:58:05.324Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/base_ubuntu18.yaml
2022-06-03T10:58:06.670Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-03T10:58:06.671Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/base_ubuntu18.yaml c8cbfe7b-9ac0-419a-ac64-a0d2ceb49afc 5033
2022-06-03T10:58:06.671Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-03T10:58:06.671Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/base_ubuntu18.yaml
2022-06-03T10:58:06.671Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T10:58:06.672Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:58:06.674Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:58:06.674Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654253886671,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-03T10:58:06.774Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T10:58:06.775Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T10:58:06.775Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T10:58:06.790Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:58:06.791Z||pool-12-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-03T10:58:07.675Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 0757fd3d-7eef-4159-a1b6-5a20f67df58b from URL: /sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/base_ubuntu18.env
2022-06-03T10:58:07.675Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-03T10:58:07.675Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/base_ubuntu18.env
2022-06-03T10:58:08.294Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-03T10:58:08.295Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/base_ubuntu18.env 0757fd3d-7eef-4159-a1b6-5a20f67df58b 909
2022-06-03T10:58:08.295Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-03T10:58:08.296Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/base_ubuntu18.env
2022-06-03T10:58:08.296Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T10:58:08.296Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:58:08.298Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:58:08.298Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654253888295,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-03T10:58:08.398Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-03T10:58:08.399Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T10:58:08.399Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T10:58:08.446Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:58:08.447Z||pool-13-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1}
2022-06-03T10:58:09.299Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1
2022-06-03T10:58:09.300Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_jITbOD 0 221f53c2-1c6c-4d65-a44d-8912c311801f ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-03T10:58:09.343Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@58af372e, org.onap.sdc.toscaparser.api.parameters.Input@bc351f6, org.onap.sdc.toscaparser.api.parameters.Input@2b70942f, org.onap.sdc.toscaparser.api.parameters.Input@5cc221b5, org.onap.sdc.toscaparser.api.parameters.Input@7d757b44]
2022-06-03T10:58:09.348Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T10:58:09.348Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_jITbOD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:58:09.349Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic
2022-06-03T10:58:09.350Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 88f6ebb2-adf6-40f7-b97f-f765222ffc0e
2022-06-03T10:58:09.350Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 88f6ebb2-adf6-40f7-b97f-f765222ffc0e matches Tosca VF Customization UUID: 88f6ebb2-adf6-40f7-b97f-f765222ffc0e
2022-06-03T10:58:09.350Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 88f6ebb2-adf6-40f7-b97f-f765222ffc0e matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-03T10:58:09.367Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T10:58:09.367Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_jITbOD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:58:09.368Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 88f6ebb2-adf6-40f7-b97f-f765222ffc0e: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-06-03T10:58:09.369Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@55100c54
2022-06-03T10:58:09.369Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T10:58:09.369Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_jITbOD is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-03T10:58:09.370Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : cf897918-406d-4070-92fc-2337a43d6ff0
2022-06-03T10:58:09.372Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID cf897918-406d-4070-92fc-2337a43d6ff0
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-03T10:58:09.382Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T10:58:09.382Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_jITbOD 0 is matching search criteria
2022-06-03T10:58:09.383Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_jITbOD 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T10:58:09.384Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T10:58:09.384Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_jITbOD 0 is matching search criteria
2022-06-03T10:58:09.385Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_jITbOD 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T10:58:09.385Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T10:58:09.386Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_jITbOD 0 is not matching search criteria
2022-06-03T10:58:09.386Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-03T10:58:09.387Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-03T10:58:09.387Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=89fe7c61-7c84-4675-ac7b-4eaf77608ce2
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-03T10:58:09.403Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T10:58:09.404Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_jITbOD 0 is matching search criteria
2022-06-03T10:58:09.404Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_jITbOD 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T10:58:09.405Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T10:58:09.405Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_jITbOD 0 is matching search criteria
2022-06-03T10:58:09.405Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_jITbOD 0] matching following query criteria: sdcType=VF, customizationUUID=88f6ebb2-adf6-40f7-b97f-f765222ffc0e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-03T10:58:09.408Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T10:58:09.409Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_jITbOD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:58:09.409Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1: basic_onboard_jITbOD
2022-06-03T10:58:09.410Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T10:58:09.410Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_jITbOD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:58:09.411Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T10:58:09.411Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_jITbOD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:58:09.412Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T10:58:09.412Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_jITbOD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:58:09.412Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T10:58:09.413Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_jITbOD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:58:09.413Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T10:58:09.413Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_jITbOD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:58:09.414Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||INFO|500||Saving Service: basic_onboard_jITbOD
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T10:58:09.649Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_jITbOD 221f53c2-1c6c-4d65-a44d-8912c311801f 1 ASDC deployResourceStructure
2022-06-03T10:58:09.650Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/basic_onboard_jitbod0_modules.json ASDC sendASDCNotification
2022-06-03T10:58:09.650Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/basic_onboard_jitbod0_modules.json
2022-06-03T10:58:09.650Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T10:58:09.651Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:58:09.652Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:58:09.652Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654253889650,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/basic_onboard_jitbod0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-03T10:58:09.753Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-03T10:58:09.753Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T10:58:09.753Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T10:58:09.771Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:58:09.772Z||pool-14-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-03T10:58:10.653Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-03T10:58:10.654Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/base_ubuntu18.yaml
2022-06-03T10:58:10.654Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T10:58:10.654Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:58:10.656Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:58:10.656Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654253890653,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-06-03T10:58:10.756Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T10:58:10.757Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T10:58:10.757Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T10:58:10.781Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:58:10.782Z||pool-15-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-06-03T10:58:11.657Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-03T10:58:11.657Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/base_ubuntu18.env
2022-06-03T10:58:11.657Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T10:58:11.657Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:58:11.659Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:58:11.659Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654253891656,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-06-03T10:58:11.759Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T10:58:11.760Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T10:58:11.761Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T10:58:11.775Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:58:11.775Z||pool-16-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-03T10:58:12.660Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJitbod/1.0/artifacts/service-BasicOnboardJitbod-csar.csar ASDC sendASDCNotification
2022-06-03T10:58:12.661Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/artifacts/service-BasicOnboardJitbod-csar.csar
2022-06-03T10:58:12.661Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T10:58:12.662Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:58:12.665Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:58:12.665Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654253892660,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/artifacts/service-BasicOnboardJitbod-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-03T10:58:12.765Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T10:58:12.766Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T10:58:12.766Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T10:58:12.782Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:58:12.783Z||pool-17-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-03T10:58:13.666Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c3a0046a-d67b-4fd6-ba51-2519ea18abd7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T10:58:13.701Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c3a0046a-d67b-4fd6-ba51-2519ea18abd7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T10:58:13.703Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T10:58:13.703Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-03T10:58:13.703Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-03T10:58:43.704Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c3a0046a-d67b-4fd6-ba51-2519ea18abd7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T10:58:43.727Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c3a0046a-d67b-4fd6-ba51-2519ea18abd7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T10:58:43.737Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T10:58:43.737Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-03T10:58:43.737Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-03T10:58:50.916Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:58:50.917Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:58:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:58:50.949Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:58:50.950Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:58:50.950Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654253862564,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-03T10:58:50.951Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-03T10:59:13.738Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c3a0046a-d67b-4fd6-ba51-2519ea18abd7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T10:59:13.751Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c3a0046a-d67b-4fd6-ba51-2519ea18abd7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T10:59:13.753Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T10:59:13.753Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-03T10:59:13.753Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-03T10:59:43.754Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c3a0046a-d67b-4fd6-ba51-2519ea18abd7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T10:59:43.765Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c3a0046a-d67b-4fd6-ba51-2519ea18abd7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T10:59:43.766Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T10:59:43.767Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-03T10:59:43.767Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-03T10:59:50.916Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:59:50.917Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:59:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:59:50.946Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:59:50.946Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:59:50.946Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
"consumerID": "cds",
"timestamp": 1654253860266,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-03T10:59:50.947Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-03T10:59:50.947Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:59:50.947Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
"consumerID": "aai-ml",
"timestamp": 1654253864843,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-03T10:59:50.947Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-03T10:59:50.948Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:59:50.948Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
"consumerID": "ves-openapi-manager",
"timestamp": 1654253860614,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-03T10:59:50.948Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-03T10:59:50.948Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:59:50.948Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
"consumerID": "clamp",
"timestamp": 1654253864274,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-03T10:59:50.948Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-03T10:59:50.948Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:59:50.949Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654253866653,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-03T10:59:50.949Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-03T11:00:13.767Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c3a0046a-d67b-4fd6-ba51-2519ea18abd7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T11:00:13.780Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c3a0046a-d67b-4fd6-ba51-2519ea18abd7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T11:00:13.783Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T11:00:13.783Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-03T11:00:13.783Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-03T11:00:43.783Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c3a0046a-d67b-4fd6-ba51-2519ea18abd7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T11:00:43.796Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c3a0046a-d67b-4fd6-ba51-2519ea18abd7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T11:00:43.798Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T11:00:43.798Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-03T11:00:43.798Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-03T11:00:50.916Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:00:50.917Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:00:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T11:00:51.467Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T11:00:51.472Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:00:51.472Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654253870912,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-03T11:00:51.474Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-03T11:00:51.474Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:00:51.474Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654253862564,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-03T11:00:51.475Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-03T11:00:51.475Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:00:51.476Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
"consumerID": "cds",
"timestamp": 1654253860266,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-03T11:00:51.476Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-03T11:00:51.476Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:00:51.477Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
"consumerID": "aai-ml",
"timestamp": 1654253864843,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-03T11:00:51.477Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-03T11:00:51.478Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:00:51.478Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
"consumerID": "ves-openapi-manager",
"timestamp": 1654253860614,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-03T11:00:51.478Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-03T11:00:51.479Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:00:51.479Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
"consumerID": "clamp",
"timestamp": 1654253864274,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-03T11:00:51.479Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-03T11:00:51.480Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:00:51.480Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654253866653,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-03T11:00:51.481Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-03T11:00:51.481Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:00:51.481Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654253870912,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/basic_onboard_jitbod0_modules.json",
"status": "NOTIFIED"
}
2022-06-03T11:00:51.482Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-03T11:00:51.482Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:00:51.482Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654253862564,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/artifacts/service-BasicOnboardJitbod-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-03T11:00:51.483Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-03T11:00:51.483Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:00:51.483Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
"consumerID": "cds",
"timestamp": 1654253860266,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/artifacts/service-BasicOnboardJitbod-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-03T11:00:51.484Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-03T11:00:51.484Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:00:51.484Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
"consumerID": "aai-ml",
"timestamp": 1654253864843,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/artifacts/service-BasicOnboardJitbod-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-03T11:00:51.485Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-03T11:00:51.485Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:00:51.486Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
"consumerID": "clamp",
"timestamp": 1654253864274,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/artifacts/service-BasicOnboardJitbod-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-03T11:00:51.486Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-03T11:00:51.486Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:00:51.487Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
"consumerID": "ves-openapi-manager",
"timestamp": 1654253860614,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/artifacts/service-BasicOnboardJitbod-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-03T11:00:51.487Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-03T11:00:51.488Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:00:51.488Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654253866653,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/artifacts/service-BasicOnboardJitbod-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-03T11:00:51.488Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-03T11:00:51.489Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:00:51.489Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654253870912,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-03T11:00:51.490Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-03T11:00:51.490Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:00:51.490Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654253862564,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/artifacts/service-BasicOnboardJitbod-csar.csar",
"status": "NOTIFIED"
}
2022-06-03T11:00:51.491Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-03T11:00:51.491Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:00:51.491Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
"consumerID": "cds",
"timestamp": 1654253860266,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/artifacts/service-BasicOnboardJitbod-csar.csar",
"status": "NOTIFIED"
}
2022-06-03T11:00:51.492Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-03T11:00:51.492Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:00:51.492Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
"consumerID": "aai-ml",
"timestamp": 1654253864843,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/artifacts/service-BasicOnboardJitbod-csar.csar",
"status": "NOTIFIED"
}
2022-06-03T11:00:51.493Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-03T11:00:51.493Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:00:51.493Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
"consumerID": "clamp",
"timestamp": 1654253864274,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/artifacts/service-BasicOnboardJitbod-csar.csar",
"status": "NOTIFIED"
}
2022-06-03T11:00:51.494Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-03T11:00:51.494Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:00:51.495Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
"consumerID": "ves-openapi-manager",
"timestamp": 1654253860614,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/artifacts/service-BasicOnboardJitbod-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-03T11:00:51.495Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-03T11:00:51.495Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:00:51.496Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654253866653,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/artifacts/service-BasicOnboardJitbod-csar.csar",
"status": "NOTIFIED"
}
2022-06-03T11:00:51.496Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-03T11:00:51.496Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:00:51.497Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654253870912,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-03T11:00:51.497Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-03T11:00:51.498Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:00:51.498Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
"consumerID": "policy-id",
"timestamp": 1654253875160,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-03T11:00:51.498Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-03T11:00:51.499Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:00:51.499Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654253870912,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-03T11:00:51.499Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-03T11:00:51.500Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:00:51.500Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
"consumerID": "policy-id",
"timestamp": 1654253875160,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/basic_onboard_jitbod0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-03T11:00:51.501Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-03T11:00:51.501Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:00:51.501Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654253870912,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/artifacts/service-BasicOnboardJitbod-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-03T11:00:51.502Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-03T11:00:51.502Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:00:51.502Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654253876796,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/basic_onboard_jitbod0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-03T11:00:51.503Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:00:51.503Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:00:51.503Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
"consumerID": "cds",
"timestamp": 1654253876750,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/artifacts/service-BasicOnboardJitbod-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-03T11:00:51.504Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:00:51.504Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:00:51.504Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
"consumerID": "aai-ml",
"timestamp": 1654253877468,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/artifacts/service-BasicOnboardJitbod-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-03T11:00:51.504Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:00:51.505Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:00:51.505Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654253877542,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/artifacts/service-BasicOnboardJitbod-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-03T11:00:51.505Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:00:51.505Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:00:51.505Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
"consumerID": "policy-id",
"timestamp": 1654253875160,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-03T11:00:51.506Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-03T11:00:51.506Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:00:51.506Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654253870912,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/artifacts/service-BasicOnboardJitbod-csar.csar",
"status": "NOTIFIED"
}
2022-06-03T11:00:51.506Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-03T11:00:51.507Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:00:51.507Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
"consumerID": "cds",
"timestamp": 1654253877776,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/artifacts/service-BasicOnboardJitbod-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T11:00:51.522Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c3a0046a-d67b-4fd6-ba51-2519ea18abd7
2022-06-03T11:00:51.522Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3a0046a-d67b-4fd6-ba51-2519ea18abd7 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T11:00:51.536Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:00:51.537Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
"consumerID": "policy-id",
"timestamp": 1654253875160,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-03T11:00:51.537Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-03T11:00:51.537Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:00:51.538Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654253878593,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-03T11:00:51.538Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:00:51.538Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:00:51.539Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
"consumerID": "policy-id",
"timestamp": 1654253875160,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-03T11:00:51.539Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-03T11:00:51.539Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:00:51.540Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654253880101,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/artifacts/service-BasicOnboardJitbod-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-03T11:00:51.540Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:00:51.541Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:00:51.541Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654253880171,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-03T11:00:51.541Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:00:51.541Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:00:51.542Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
"consumerID": "policy-id",
"timestamp": 1654253875160,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/artifacts/service-BasicOnboardJitbod-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-03T11:00:51.542Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-03T11:00:51.542Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:00:51.542Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654253881266,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T11:00:51.549Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c3a0046a-d67b-4fd6-ba51-2519ea18abd7
2022-06-03T11:00:51.549Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3a0046a-d67b-4fd6-ba51-2519ea18abd7 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T11:00:51.565Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:00:51.566Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
"consumerID": "policy-id",
"timestamp": 1654253875160,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/artifacts/service-BasicOnboardJitbod-csar.csar",
"status": "NOTIFIED"
}
2022-06-03T11:00:51.566Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-03T11:00:51.566Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:00:51.566Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654253882280,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/basic_onboard_jitbod0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-03T11:00:51.566Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:00:51.566Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:00:51.566Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
"consumerID": "clamp",
"timestamp": 1654253883169,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/artifacts/service-BasicOnboardJitbod-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-03T11:00:51.567Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:00:51.567Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:00:51.567Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
"consumerID": "policy-id",
"timestamp": 1654253883471,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/artifacts/service-BasicOnboardJitbod-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-03T11:00:51.567Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:00:51.567Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:00:51.567Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654253884172,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/artifacts/service-BasicOnboardJitbod-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-03T11:00:51.567Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:00:51.567Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:00:51.567Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
"consumerID": "clamp",
"timestamp": 1654253884281,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/artifacts/service-BasicOnboardJitbod-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-03T11:00:51.567Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:00:51.567Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:00:51.568Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
"consumerID": "policy-id",
"timestamp": 1654253884488,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/artifacts/service-BasicOnboardJitbod-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-03T11:00:51.568Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:00:51.568Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:00:51.568Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654253884299,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/basic_onboard_jitbod0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-03T11:00:51.568Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:00:51.568Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:00:51.568Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654253885178,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T11:00:51.576Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c3a0046a-d67b-4fd6-ba51-2519ea18abd7
2022-06-03T11:00:51.576Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3a0046a-d67b-4fd6-ba51-2519ea18abd7 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T11:00:51.587Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:00:51.587Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
"consumerID": "clamp",
"timestamp": 1654253885288,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T11:00:51.592Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c3a0046a-d67b-4fd6-ba51-2519ea18abd7
2022-06-03T11:00:51.592Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3a0046a-d67b-4fd6-ba51-2519ea18abd7 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T11:00:51.602Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:00:51.602Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
"consumerID": "policy-id",
"timestamp": 1654253885495,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T11:00:51.607Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c3a0046a-d67b-4fd6-ba51-2519ea18abd7
2022-06-03T11:00:51.607Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3a0046a-d67b-4fd6-ba51-2519ea18abd7 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-03T11:00:51.614Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:00:51.615Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654253886671,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-03T11:00:51.615Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:00:51.615Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:00:51.615Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654253888295,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-03T11:00:51.616Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:00:51.616Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:00:51.616Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
"consumerID": "aai-ml",
"timestamp": 1654253889915,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/artifacts/service-BasicOnboardJitbod-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-06-03T11:00:51.617Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:00:51.617Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:00:51.617Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654253889650,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/basic_onboard_jitbod0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-03T11:00:51.617Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:00:51.618Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:00:51.618Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
"consumerID": "aai-ml",
"timestamp": 1654253890923,
"artifactURL": "",
"status": "COMPONENT_DONE_ERROR",
"errorReason": "deploy failure",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T11:00:51.623Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of c3a0046a-d67b-4fd6-ba51-2519ea18abd7
2022-06-03T11:00:51.623Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3a0046a-d67b-4fd6-ba51-2519ea18abd7 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T11:00:51.633Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:00:51.633Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654253890653,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-06-03T11:00:51.634Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:00:51.634Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:00:51.634Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654253891656,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-06-03T11:00:51.635Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:00:51.635Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:00:51.636Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654253892660,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/artifacts/service-BasicOnboardJitbod-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-03T11:00:51.636Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:01:13.799Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c3a0046a-d67b-4fd6-ba51-2519ea18abd7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T11:01:13.811Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c3a0046a-d67b-4fd6-ba51-2519ea18abd7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T11:01:13.815Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T11:01:13.815Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-03T11:01:13.815Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-03T11:01:13.815Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-03T11:01:13.815Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName:
2022-06-03T11:01:13.815Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||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-06-03T11:01:13.821Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-03T11:01:43.822Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c3a0046a-d67b-4fd6-ba51-2519ea18abd7 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-03T11:01:43.839Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c3a0046a-d67b-4fd6-ba51-2519ea18abd7 and serviceModelVersionId: b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1
2022-06-03T11:01:43.839Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a7e691ad-b9fd-49c5-b4e2-bd44c91018c4
2022-06-03T11:01:50.916Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:01:50.917Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:01:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T11:01:58.719Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0
2022-06-03T11:01:58.871Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-06-03T11:01:59.379Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-06-03T11:01:59.385Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|INFO|500||Invoke
2022-06-03T11:02:00.471Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T11:02:00.947Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-06-03T11:02:00.948Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|INFO|500||Invoke
2022-06-03T11:02:02.463Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-06-03T11:02:02.464Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|INFO|500||Invoke
2022-06-03T11:02:03.497Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-06-03T11:02:03.498Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|ERROR|500||Exception occurred
javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
at org.onap.so.client.RestRequest.get(RestRequest.java:58)
at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
at org.onap.so.client.RestClient.method(RestClient.java:322)
at org.onap.so.client.RestClient.patch(RestClient.java:265)
at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at java.base/sun.security.ssl.SSLSocketImpl.connect(Unknown Source)
at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.protocol.https.HttpsClient.(Unknown Source)
at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
at java.base/java.io.FilterOutputStream.write(Unknown Source)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
... 31 common frames omitted
2022-06-03T11:02:03.499Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-06-03T11:02:03.500Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-03T11:02:03.507Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-06-03T11:02:03.508Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c3a0046a-d67b-4fd6-ba51-2519ea18abd7 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-06-03T11:02:03.509Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-06-03T11:02:03.510Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:02:03.512Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:02:03.512Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||try to send status {
"distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654254123508,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-06-03T11:02:03.612Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:02:03.613Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:02:03.613Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:02:03.851Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T11:02:03.851Z||pool-18-thread-1|||||INFO|500||cambria reply ok (238 ms):{"serverTimeMs":8,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-03T11:02:04.528Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:02:04.529Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:02:04.529Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:02:14.862Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T11:02:14.863Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:02:14.864Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:02:14.864Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:02:24.417Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T11:02:24.418Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:02:24.418Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:02:24.418Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:02:33.969Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T11:02:33.970Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:02:33.970Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:02:33.971Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:02:43.517Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T11:02:50.913Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:02:50.916Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:02:50.917Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:02:50.917Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:02:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T11:02:50.917Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:02:51.557Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T11:02:51.557Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T11:02:51.558Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:02:51.558Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T11:02:51.559Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654254123508,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-06-03T11:02:51.559Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"16f7f790-c236-4937-85dd-4768dfc32880","serviceName":"vFW 2022-06-03 10-57-21","serviceVersion":"1.0","serviceUUID":"fa4c8583-3ee7-47d0-adc6-d5183e19ae1e","serviceDescription":"catalog service description","serviceInvariantUUID":"0ecfb3e6-7115-4985-a09c-17c73f7e4ae0","resources":[{"resourceInstanceName":"vFW 738c408e-b80b 0","resourceName":"vFW 738c408e-b80b","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"efa2b54c-88eb-4b8e-9e41-204df9379280","resourceInvariantUUID":"6827a1cb-3d92-406b-b219-67c67923963c","resourceCustomizationUUID":"84877b68-0ba2-43dd-80c5-7a0eec1c99d9","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/vf-license-model.xml","artifactChecksum":"ODU0YjFlNjcyZTUwNTM4MTliNjc3NDM2MWJiNjM2NzU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ce8bfa38-1320-4928-a3df-39b80c9dfc3d","artifactVersion":"1"},{"artifactName":"vfw738c408eb80b0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/vfw738c408eb80b0_modules.json","artifactChecksum":"OGIzZmIxMDk3ODgxMTJmNGY5NDZlZDNmZDdhZmI2OGQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"93e142bb-4a78-41db-b6be-4fb178b149c8","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"dea6c5ed-864d-492b-99a9-f0c1c7f10933","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/vendor-license-model.xml","artifactChecksum":"NWI1NGM2ZjE3MGE0ZmJmNDU3NTdmZmQ1NjY0NDY2ZGQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"863d7fa3-679c-4755-af9b-5c822f67e32c","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5d5aa7c3-52aa-4f83-8cb7-959a19b5f32d","artifactVersion":"2","generatedFromUUID":"dea6c5ed-864d-492b-99a9-f0c1c7f10933"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220603105721-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220603105721/1.0/artifacts/service-Vfw20220603105721-template.yml","artifactChecksum":"Y2QwNzlmNjc2NjA5MjhiOTQyM2IxZDY4NDNiMTI1NDE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"10c29e8b-ab87-4f7e-87ce-bf1e5c28f2a7","artifactVersion":"1"},{"artifactName":"service-Vfw20220603105721-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220603105721/1.0/artifacts/service-Vfw20220603105721-csar.csar","artifactChecksum":"NTE3NWIxNTQxNjcwODVlMTI5ZDZjYzliMDhlMmMzNTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"18a13d19-c6b4-47e1-beaa-bd7bfd7af44d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-03T11:02:51.561Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:02:51.564Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:02:51.564Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-03T11:02:51.570Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:02:51.570Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654254170913,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-03T11:02:51.670Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:02:51.671Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:02:51.671Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:02:51.692Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T11:02:51.693Z||pool-19-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-06-03T11:02:52.571Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:02:52.572Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-03T11:02:52.595Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:02:52.595Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654254170913,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/vfw738c408eb80b0_modules.json",
"status": "NOTIFIED"
}
2022-06-03T11:02:52.674Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 79 ms
2022-06-03T11:02:52.676Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:02:52.676Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:02:52.698Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T11:02:52.699Z||pool-20-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-06-03T11:02:53.596Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:02:53.597Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-03T11:02:53.604Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:02:53.604Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654254170913,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-03T11:02:53.699Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-06-03T11:02:53.700Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:02:53.700Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:02:53.723Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T11:02:53.723Z||pool-21-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-06-03T11:02:54.605Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:02:54.606Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-03T11:02:54.608Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:02:54.608Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654254170913,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-03T11:02:54.710Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-03T11:02:54.711Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:02:54.712Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:02:54.727Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T11:02:54.728Z||pool-22-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:02:55.609Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:02:55.611Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-03T11:02:55.613Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:02:55.613Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654254170913,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-03T11:02:55.713Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:02:55.714Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:02:55.714Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:02:55.731Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T11:02:55.732Z||pool-23-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-03T11:02:56.613Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:02:56.614Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-03T11:02:56.616Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:02:56.617Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654254170913,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/artifacts/service-Vfw20220603105721-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-03T11:02:56.717Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:02:56.718Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:02:56.718Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:02:56.734Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T11:02:56.734Z||pool-24-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-03T11:02:57.617Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:02:57.618Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-03T11:02:57.620Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:02:57.620Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654254170913,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/artifacts/service-Vfw20220603105721-csar.csar",
"status": "NOTIFIED"
}
2022-06-03T11:02:57.721Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-03T11:02:57.722Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:02:57.722Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:02:57.739Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T11:02:57.739Z||pool-25-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:02:58.622Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
"serviceName": "vFW 2022-06-03 10-57-21",
"serviceVersion": "1.0",
"serviceUUID": "fa4c8583-3ee7-47d0-adc6-d5183e19ae1e",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "0ecfb3e6-7115-4985-a09c-17c73f7e4ae0",
"resources": [
{
"resourceInstanceName": "vFW 738c408e-b80b 0",
"resourceCustomizationUUID": "84877b68-0ba2-43dd-80c5-7a0eec1c99d9",
"resourceName": "vFW 738c408e-b80b",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "efa2b54c-88eb-4b8e-9e41-204df9379280",
"resourceInvariantUUID": "6827a1cb-3d92-406b-b219-67c67923963c",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw738c408eb80b0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/vfw738c408eb80b0_modules.json",
"artifactChecksum": "OGIzZmIxMDk3ODgxMTJmNGY5NDZlZDNmZDdhZmI2OGQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "93e142bb-4a78-41db-b6be-4fb178b149c8",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "dea6c5ed-864d-492b-99a9-f0c1c7f10933",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "5d5aa7c3-52aa-4f83-8cb7-959a19b5f32d",
"generatedFromUUID": "dea6c5ed-864d-492b-99a9-f0c1c7f10933"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "5d5aa7c3-52aa-4f83-8cb7-959a19b5f32d",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220603105721-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/artifacts/service-Vfw20220603105721-csar.csar",
"artifactChecksum": "NTE3NWIxNTQxNjcwODVlMTI5ZDZjYzliMDhlMmMzNTU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "18a13d19-c6b4-47e1-beaa-bd7bfd7af44d"
}
],
"workloadContext": "Production"
}
2022-06-03T11:02:58.623Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-03T11:02:58.623Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 fa4c8583-3ee7-47d0-adc6-d5183e19ae1e ASDC
2022-06-03T11:02:58.624Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:16f7f790-c236-4937-85dd-4768dfc32880
ServiceName:vFW 2022-06-03 10-57-21
ServiceVersion:1.0
ServiceUUID:fa4c8583-3ee7-47d0-adc6-d5183e19ae1e
ServiceInvariantUUID:0ecfb3e6-7115-4985-a09c-17c73f7e4ae0
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220603105721-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220603105721/1.0/artifacts/service-Vfw20220603105721-csar.csar
ArtifactUUID:18a13d19-c6b4-47e1-beaa-bd7bfd7af44d
ArtifactChecksum:NTE3NWIxNTQxNjcwODVlMTI5ZDZjYzliMDhlMmMzNTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 738c408e-b80b 0
ResourceCustomizationUUID:84877b68-0ba2-43dd-80c5-7a0eec1c99d9
ResourceInvariantUUID:6827a1cb-3d92-406b-b219-67c67923963c
ResourceName:vFW 738c408e-b80b
ResourceType:VF
ResourceUUID:efa2b54c-88eb-4b8e-9e41-204df9379280
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw738c408eb80b0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/vfw738c408eb80b0_modules.json
ArtifactUUID:93e142bb-4a78-41db-b6be-4fb178b149c8
ArtifactChecksum:OGIzZmIxMDk3ODgxMTJmNGY5NDZlZDNmZDdhZmI2OGQ=
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/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/base_vfw.yaml
ArtifactUUID:dea6c5ed-864d-492b-99a9-f0c1c7f10933
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/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/base_vfw.env
ArtifactUUID:5d5aa7c3-52aa-4f83-8cb7-959a19b5f32d
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/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/base_vfw.env
ArtifactUUID:5d5aa7c3-52aa-4f83-8cb7-959a19b5f32d
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-06-03T11:02:58.624Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fa4c8583-3ee7-47d0-adc6-d5183e19ae1e ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T11:02:58.674Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-03T11:02:58.675Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-03T11:02:58.675Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-03T11:02:58.675Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 18a13d19-c6b4-47e1-beaa-bd7bfd7af44d from URL: /sdc/v1/catalog/services/Vfw20220603105721/1.0/artifacts/service-Vfw20220603105721-csar.csar
2022-06-03T11:02:58.675Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-03T11:02:58.676Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220603105721/1.0/artifacts/service-Vfw20220603105721-csar.csar
2022-06-03T11:02:59.768Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-03T11:02:59.773Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220603105721/1.0/artifacts/service-Vfw20220603105721-csar.csar 18a13d19-c6b4-47e1-beaa-bd7bfd7af44d 99065
2022-06-03T11:02:59.774Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220603105721/1.0/artifacts/service-Vfw20220603105721-csar.csar ASDC sendASDCNotification
2022-06-03T11:02:59.774Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220603105721/1.0/artifacts/service-Vfw20220603105721-csar.csar
2022-06-03T11:02:59.774Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T11:02:59.774Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-03T11:02:59.777Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:02:59.777Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654254179774,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/artifacts/service-Vfw20220603105721-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-03T11:02:59.877Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:02:59.878Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:02:59.879Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:02:59.907Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T11:02:59.907Z||pool-26-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:03:00.777Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-03T11:03:00.779Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-03T11:03:00.779Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 18a13d19-c6b4-47e1-beaa-bd7bfd7af44d, URL: /sdc/v1/catalog/services/Vfw20220603105721/1.0/artifacts/service-Vfw20220603105721-csar.csar to file: /app/ASDC/1/service-Vfw20220603105721-csar.csar
2022-06-03T11:03:00.780Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220603105721-csar.csar
2022-06-03T11:03:00.780Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220603105721-csar.csar
2022-06-03T11:03:00.780Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220603105721-csar.csar
2022-06-03T11:03:01.108Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12625823495868665210/Definitions/service-Vfw20220603105721-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-06-03T11:03:03.265Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-03T11:03:03.265Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-03T11:03:03.265Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220603105721-csar.csar
2022-06-03T11:03:03.265Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-03T11:03:03.266Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||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-Vfw20220603105721-csar.csar
2022-06-03T11:03:03.266Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||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-Vfw20220603105721-csar.csar
2022-06-03T11:03:03.266Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||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-Vfw20220603105721-csar.csar
2022-06-03T11:03:03.266Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220603105721-csar.csar
2022-06-03T11:03:03.266Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220603105721-csar.csar
2022-06-03T11:03:03.266Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||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-Vfw20220603105721-csar.csar
2022-06-03T11:03:03.266Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||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-Vfw20220603105721-csar.csar
2022-06-03T11:03:03.266Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||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-Vfw20220603105721-csar.csar
2022-06-03T11:03:03.266Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 738c408e-b80b 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-Vfw20220603105721-csar.csar
2022-06-03T11:03:03.266Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220603105721-csar.csar
2022-06-03T11:03:03.267Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||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-Vfw20220603105721-csar.csar
2022-06-03T11:03:03.267Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220603105721-csar.csar
2022-06-03T11:03:03.267Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||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-Vfw20220603105721-csar.csar
2022-06-03T11:03:03.267Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-03T11:03:03.267Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T11:03:03.267Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-03 10-57-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:03:03.268Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vFW 738c408e-b80b 0 is matching search criteria
2022-06-03T11:03:03.268Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-03T11:03:03.268Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 738c408e-b80b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-03T11:03:03.268Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T11:03:03.268Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-03 10-57-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:03:03.269Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vFW 738c408e-b80b 0 is matching search criteria
2022-06-03T11:03:03.269Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-03T11:03:03.269Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 738c408e-b80b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-03T11:03:03.269Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T11:03:03.269Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-03 10-57-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:03:03.269Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T11:03:03.270Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vFW 738c408e-b80b 0 is not matching search criteria
2022-06-03T11:03:03.270Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-03T11:03:03.270Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-03T11:03:03.270Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-03T11:03:03.270Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-03T11:03:03.270Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-03T11:03:03.270Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T11:03:03.271Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-03T11:03:03.271Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-03T11:03:03.271Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-03T11:03:03.271Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-03T11:03:03.271Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-03T11:03:03.271Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-03T11:03:03.271Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-03T11:03:03.271Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-03T11:03:03.272Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T11:03:03.272Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-03T11:03:03.272Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T11:03:03.272Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-03 10-57-21 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-03T11:03:03.272Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T11:03:03.272Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vFW 738c408e-b80b 0 is matching search criteria
2022-06-03T11:03:03.272Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 738c408e-b80b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T11:03:03.273Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T11:03:03.273Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vFW 738c408e-b80b 0 is matching search criteria
2022-06-03T11:03:03.273Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 738c408e-b80b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T11:03:03.273Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T11:03:03.273Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vFW 738c408e-b80b 0 is matching search criteria
2022-06-03T11:03:03.273Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 738c408e-b80b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T11:03:03.274Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T11:03:03.274Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vFW 738c408e-b80b 0 is not matching search criteria
2022-06-03T11:03:03.274Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-03T11:03:03.274Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-03T11:03:03.274Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-03T11:03:03.274Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-03T11:03:03.274Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-03T11:03:03.275Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-03T11:03:03.275Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-03T11:03:03.275Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-03T11:03:03.275Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-03T11:03:03.275Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-03T11:03:03.275Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T11:03:03.275Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d51c0ccb-e05b-4405-92ee-6dcdb8ec6585
2022-06-03T11:03:03.275Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T11:03:03.276Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vFW 738c408e-b80b 0 is not matching search criteria
2022-06-03T11:03:03.276Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-03T11:03:03.276Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-03T11:03:03.276Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-03T11:03:03.276Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-03T11:03:03.276Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-03T11:03:03.276Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T11:03:03.276Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-03T11:03:03.277Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-03T11:03:03.277Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-03T11:03:03.277Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-03T11:03:03.277Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-03T11:03:03.277Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T11:03:03.277Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=986e8e8d-bb20-41aa-9e4f-4944cc2a9aca
2022-06-03T11:03:03.277Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T11:03:03.278Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vFW 738c408e-b80b 0 is not matching search criteria
2022-06-03T11:03:03.278Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-03T11:03:03.278Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-03T11:03:03.278Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-03T11:03:03.278Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-03T11:03:03.278Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-03T11:03:03.278Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T11:03:03.278Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-03T11:03:03.279Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-03T11:03:03.279Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-03T11:03:03.279Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-03T11:03:03.279Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-03T11:03:03.279Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-03T11:03:03.279Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5cf3d36c-e1a4-49d4-be6c-dae6c5449c0f
2022-06-03T11:03:03.280Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T11:03:03.280Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-03 10-57-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:03:03.280Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T11:03:03.280Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-03 10-57-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:03:03.280Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T11:03:03.280Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-03 10-57-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:03:03.280Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T11:03:03.280Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-03 10-57-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:03:03.281Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-06-03 10-57-21
Description:catalog service description
Model UUID:fa4c8583-3ee7-47d0-adc6-d5183e19ae1e
Model Version:NULL
Model InvariantUuid:0ecfb3e6-7115-4985-a09c-17c73f7e4ae0
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 738c408e-b80b
Model UUID:7c5e83cc-0cf2-4381-a1e9-b4416ae3cbad
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6827a1cb-3d92-406b-b219-67c67923963c
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:84877b68-0ba2-43dd-80c5-7a0eec1c99d9
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:26d07f45-cf16-4aed-ba84-92967d2a8352
ModelName:Vfw738c408eB80b..base_vfw..module-0
ModelUuid:3a308bff-8c0e-4165-a74f-46c70a739241
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:d51c0ccb-e05b-4405-92ee-6dcdb8ec6585
ModelInvariantUuid:be5caa2a-3d3e-4ddf-8fb5-92c65077ed4a
ModelName:vFW 738c408e-b80b-nodes.vfwCvfc
ModelUuid:5c85009a-5751-4ade-a6c4-b8d7362f1301
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:d7aed8c9-09a2-493a-975d-e3f8bfaa444f
ModelInvariantUuid:3bc4ef4c-24ce-43cc-b239-4a36d96503f3
ModelName:Vfw738c408eB80b.compute.nodes.heat.vfw
ModelUuid:6c7c127c-11d0-4708-8dcd-81759ae3832d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:986e8e8d-bb20-41aa-9e4f-4944cc2a9aca
ModelInvariantUuid:aba533ae-40c1-4961-97ba-38ecbf5f590e
ModelName:vFW 738c408e-b80b-nodes.vsnCvfc
ModelUuid:af8966b6-c5e0-404b-99f4-d9c6e252f51b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:43e20250-a9cb-4f48-b60a-0ad53c227c77
ModelInvariantUuid:ca8c7450-7f44-475b-9f6d-e00916186d2a
ModelName:Vfw738c408eB80b.compute.nodes.heat.vsn
ModelUuid:e53aab9f-32b3-4eeb-80f9-0b7ff882f70f
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:5cf3d36c-e1a4-49d4-be6c-dae6c5449c0f
ModelInvariantUuid:95e494a0-fbc0-464f-8ec8-233c24adf9ce
ModelName:vFW 738c408e-b80b-nodes.vpgCvfc
ModelUuid:ba95ddb4-6a4e-4123-a05a-2e8808a1a670
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:0c03e94c-329e-4038-a57e-781a270b883b
ModelInvariantUuid:6e35cd85-55d3-48e0-bfb6-3e91df68037e
ModelName:Vfw738c408eB80b.compute.nodes.heat.vpg
ModelUuid:323afd21-429a-4880-8ca9-b1b19a40c442
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-03T11:03:03.293Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: efa2b54c-88eb-4b8e-9e41-204df9379280
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-03T11:03:03.297Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||INFO|500||vFW 738c408e-b80b 0
2022-06-03T11:03:03.298Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: efa2b54c-88eb-4b8e-9e41-204df9379280
2022-06-03T11:03:03.298Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 93e142bb-4a78-41db-b6be-4fb178b149c8 from URL: /sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/vfw738c408eb80b0_modules.json
2022-06-03T11:03:03.298Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-03T11:03:03.298Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/vfw738c408eb80b0_modules.json
2022-06-03T11:03:03.699Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-03T11:03:03.700Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/vfw738c408eb80b0_modules.json 93e142bb-4a78-41db-b6be-4fb178b149c8 785
2022-06-03T11:03:03.700Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/vfw738c408eb80b0_modules.json ASDC sendASDCNotification
2022-06-03T11:03:03.700Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/vfw738c408eb80b0_modules.json
2022-06-03T11:03:03.700Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T11:03:03.701Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-03T11:03:03.703Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:03:03.703Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654254183700,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/vfw738c408eb80b0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-03T11:03:03.804Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:03:03.805Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:03:03.806Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:03:03.828Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T11:03:03.829Z||pool-27-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-06-03T11:03:04.704Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw738c408eB80b..base_vfw..module-0",
"vfModuleModelInvariantUUID": "26d07f45-cf16-4aed-ba84-92967d2a8352",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "3a308bff-8c0e-4165-a74f-46c70a739241",
"vfModuleModelCustomizationUUID": "344ef9ce-2766-4363-a399-bb4a5b9a33a0",
"isBase": true,
"artifacts": [
"dea6c5ed-864d-492b-99a9-f0c1c7f10933",
"5d5aa7c3-52aa-4f83-8cb7-959a19b5f32d"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-06-03T11:03:04.710Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw738c408eB80b..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3a308bff-8c0e-4165-a74f-46c70a739241
VfModuleModelInvariantUUID:26d07f45-cf16-4aed-ba84-92967d2a8352
VfModuleModelDescription:NULL
Artifacts UUID List:{
dea6c5ed-864d-492b-99a9-f0c1c7f10933
,
5d5aa7c3-52aa-4f83-8cb7-959a19b5f32d
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-06-03T11:03:04.711Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw738c408eB80b..base_vfw..module-0",
"vfModuleModelInvariantUUID": "26d07f45-cf16-4aed-ba84-92967d2a8352",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "3a308bff-8c0e-4165-a74f-46c70a739241",
"vfModuleModelCustomizationUUID": "344ef9ce-2766-4363-a399-bb4a5b9a33a0",
"isBase": true,
"artifacts": [
"dea6c5ed-864d-492b-99a9-f0c1c7f10933",
"5d5aa7c3-52aa-4f83-8cb7-959a19b5f32d"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-06-03T11:03:04.712Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw738c408eB80b..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3a308bff-8c0e-4165-a74f-46c70a739241
VfModuleModelInvariantUUID:26d07f45-cf16-4aed-ba84-92967d2a8352
VfModuleModelDescription:NULL
Artifacts UUID List:{
dea6c5ed-864d-492b-99a9-f0c1c7f10933
,
5d5aa7c3-52aa-4f83-8cb7-959a19b5f32d
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-06-03T11:03:04.712Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: dea6c5ed-864d-492b-99a9-f0c1c7f10933 from URL: /sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/base_vfw.yaml
2022-06-03T11:03:04.712Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-03T11:03:04.712Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/base_vfw.yaml
2022-06-03T11:03:05.801Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-03T11:03:05.802Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/base_vfw.yaml dea6c5ed-864d-492b-99a9-f0c1c7f10933 20368
2022-06-03T11:03:05.802Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-03T11:03:05.802Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/base_vfw.yaml
2022-06-03T11:03:05.802Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T11:03:05.802Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-03T11:03:05.804Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:03:05.804Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654254185802,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-03T11:03:05.904Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:03:05.905Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:03:05.905Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:03:05.918Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T11:03:05.918Z||pool-28-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-06-03T11:03:06.805Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 5d5aa7c3-52aa-4f83-8cb7-959a19b5f32d from URL: /sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/base_vfw.env
2022-06-03T11:03:06.805Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-03T11:03:06.806Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/base_vfw.env
2022-06-03T11:03:08.486Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-03T11:03:08.487Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/base_vfw.env 5d5aa7c3-52aa-4f83-8cb7-959a19b5f32d 2098
2022-06-03T11:03:08.487Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-03T11:03:08.487Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/base_vfw.env
2022-06-03T11:03:08.487Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T11:03:08.487Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-03T11:03:08.489Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:03:08.490Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654254188487,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-03T11:03:08.590Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:03:08.590Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:03:08.591Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:03:08.645Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T11:03:08.645Z||pool-29-thread-1|||||INFO|500||cambria reply ok (55 ms):{"serverTimeMs":1,"count":1}
2022-06-03T11:03:09.490Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: fa4c8583-3ee7-47d0-adc6-d5183e19ae1e
2022-06-03T11:03:09.491Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 738c408e-b80b 0 efa2b54c-88eb-4b8e-9e41-204df9379280 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-03T11:03:09.512Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5efedcdf, org.onap.sdc.toscaparser.api.parameters.Input@1a9482c5, org.onap.sdc.toscaparser.api.parameters.Input@10d4a37c, org.onap.sdc.toscaparser.api.parameters.Input@4cd24f64, org.onap.sdc.toscaparser.api.parameters.Input@64e27a05]
2022-06-03T11:03:09.514Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T11:03:09.514Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-03 10-57-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:03:09.515Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic
2022-06-03T11:03:09.515Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 84877b68-0ba2-43dd-80c5-7a0eec1c99d9
2022-06-03T11:03:09.515Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 84877b68-0ba2-43dd-80c5-7a0eec1c99d9 matches Tosca VF Customization UUID: 84877b68-0ba2-43dd-80c5-7a0eec1c99d9
2022-06-03T11:03:09.515Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 84877b68-0ba2-43dd-80c5-7a0eec1c99d9 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-03T11:03:09.518Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T11:03:09.518Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-03 10-57-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:03:09.519Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 84877b68-0ba2-43dd-80c5-7a0eec1c99d9: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-06-03T11:03:09.519Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3153127d
2022-06-03T11:03:09.519Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T11:03:09.520Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-03 10-57-21 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-03T11:03:09.520Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 344ef9ce-2766-4363-a399-bb4a5b9a33a0
2022-06-03T11:03:09.520Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 344ef9ce-2766-4363-a399-bb4a5b9a33a0
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-03T11:03:09.523Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T11:03:09.523Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vFW 738c408e-b80b 0 is matching search criteria
2022-06-03T11:03:09.524Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 738c408e-b80b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T11:03:09.524Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T11:03:09.524Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vFW 738c408e-b80b 0 is matching search criteria
2022-06-03T11:03:09.524Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 738c408e-b80b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T11:03:09.525Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T11:03:09.525Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vFW 738c408e-b80b 0 is not matching search criteria
2022-06-03T11:03:09.525Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-03T11:03:09.525Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-03T11:03:09.525Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-03T11:03:09.526Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-03T11:03:09.526Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-03T11:03:09.526Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-03T11:03:09.526Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-03T11:03:09.527Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-03T11:03:09.527Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-03T11:03:09.527Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-03T11:03:09.527Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T11:03:09.527Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d51c0ccb-e05b-4405-92ee-6dcdb8ec6585
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-03T11:03:09.531Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T11:03:09.531Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vFW 738c408e-b80b 0 is matching search criteria
2022-06-03T11:03:09.531Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 738c408e-b80b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T11:03:09.531Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T11:03:09.531Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vFW 738c408e-b80b 0 is not matching search criteria
2022-06-03T11:03:09.532Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-03T11:03:09.532Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-03T11:03:09.532Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-03T11:03:09.532Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-03T11:03:09.533Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-03T11:03:09.533Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T11:03:09.533Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-03T11:03:09.533Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-03T11:03:09.533Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-03T11:03:09.534Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-03T11:03:09.534Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-03T11:03:09.534Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T11:03:09.534Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=986e8e8d-bb20-41aa-9e4f-4944cc2a9aca
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-03T11:03:09.537Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T11:03:09.537Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vFW 738c408e-b80b 0 is matching search criteria
2022-06-03T11:03:09.537Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 738c408e-b80b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T11:03:09.542Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T11:03:09.542Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vFW 738c408e-b80b 0 is not matching search criteria
2022-06-03T11:03:09.542Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-03T11:03:09.542Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-03T11:03:09.543Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-03T11:03:09.543Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-03T11:03:09.543Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-03T11:03:09.543Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T11:03:09.543Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-03T11:03:09.544Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-03T11:03:09.544Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-03T11:03:09.544Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-03T11:03:09.544Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-03T11:03:09.545Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-03T11:03:09.545Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5cf3d36c-e1a4-49d4-be6c-dae6c5449c0f
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-03T11:03:09.547Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T11:03:09.548Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vFW 738c408e-b80b 0 is matching search criteria
2022-06-03T11:03:09.548Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 738c408e-b80b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T11:03:09.548Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T11:03:09.548Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vFW 738c408e-b80b 0 is matching search criteria
2022-06-03T11:03:09.549Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 738c408e-b80b 0] matching following query criteria: sdcType=VF, customizationUUID=84877b68-0ba2-43dd-80c5-7a0eec1c99d9
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-03T11:03:09.551Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T11:03:09.551Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-03 10-57-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:03:09.551Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid fa4c8583-3ee7-47d0-adc6-d5183e19ae1e: vFW 738c408e-b80b
2022-06-03T11:03:09.551Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T11:03:09.551Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-03 10-57-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:03:09.552Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T11:03:09.552Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-03 10-57-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:03:09.552Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T11:03:09.552Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-03 10-57-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:03:09.553Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T11:03:09.553Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-03 10-57-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:03:09.553Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T11:03:09.553Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-03 10-57-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:03:09.554Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2022-06-03 10-57-21
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T11:03:09.733Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 738c408e-b80b efa2b54c-88eb-4b8e-9e41-204df9379280 1 ASDC deployResourceStructure
2022-06-03T11:03:09.733Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/vfw738c408eb80b0_modules.json ASDC sendASDCNotification
2022-06-03T11:03:09.733Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/vfw738c408eb80b0_modules.json
2022-06-03T11:03:09.733Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T11:03:09.734Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-03T11:03:09.735Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:03:09.736Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654254189733,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/vfw738c408eb80b0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-03T11:03:09.836Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:03:09.837Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:03:09.837Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:03:09.854Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T11:03:09.854Z||pool-30-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:03:10.738Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-03T11:03:10.738Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/base_vfw.yaml
2022-06-03T11:03:10.739Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T11:03:10.739Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-03T11:03:10.741Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:03:10.741Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654254190738,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-06-03T11:03:10.841Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:03:10.842Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:03:10.842Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:03:10.856Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T11:03:10.856Z||pool-31-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-06-03T11:03:11.742Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-03T11:03:11.743Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/base_vfw.env
2022-06-03T11:03:11.743Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T11:03:11.743Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-03T11:03:11.745Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:03:11.746Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654254191742,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-06-03T11:03:11.845Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-03T11:03:11.846Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:03:11.846Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:03:11.864Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T11:03:11.864Z||pool-32-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-03T11:03:12.747Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220603105721/1.0/artifacts/service-Vfw20220603105721-csar.csar ASDC sendASDCNotification
2022-06-03T11:03:12.747Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220603105721/1.0/artifacts/service-Vfw20220603105721-csar.csar
2022-06-03T11:03:12.747Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T11:03:12.747Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-03T11:03:12.749Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:03:12.749Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654254192746,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/artifacts/service-Vfw20220603105721-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-03T11:03:12.849Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:03:12.850Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:03:12.851Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:03:12.867Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T11:03:12.867Z||pool-33-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:03:13.750Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 16f7f790-c236-4937-85dd-4768dfc32880
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T11:03:13.763Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 16f7f790-c236-4937-85dd-4768dfc32880
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T11:03:13.769Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T11:03:13.769Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-03T11:03:13.769Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-03T11:03:43.770Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 16f7f790-c236-4937-85dd-4768dfc32880
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T11:03:43.780Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 16f7f790-c236-4937-85dd-4768dfc32880
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T11:03:43.783Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T11:03:43.783Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-03T11:03:43.783Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-03T11:03:50.916Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:03:50.918Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:03:50.918Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T11:03:51.050Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T11:03:51.051Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:03:51.051Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
"consumerID": "clamp",
"timestamp": 1654254164274,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-03T11:03:51.052Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T11:04:13.784Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 16f7f790-c236-4937-85dd-4768dfc32880
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T11:04:13.797Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 16f7f790-c236-4937-85dd-4768dfc32880
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T11:04:13.799Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T11:04:13.799Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-03T11:04:13.799Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-03T11:04:43.799Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 16f7f790-c236-4937-85dd-4768dfc32880
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T11:04:43.813Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 16f7f790-c236-4937-85dd-4768dfc32880
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T11:04:43.819Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T11:04:43.819Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-03T11:04:43.819Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-03T11:04:50.916Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:04:50.917Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:04:50.918Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T11:04:51.453Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T11:04:51.456Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.457Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654254162564,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-03T11:04:51.458Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T11:04:51.458Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.458Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654254166654,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-03T11:04:51.459Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T11:04:51.459Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.459Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
"consumerID": "aai-ml",
"timestamp": 1654254164840,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-03T11:04:51.459Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T11:04:51.460Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.460Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654254170913,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-03T11:04:51.460Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T11:04:51.461Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.461Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
"consumerID": "aai-ml",
"timestamp": 1654254164840,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/vfw738c408eb80b0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-03T11:04:51.461Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T11:04:51.461Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.462Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654254162564,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/vfw738c408eb80b0_modules.json",
"status": "NOTIFIED"
}
2022-06-03T11:04:51.462Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T11:04:51.462Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.462Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
"consumerID": "clamp",
"timestamp": 1654254164274,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/vfw738c408eb80b0_modules.json",
"status": "NOTIFIED"
}
2022-06-03T11:04:51.463Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T11:04:51.463Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.463Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654254166654,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/vfw738c408eb80b0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-03T11:04:51.464Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T11:04:51.464Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.464Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654254170913,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/vfw738c408eb80b0_modules.json",
"status": "NOTIFIED"
}
2022-06-03T11:04:51.464Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T11:04:51.465Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.465Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
"consumerID": "clamp",
"timestamp": 1654254164274,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-03T11:04:51.465Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T11:04:51.466Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.466Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654254162564,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-03T11:04:51.466Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T11:04:51.467Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.467Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
"consumerID": "aai-ml",
"timestamp": 1654254164840,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-03T11:04:51.467Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T11:04:51.468Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.468Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654254166654,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-03T11:04:51.468Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T11:04:51.469Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.469Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654254170913,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-03T11:04:51.469Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T11:04:51.469Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.470Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
"consumerID": "clamp",
"timestamp": 1654254164274,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-03T11:04:51.470Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T11:04:51.470Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.471Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
"consumerID": "aai-ml",
"timestamp": 1654254164840,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-03T11:04:51.471Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T11:04:51.471Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.472Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654254162564,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-03T11:04:51.472Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T11:04:51.472Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.473Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654254166654,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-03T11:04:51.473Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T11:04:51.473Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.473Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654254170913,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-03T11:04:51.474Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T11:04:51.474Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.475Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
"consumerID": "policy-id",
"timestamp": 1654254175160,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-03T11:04:51.475Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T11:04:51.476Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.476Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654254162564,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-03T11:04:51.477Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T11:04:51.477Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.477Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
"consumerID": "clamp",
"timestamp": 1654254164274,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-03T11:04:51.478Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T11:04:51.478Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.478Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
"consumerID": "aai-ml",
"timestamp": 1654254164840,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-03T11:04:51.478Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T11:04:51.479Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.479Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654254166654,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-03T11:04:51.479Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T11:04:51.479Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.480Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654254170913,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-03T11:04:51.480Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T11:04:51.480Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.481Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
"consumerID": "cds",
"timestamp": 1654254175265,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-03T11:04:51.481Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T11:04:51.481Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.481Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
"consumerID": "policy-id",
"timestamp": 1654254175160,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/vfw738c408eb80b0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-03T11:04:51.482Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T11:04:51.482Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.482Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654254162564,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/artifacts/service-Vfw20220603105721-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-03T11:04:51.483Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T11:04:51.483Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.483Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
"consumerID": "aai-ml",
"timestamp": 1654254164840,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/artifacts/service-Vfw20220603105721-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-03T11:04:51.483Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T11:04:51.484Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.484Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
"consumerID": "clamp",
"timestamp": 1654254164274,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/artifacts/service-Vfw20220603105721-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-03T11:04:51.484Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T11:04:51.484Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.485Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654254166654,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/artifacts/service-Vfw20220603105721-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-03T11:04:51.485Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T11:04:51.485Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.485Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654254170913,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/artifacts/service-Vfw20220603105721-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-03T11:04:51.486Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T11:04:51.486Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.486Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
"consumerID": "cds",
"timestamp": 1654254175265,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/vfw738c408eb80b0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-03T11:04:51.487Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T11:04:51.487Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.487Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
"consumerID": "policy-id",
"timestamp": 1654254175160,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-03T11:04:51.487Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T11:04:51.488Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.488Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654254162564,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/artifacts/service-Vfw20220603105721-csar.csar",
"status": "NOTIFIED"
}
2022-06-03T11:04:51.488Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T11:04:51.489Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.489Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
"consumerID": "clamp",
"timestamp": 1654254164274,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/artifacts/service-Vfw20220603105721-csar.csar",
"status": "NOTIFIED"
}
2022-06-03T11:04:51.489Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T11:04:51.489Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.490Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
"consumerID": "aai-ml",
"timestamp": 1654254164840,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/artifacts/service-Vfw20220603105721-csar.csar",
"status": "NOTIFIED"
}
2022-06-03T11:04:51.490Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T11:04:51.490Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.491Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654254166654,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/artifacts/service-Vfw20220603105721-csar.csar",
"status": "NOTIFIED"
}
2022-06-03T11:04:51.491Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T11:04:51.491Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.492Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654254170913,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/artifacts/service-Vfw20220603105721-csar.csar",
"status": "NOTIFIED"
}
2022-06-03T11:04:51.492Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T11:04:51.492Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.493Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
"consumerID": "cds",
"timestamp": 1654254175265,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-03T11:04:51.493Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T11:04:51.493Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.493Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
"consumerID": "policy-id",
"timestamp": 1654254175160,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-03T11:04:51.494Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T11:04:51.494Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.494Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
"consumerID": "cds",
"timestamp": 1654254175265,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-03T11:04:51.495Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T11:04:51.495Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.495Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
"consumerID": "policy-id",
"timestamp": 1654254175160,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-03T11:04:51.496Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T11:04:51.496Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.496Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654254179494,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/vfw738c408eb80b0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-03T11:04:51.497Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:04:51.497Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.497Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654254180136,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/artifacts/service-Vfw20220603105721-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-03T11:04:51.498Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:04:51.498Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.498Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
"consumerID": "aai-ml",
"timestamp": 1654254180143,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/artifacts/service-Vfw20220603105721-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-03T11:04:51.499Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:04:51.499Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.499Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654254179774,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/artifacts/service-Vfw20220603105721-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-03T11:04:51.500Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:04:51.500Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.500Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
"consumerID": "cds",
"timestamp": 1654254175265,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-03T11:04:51.501Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T11:04:51.501Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.501Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
"consumerID": "policy-id",
"timestamp": 1654254175160,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/artifacts/service-Vfw20220603105721-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-03T11:04:51.501Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T11:04:51.502Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.502Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
"consumerID": "ves-openapi-manager",
"timestamp": 1654254180613,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-03T11:04:51.502Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T11:04:51.502Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.503Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
"consumerID": "cds",
"timestamp": 1654254175265,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/artifacts/service-Vfw20220603105721-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-03T11:04:51.503Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T11:04:51.503Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.503Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654254181409,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-03T11:04:51.504Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:04:51.504Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.504Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
"consumerID": "policy-id",
"timestamp": 1654254175160,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/artifacts/service-Vfw20220603105721-csar.csar",
"status": "NOTIFIED"
}
2022-06-03T11:04:51.505Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T11:04:51.505Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.505Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
"consumerID": "ves-openapi-manager",
"timestamp": 1654254180613,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/vfw738c408eb80b0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-03T11:04:51.506Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T11:04:51.506Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.506Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
"consumerID": "cds",
"timestamp": 1654254175265,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/artifacts/service-Vfw20220603105721-csar.csar",
"status": "NOTIFIED"
}
2022-06-03T11:04:51.507Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T11:04:51.507Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.507Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
"consumerID": "ves-openapi-manager",
"timestamp": 1654254180613,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-03T11:04:51.508Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T11:04:51.508Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.508Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654254183366,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-03T11:04:51.508Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:04:51.509Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.509Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
"consumerID": "policy-id",
"timestamp": 1654254183893,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/artifacts/service-Vfw20220603105721-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-03T11:04:51.509Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:04:51.510Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.510Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
"consumerID": "cds",
"timestamp": 1654254183475,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/artifacts/service-Vfw20220603105721-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-03T11:04:51.510Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:04:51.510Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.511Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654254183700,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/vfw738c408eb80b0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-03T11:04:51.511Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:04:51.511Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.511Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
"consumerID": "ves-openapi-manager",
"timestamp": 1654254180613,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-03T11:04:51.512Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T11:04:51.512Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.512Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654254184391,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T11:04:51.519Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 16f7f790-c236-4937-85dd-4768dfc32880
2022-06-03T11:04:51.520Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 16f7f790-c236-4937-85dd-4768dfc32880 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T11:04:51.531Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.531Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
"consumerID": "policy-id",
"timestamp": 1654254184899,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/artifacts/service-Vfw20220603105721-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-03T11:04:51.532Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:04:51.532Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.532Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
"consumerID": "cds",
"timestamp": 1654254184482,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/artifacts/service-Vfw20220603105721-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T11:04:51.537Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 16f7f790-c236-4937-85dd-4768dfc32880
2022-06-03T11:04:51.537Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 16f7f790-c236-4937-85dd-4768dfc32880 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T11:04:51.549Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.550Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
"consumerID": "clamp",
"timestamp": 1654254185223,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/artifacts/service-Vfw20220603105721-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-03T11:04:51.550Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:04:51.551Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.551Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654254185329,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/artifacts/service-Vfw20220603105721-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-03T11:04:51.551Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:04:51.552Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.552Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
"consumerID": "ves-openapi-manager",
"timestamp": 1654254180613,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-03T11:04:51.552Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T11:04:51.553Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.553Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654254185393,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/vfw738c408eb80b0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-03T11:04:51.553Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:04:51.553Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.553Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
"consumerID": "policy-id",
"timestamp": 1654254185905,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T11:04:51.559Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 16f7f790-c236-4937-85dd-4768dfc32880
2022-06-03T11:04:51.560Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 16f7f790-c236-4937-85dd-4768dfc32880 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-03T11:04:51.568Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.568Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
"consumerID": "clamp",
"timestamp": 1654254186254,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/artifacts/service-Vfw20220603105721-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-03T11:04:51.568Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:04:51.569Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.569Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654254185802,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-03T11:04:51.569Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:04:51.569Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.569Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654254186333,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T11:04:51.574Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 16f7f790-c236-4937-85dd-4768dfc32880
2022-06-03T11:04:51.574Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 16f7f790-c236-4937-85dd-4768dfc32880 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T11:04:51.588Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.589Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
"consumerID": "ves-openapi-manager",
"timestamp": 1654254180613,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/artifacts/service-Vfw20220603105721-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-03T11:04:51.589Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T11:04:51.589Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.589Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
"consumerID": "clamp",
"timestamp": 1654254187261,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T11:04:51.594Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 16f7f790-c236-4937-85dd-4768dfc32880
2022-06-03T11:04:51.594Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 16f7f790-c236-4937-85dd-4768dfc32880 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T11:04:51.604Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.604Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
"consumerID": "ves-openapi-manager",
"timestamp": 1654254180613,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/artifacts/service-Vfw20220603105721-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-03T11:04:51.605Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T11:04:51.605Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.605Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654254188487,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-03T11:04:51.605Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:04:51.605Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.606Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654254189733,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/vfw738c408eb80b0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-03T11:04:51.606Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:04:51.606Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.606Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654254190738,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-06-03T11:04:51.606Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:04:51.607Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.607Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
"consumerID": "aai-ml",
"timestamp": 1654254191782,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/artifacts/service-Vfw20220603105721-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-06-03T11:04:51.607Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:04:51.607Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.607Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654254191742,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-06-03T11:04:51.608Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:04:51.608Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.608Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
"consumerID": "aai-ml",
"timestamp": 1654254192789,
"artifactURL": "",
"status": "COMPONENT_DONE_ERROR",
"errorReason": "deploy failure",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T11:04:51.613Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 16f7f790-c236-4937-85dd-4768dfc32880
2022-06-03T11:04:51.613Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 16f7f790-c236-4937-85dd-4768dfc32880 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T11:04:51.623Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.623Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654254192746,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/artifacts/service-Vfw20220603105721-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-03T11:04:51.624Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:05:13.819Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 16f7f790-c236-4937-85dd-4768dfc32880
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T11:05:13.832Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 16f7f790-c236-4937-85dd-4768dfc32880
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T11:05:13.834Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T11:05:13.835Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-03T11:05:13.835Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-03T11:05:13.835Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-03T11:05:13.835Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName:
2022-06-03T11:05:13.835Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||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-06-03T11:05:13.840Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-03T11:05:43.840Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 16f7f790-c236-4937-85dd-4768dfc32880 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-03T11:05:43.847Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 16f7f790-c236-4937-85dd-4768dfc32880 and serviceModelVersionId: fa4c8583-3ee7-47d0-adc6-d5183e19ae1e
2022-06-03T11:05:43.847Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0ecfb3e6-7115-4985-a09c-17c73f7e4ae0
2022-06-03T11:05:43.848Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0
2022-06-03T11:05:43.853Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-06-03T11:05:43.911Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|INFO|500||Invoke
2022-06-03T11:05:43.912Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[16f7f790-c236-4937-85dd-4768dfc32880], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[97cfce8c-d695-4872-91de-45d8a2d424d1], X-ECOMP-RequestID=[16f7f790-c236-4937-85dd-4768dfc32880], X-TransactionId=[], X-ONAP-RequestID=[16f7f790-c236-4937-85dd-4768dfc32880], Content-Type=[application/merge-patch+json]}
2022-06-03T11:05:45.439Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|INFO|500||Invoke
2022-06-03T11:05:45.440Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[16f7f790-c236-4937-85dd-4768dfc32880], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[52a0c286-0893-464a-a556-a11dd8a20bcc], X-ECOMP-RequestID=[16f7f790-c236-4937-85dd-4768dfc32880], X-TransactionId=[], X-ONAP-RequestID=[16f7f790-c236-4937-85dd-4768dfc32880], Content-Type=[application/merge-patch+json]}
2022-06-03T11:05:46.976Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|INFO|500||Invoke
2022-06-03T11:05:46.977Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[16f7f790-c236-4937-85dd-4768dfc32880], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[57f1fe61-5dab-4935-9c50-1c104b820ad4], X-ECOMP-RequestID=[16f7f790-c236-4937-85dd-4768dfc32880], X-TransactionId=[], X-ONAP-RequestID=[16f7f790-c236-4937-85dd-4768dfc32880], Content-Type=[application/merge-patch+json]}
2022-06-03T11:05:48.009Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-06-03T11:05:48.010Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|ERROR|500||Exception occurred
javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
at org.onap.so.client.RestRequest.get(RestRequest.java:58)
at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
at org.onap.so.client.RestClient.method(RestClient.java:322)
at org.onap.so.client.RestClient.patch(RestClient.java:265)
at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at java.base/sun.security.ssl.SSLSocketImpl.connect(Unknown Source)
at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.protocol.https.HttpsClient.(Unknown Source)
at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
at java.base/java.io.FilterOutputStream.write(Unknown Source)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
... 31 common frames omitted
2022-06-03T11:05:48.010Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-06-03T11:05:48.010Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-03T11:05:48.018Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-06-03T11:05:48.018Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 16f7f790-c236-4937-85dd-4768dfc32880 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-06-03T11:05:48.018Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-06-03T11:05:48.019Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:05:48.020Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:05:48.021Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||try to send status {
"distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654254348018,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-06-03T11:05:48.121Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:05:48.121Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:05:48.122Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:05:48.139Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T11:05:48.140Z||pool-34-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-03T11:05:49.032Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:05:49.032Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:05:49.033Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:05:50.916Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:05:50.917Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:05:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T11:05:51.049Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T11:05:51.050Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:05:51.050Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b430dd8d-6294-4465-910d-52249d76a047",
"consumerID": "cds",
"timestamp": 1654254340265,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603110004/1.0/resourceInstances/vfw9b89e9fcbd8e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-03T11:05:51.051Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T11:05:51.051Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:05:51.051Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b430dd8d-6294-4465-910d-52249d76a047",
"consumerID": "clamp",
"timestamp": 1654254344274,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603110004/1.0/resourceInstances/vfw9b89e9fcbd8e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-03T11:05:51.051Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T11:05:51.051Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:05:51.051Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b430dd8d-6294-4465-910d-52249d76a047",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654254346653,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603110004/1.0/resourceInstances/vfw9b89e9fcbd8e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-03T11:05:51.051Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T11:05:51.052Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:05:51.052Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b430dd8d-6294-4465-910d-52249d76a047",
"consumerID": "ves-openapi-manager",
"timestamp": 1654254340616,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603110004/1.0/resourceInstances/vfw9b89e9fcbd8e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-03T11:05:51.052Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T11:05:51.052Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:05:51.052Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b430dd8d-6294-4465-910d-52249d76a047",
"consumerID": "aai-ml",
"timestamp": 1654254344840,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603110004/1.0/resourceInstances/vfw9b89e9fcbd8e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-03T11:05:51.052Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T11:05:51.052Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:05:51.052Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b430dd8d-6294-4465-910d-52249d76a047",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654254342564,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603110004/1.0/resourceInstances/vfw9b89e9fcbd8e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-03T11:05:51.052Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T11:05:51.052Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:05:51.052Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654254348018,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-06-03T11:05:51.053Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:05:51.053Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:05:51.053Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b430dd8d-6294-4465-910d-52249d76a047",
"consumerID": "aai-ml",
"timestamp": 1654254344840,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603110004/1.0/resourceInstances/vfw9b89e9fcbd8e0/artifacts/vfw9b89e9fcbd8e0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-03T11:05:51.053Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T11:05:51.053Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:05:51.053Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b430dd8d-6294-4465-910d-52249d76a047",
"consumerID": "ves-openapi-manager",
"timestamp": 1654254340616,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603110004/1.0/resourceInstances/vfw9b89e9fcbd8e0/artifacts/vfw9b89e9fcbd8e0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-03T11:05:51.053Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T11:05:51.053Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:05:51.053Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b430dd8d-6294-4465-910d-52249d76a047",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654254346653,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603110004/1.0/resourceInstances/vfw9b89e9fcbd8e0/artifacts/vfw9b89e9fcbd8e0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-03T11:05:51.054Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T11:05:51.054Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:05:51.054Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b430dd8d-6294-4465-910d-52249d76a047",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654254342564,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603110004/1.0/resourceInstances/vfw9b89e9fcbd8e0/artifacts/vfw9b89e9fcbd8e0_modules.json",
"status": "NOTIFIED"
}
2022-06-03T11:05:51.054Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T11:05:51.054Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:05:51.054Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b430dd8d-6294-4465-910d-52249d76a047",
"consumerID": "cds",
"timestamp": 1654254340265,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603110004/1.0/resourceInstances/vfw9b89e9fcbd8e0/artifacts/vfw9b89e9fcbd8e0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-03T11:05:51.054Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T11:05:51.054Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:05:51.054Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b430dd8d-6294-4465-910d-52249d76a047",
"consumerID": "clamp",
"timestamp": 1654254344274,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603110004/1.0/resourceInstances/vfw9b89e9fcbd8e0/artifacts/vfw9b89e9fcbd8e0_modules.json",
"status": "NOTIFIED"
}
2022-06-03T11:05:51.054Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T11:05:51.054Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:05:51.055Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b430dd8d-6294-4465-910d-52249d76a047",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654254342564,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603110004/1.0/resourceInstances/vfw9b89e9fcbd8e0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-03T11:05:51.055Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T11:05:51.055Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:05:51.055Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b430dd8d-6294-4465-910d-52249d76a047",
"consumerID": "clamp",
"timestamp": 1654254344274,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603110004/1.0/resourceInstances/vfw9b89e9fcbd8e0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-03T11:05:51.055Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T11:05:51.055Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:05:51.055Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b430dd8d-6294-4465-910d-52249d76a047",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654254346653,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603110004/1.0/resourceInstances/vfw9b89e9fcbd8e0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-03T11:05:51.055Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T11:05:51.055Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:05:51.055Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b430dd8d-6294-4465-910d-52249d76a047",
"consumerID": "ves-openapi-manager",
"timestamp": 1654254340616,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603110004/1.0/resourceInstances/vfw9b89e9fcbd8e0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-03T11:05:51.055Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T11:05:51.056Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:05:51.056Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b430dd8d-6294-4465-910d-52249d76a047",
"consumerID": "cds",
"timestamp": 1654254340265,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603110004/1.0/resourceInstances/vfw9b89e9fcbd8e0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-03T11:05:51.056Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T11:05:51.056Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:05:51.056Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b430dd8d-6294-4465-910d-52249d76a047",
"consumerID": "aai-ml",
"timestamp": 1654254344840,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603110004/1.0/resourceInstances/vfw9b89e9fcbd8e0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-03T11:05:51.056Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T11:05:53.744Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T11:05:53.745Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||received message from topic
2022-06-03T11:05:53.745Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"b430dd8d-6294-4465-910d-52249d76a047","serviceName":"vFW 2022-06-03 11-00-04","serviceVersion":"1.0","serviceUUID":"d69905fd-a8a3-4b59-8b2e-32a63127ae20","serviceDescription":"catalog service description","serviceInvariantUUID":"aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d","resources":[{"resourceInstanceName":"vFW 9b89e9fc-bd8e 0","resourceName":"vFW 9b89e9fc-bd8e","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2ba90ff2-073f-444e-aae5-bd76c9e7fc20","resourceInvariantUUID":"cc7a76ac-bcd9-4d20-ad99-277a47404355","resourceCustomizationUUID":"3c09bdd5-d573-4315-8c13-a93c83a650a6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220603110004/1.0/resourceInstances/vfw9b89e9fcbd8e0/artifacts/vf-license-model.xml","artifactChecksum":"NjZhZGIwZTRiZjMzN2IwMTkxNmNiZmNlNWEyYjk5ODM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d715fcc7-854e-4e8a-831e-42680ffdaa3f","artifactVersion":"1"},{"artifactName":"vfw9b89e9fcbd8e0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220603110004/1.0/resourceInstances/vfw9b89e9fcbd8e0/artifacts/vfw9b89e9fcbd8e0_modules.json","artifactChecksum":"MjVlNzQwNDE4ZGEyZjFmZTM3Mzg4OGI4OTdiMDg3MGE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3bf96fb0-8562-4eeb-8114-cc0459710318","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220603110004/1.0/resourceInstances/vfw9b89e9fcbd8e0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"73039702-4e4d-468f-a0d3-7a871244a03a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220603110004/1.0/resourceInstances/vfw9b89e9fcbd8e0/artifacts/vendor-license-model.xml","artifactChecksum":"NTE0ZWI5NjMwZmVhMWEzOWRhMWM3MjA1OWZhYWFkNWU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"073c77ee-b4f7-4d9f-8ba5-11e13b89b629","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220603110004/1.0/resourceInstances/vfw9b89e9fcbd8e0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"199529b5-0a31-4456-88cf-9ef048806653","artifactVersion":"2","generatedFromUUID":"73039702-4e4d-468f-a0d3-7a871244a03a"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220603110004-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220603110004/1.0/artifacts/service-Vfw20220603110004-template.yml","artifactChecksum":"N2RmYWQ3NzJmMGZlMzdiY2E1ZTU0YjkyZGYxNjJkMGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"49bb9d93-cbee-4645-96b6-e31f8ecd9f5e","artifactVersion":"1"},{"artifactName":"service-Vfw20220603110004-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220603110004/1.0/artifacts/service-Vfw20220603110004-csar.csar","artifactChecksum":"NmMyMjdmMGFmMGEyMmUzZmRjZWQyZDUxMzU0ZDBiNzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"50cbb23f-4402-4eb8-b97a-a54b478fab09","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-03T11:05:53.748Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:05:53.748Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:05:53.750Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:05:53.751Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||try to send status {
"distributionID": "b430dd8d-6294-4465-910d-52249d76a047",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654254349032,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603110004/1.0/resourceInstances/vfw9b89e9fcbd8e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-03T11:05:53.851Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:05:53.852Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:05:53.852Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:05:53.878Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T11:05:53.878Z||pool-35-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-06-03T11:05:54.751Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:05:54.753Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:05:54.755Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:05:54.755Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||try to send status {
"distributionID": "b430dd8d-6294-4465-910d-52249d76a047",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654254349032,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603110004/1.0/resourceInstances/vfw9b89e9fcbd8e0/artifacts/vfw9b89e9fcbd8e0_modules.json",
"status": "NOTIFIED"
}
2022-06-03T11:05:54.855Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:05:54.856Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:05:54.856Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:05:54.875Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T11:05:54.876Z||pool-36-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-06-03T11:05:55.756Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:05:55.757Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:05:55.759Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:05:55.759Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||try to send status {
"distributionID": "b430dd8d-6294-4465-910d-52249d76a047",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654254349032,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603110004/1.0/resourceInstances/vfw9b89e9fcbd8e0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-03T11:05:55.859Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:05:55.860Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:05:55.860Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:05:55.874Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T11:05:55.875Z||pool-37-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:05:56.760Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:05:56.761Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:05:56.763Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:05:56.763Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||try to send status {
"distributionID": "b430dd8d-6294-4465-910d-52249d76a047",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654254349032,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603110004/1.0/resourceInstances/vfw9b89e9fcbd8e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-03T11:05:56.863Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:05:56.864Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:05:56.864Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:05:56.882Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T11:05:56.882Z||pool-38-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:05:57.764Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:05:57.765Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:05:57.768Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:05:57.768Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||try to send status {
"distributionID": "b430dd8d-6294-4465-910d-52249d76a047",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654254349032,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603110004/1.0/resourceInstances/vfw9b89e9fcbd8e0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-03T11:05:57.868Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:05:57.869Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:05:57.869Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:05:57.886Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T11:05:57.886Z||pool-39-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:05:58.768Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:05:58.769Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:05:58.772Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:05:58.772Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||try to send status {
"distributionID": "b430dd8d-6294-4465-910d-52249d76a047",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654254349032,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603110004/1.0/artifacts/service-Vfw20220603110004-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-03T11:05:58.872Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:05:58.872Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:05:58.873Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:05:58.891Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T11:05:58.891Z||pool-40-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:05:59.772Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:05:59.773Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:05:59.775Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:05:59.775Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||try to send status {
"distributionID": "b430dd8d-6294-4465-910d-52249d76a047",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654254349032,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603110004/1.0/artifacts/service-Vfw20220603110004-csar.csar",
"status": "NOTIFIED"
}
2022-06-03T11:05:59.875Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:05:59.876Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:05:59.876Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:05:59.892Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T11:05:59.892Z||pool-41-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:06:00.776Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||sending notification to client: {
"distributionID": "b430dd8d-6294-4465-910d-52249d76a047",
"serviceName": "vFW 2022-06-03 11-00-04",
"serviceVersion": "1.0",
"serviceUUID": "d69905fd-a8a3-4b59-8b2e-32a63127ae20",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d",
"resources": [
{
"resourceInstanceName": "vFW 9b89e9fc-bd8e 0",
"resourceCustomizationUUID": "3c09bdd5-d573-4315-8c13-a93c83a650a6",
"resourceName": "vFW 9b89e9fc-bd8e",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "2ba90ff2-073f-444e-aae5-bd76c9e7fc20",
"resourceInvariantUUID": "cc7a76ac-bcd9-4d20-ad99-277a47404355",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw9b89e9fcbd8e0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603110004/1.0/resourceInstances/vfw9b89e9fcbd8e0/artifacts/vfw9b89e9fcbd8e0_modules.json",
"artifactChecksum": "MjVlNzQwNDE4ZGEyZjFmZTM3Mzg4OGI4OTdiMDg3MGE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "3bf96fb0-8562-4eeb-8114-cc0459710318",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603110004/1.0/resourceInstances/vfw9b89e9fcbd8e0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "73039702-4e4d-468f-a0d3-7a871244a03a",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603110004/1.0/resourceInstances/vfw9b89e9fcbd8e0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "199529b5-0a31-4456-88cf-9ef048806653",
"generatedFromUUID": "73039702-4e4d-468f-a0d3-7a871244a03a"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603110004/1.0/resourceInstances/vfw9b89e9fcbd8e0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "199529b5-0a31-4456-88cf-9ef048806653",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220603110004-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603110004/1.0/artifacts/service-Vfw20220603110004-csar.csar",
"artifactChecksum": "NmMyMjdmMGFmMGEyMmUzZmRjZWQyZDUxMzU0ZDBiNzI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "50cbb23f-4402-4eb8-b97a-a54b478fab09"
}
],
"workloadContext": "Production"
}
2022-06-03T11:06:00.777Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-03T11:06:00.777Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d69905fd-a8a3-4b59-8b2e-32a63127ae20 ASDC
2022-06-03T11:06:00.777Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||ASDC Notification:
DistributionID:b430dd8d-6294-4465-910d-52249d76a047
ServiceName:vFW 2022-06-03 11-00-04
ServiceVersion:1.0
ServiceUUID:d69905fd-a8a3-4b59-8b2e-32a63127ae20
ServiceInvariantUUID:aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220603110004-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220603110004/1.0/artifacts/service-Vfw20220603110004-csar.csar
ArtifactUUID:50cbb23f-4402-4eb8-b97a-a54b478fab09
ArtifactChecksum:NmMyMjdmMGFmMGEyMmUzZmRjZWQyZDUxMzU0ZDBiNzI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 9b89e9fc-bd8e 0
ResourceCustomizationUUID:3c09bdd5-d573-4315-8c13-a93c83a650a6
ResourceInvariantUUID:cc7a76ac-bcd9-4d20-ad99-277a47404355
ResourceName:vFW 9b89e9fc-bd8e
ResourceType:VF
ResourceUUID:2ba90ff2-073f-444e-aae5-bd76c9e7fc20
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw9b89e9fcbd8e0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220603110004/1.0/resourceInstances/vfw9b89e9fcbd8e0/artifacts/vfw9b89e9fcbd8e0_modules.json
ArtifactUUID:3bf96fb0-8562-4eeb-8114-cc0459710318
ArtifactChecksum:MjVlNzQwNDE4ZGEyZjFmZTM3Mzg4OGI4OTdiMDg3MGE=
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/Vfw20220603110004/1.0/resourceInstances/vfw9b89e9fcbd8e0/artifacts/base_vfw.yaml
ArtifactUUID:73039702-4e4d-468f-a0d3-7a871244a03a
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/Vfw20220603110004/1.0/resourceInstances/vfw9b89e9fcbd8e0/artifacts/base_vfw.env
ArtifactUUID:199529b5-0a31-4456-88cf-9ef048806653
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/Vfw20220603110004/1.0/resourceInstances/vfw9b89e9fcbd8e0/artifacts/base_vfw.env
ArtifactUUID:199529b5-0a31-4456-88cf-9ef048806653
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-06-03T11:06:00.777Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d69905fd-a8a3-4b59-8b2e-32a63127ae20 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T11:06:00.817Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-03T11:06:00.817Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|INFO|500||MSO config path is: /app
2022-06-03T11:06:00.817Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|INFO|500||MSO config path is: /app
2022-06-03T11:06:00.817Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|INFO|500||Trying to download the artifact UUID: 50cbb23f-4402-4eb8-b97a-a54b478fab09 from URL: /sdc/v1/catalog/services/Vfw20220603110004/1.0/artifacts/service-Vfw20220603110004-csar.csar
2022-06-03T11:06:00.818Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|INFO|500||DistributionClient - download
2022-06-03T11:06:00.818Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220603110004/1.0/artifacts/service-Vfw20220603110004-csar.csar
2022-06-03T11:06:01.992Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||GET Response Status 200
2022-06-03T11:06:01.997Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220603110004/1.0/artifacts/service-Vfw20220603110004-csar.csar 50cbb23f-4402-4eb8-b97a-a54b478fab09 98970
2022-06-03T11:06:01.997Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220603110004/1.0/artifacts/service-Vfw20220603110004-csar.csar ASDC sendASDCNotification
2022-06-03T11:06:01.998Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220603110004/1.0/artifacts/service-Vfw20220603110004-csar.csar
2022-06-03T11:06:01.998Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T11:06:01.998Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:06:01.999Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:06:02.000Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||try to send status {
"distributionID": "b430dd8d-6294-4465-910d-52249d76a047",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654254361997,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603110004/1.0/artifacts/service-Vfw20220603110004-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-03T11:06:02.100Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:06:02.101Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:06:02.101Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:06:02.120Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T11:06:02.120Z||pool-42-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:06:03.000Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-03T11:06:03.001Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|INFO|500||MSO config path is: /app
2022-06-03T11:06:03.001Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|INFO|500||Trying to write artifact UUID: 50cbb23f-4402-4eb8-b97a-a54b478fab09, URL: /sdc/v1/catalog/services/Vfw20220603110004/1.0/artifacts/service-Vfw20220603110004-csar.csar to file: /app/ASDC/1/service-Vfw20220603110004-csar.csar
2022-06-03T11:06:03.002Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220603110004-csar.csar
2022-06-03T11:06:03.002Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220603110004-csar.csar
2022-06-03T11:06:03.002Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220603110004-csar.csar
2022-06-03T11:06:03.151Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5920708073316703124/Definitions/service-Vfw20220603110004-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-06-03T11:06:04.987Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-06-03T11:06:04.988Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|WARN|500||####################################################################################################
2022-06-03T11:06:04.988Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220603110004-csar.csar
2022-06-03T11:06:04.988Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-03T11:06:04.988Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220603110004-csar.csar
2022-06-03T11:06:04.988Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220603110004-csar.csar
2022-06-03T11:06:04.988Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220603110004-csar.csar
2022-06-03T11:06:04.988Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220603110004-csar.csar
2022-06-03T11:06:04.988Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 9b89e9fc-bd8e 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-Vfw20220603110004-csar.csar
2022-06-03T11:06:04.988Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220603110004-csar.csar
2022-06-03T11:06:04.989Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220603110004-csar.csar
2022-06-03T11:06:04.989Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220603110004-csar.csar
2022-06-03T11:06:04.989Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220603110004-csar.csar
2022-06-03T11:06:04.989Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220603110004-csar.csar
2022-06-03T11:06:04.989Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220603110004-csar.csar
2022-06-03T11:06:04.989Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220603110004-csar.csar
2022-06-03T11:06:04.989Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220603110004-csar.csar
2022-06-03T11:06:04.989Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|WARN|500||####################################################################################################
2022-06-03T11:06:04.989Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T11:06:04.989Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Service vFW 2022-06-03 11-00-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:06:04.990Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Node template vFW 9b89e9fc-bd8e 0 is matching search criteria
2022-06-03T11:06:04.990Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Search for entities recursively
2022-06-03T11:06:04.990Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Found topology templates [vFW 9b89e9fc-bd8e 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-03T11:06:04.990Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T11:06:04.990Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Service vFW 2022-06-03 11-00-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:06:04.990Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Node template vFW 9b89e9fc-bd8e 0 is matching search criteria
2022-06-03T11:06:04.991Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Search for entities recursively
2022-06-03T11:06:04.991Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Found topology templates [vFW 9b89e9fc-bd8e 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-03T11:06:04.991Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T11:06:04.991Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Service vFW 2022-06-03 11-00-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:06:04.991Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T11:06:04.991Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Node template vFW 9b89e9fc-bd8e 0 is not matching search criteria
2022-06-03T11:06:04.992Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-03T11:06:04.992Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-03T11:06:04.992Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-03T11:06:04.992Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-03T11:06:04.992Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-03T11:06:04.992Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T11:06:04.992Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-06-03T11:06:04.992Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-03T11:06:04.993Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-06-03T11:06:04.993Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-03T11:06:04.993Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-03T11:06:04.993Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-03T11:06:04.993Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-03T11:06:04.993Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-06-03T11:06:04.993Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T11:06:04.994Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-03T11:06:04.994Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T11:06:04.994Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Service vFW 2022-06-03 11-00-04 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-03T11:06:04.994Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T11:06:04.994Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Node template vFW 9b89e9fc-bd8e 0 is matching search criteria
2022-06-03T11:06:04.994Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Found topology templates [vFW 9b89e9fc-bd8e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T11:06:04.995Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive