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-07-06T03:41:55.649Z||main|||||INFO|500||The following profiles are active: basic
2022-07-06T03:42:06.699Z||main|||||INFO|500||Starting service [Tomcat]
2022-07-06T03:42:06.700Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-07-06T03:42:06.812Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-07-06T03:42:10.778Z||main|||||INFO|500||catdb-pool - Starting...
2022-07-06T03:42:11.168Z||main|||||INFO|500||catdb-pool - Start completed.
2022-07-06T03:42:11.607Z||main|||||INFO|500||reqdb-pool - Starting...
2022-07-06T03:42:11.614Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-07-06T03:42:11.712Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-07-06T03:42:11.919Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-07-06T03:42:12.503Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-07-06T03:42:14.424Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-07-06T03:42:16.771Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-07-06T03:42:16.837Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-07-06T03:42:17.492Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-07-06T03:42:17.715Z||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-07-06T03:42:18.952Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-07-06T03:42:20.180Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-07-06T03:42:20.199Z||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$$4f705321.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-07-06T03:42:20.200Z||main|||||WARN|500||The sdc end point is not alive
2022-07-06T03:42:23.224Z||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-07-06T03:42:25.890Z||main|||||WARN|500||---
2022-07-06T03:42:25.890Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-07-06T03:42:25.891Z||main|||||WARN|500||---
2022-07-06T03:42:26.332Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-07-06T03:42:31.102Z||main|||||INFO|500||Started Application in 38.521 seconds (JVM running for 40.611)
2022-07-06T03:42:31.117Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-06T03:42:31.118Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-06T03:42:31.129Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-06T03:42:31.151Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-06T03:42:31.201Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b3431d9a-1369-4952-af69-339c6ead4a3b url= /sdc/v1/artifactTypes
2022-07-06T03:42:31.201Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-06T03:42:32.332Z||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.24.94] 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$$20d1e1f5.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-07-06T03:42:32.336Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@69b22e9e
2022-07-06T03:42:32.337Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-07-06T03:42:32.351Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-07-06T03:42:32.353Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-07-06T03:42:32.355Z||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$$20d1e1f5.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-07-06T03:43:21.097Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-06T03:43:21.098Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-06T03:43:21.099Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-06T03:43:21.102Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-06T03:43:21.107Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= cb34f519-9481-4796-81cc-bdc106b3f387 url= /sdc/v1/artifactTypes
2022-07-06T03:43:21.107Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-06T03:43:22.152Z||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.24.94] 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$$20d1e1f5.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-07-06T03:43:22.153Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6d1202b
2022-07-06T03:43:22.153Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-07-06T03:43:22.154Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-07-06T03:43:22.154Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-07-06T03:43:22.155Z||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$$20d1e1f5.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-07-06T03:44:11.097Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-06T03:44:11.097Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-06T03:44:11.098Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-06T03:44:11.101Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-06T03:44:11.107Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b9d1c526-6e54-4a35-bff3-cc1cc759e20c url= /sdc/v1/artifactTypes
2022-07-06T03:44:11.107Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-06T03:44:12.138Z||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.24.94] 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$$20d1e1f5.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-07-06T03:44:12.139Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@22b0b84c
2022-07-06T03:44:12.139Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-07-06T03:44:12.139Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-07-06T03:44:12.140Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-07-06T03:44:12.140Z||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$$20d1e1f5.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-07-06T03:45:01.097Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-06T03:45:01.098Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-06T03:45:01.098Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-06T03:45:01.101Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-06T03:45:01.110Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8484297c-4e97-4b1f-bb5d-4b3d0ce5f138 url= /sdc/v1/artifactTypes
2022-07-06T03:45:01.111Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-06T03:45:02.154Z||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.24.94] 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$$20d1e1f5.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-07-06T03:45:02.154Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@18b1934c
2022-07-06T03:45:02.155Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-07-06T03:45:02.155Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-07-06T03:45:02.155Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-07-06T03:45:02.156Z||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$$20d1e1f5.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-07-06T03:45:51.097Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-06T03:45:51.098Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-06T03:45:51.098Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-06T03:45:51.101Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-06T03:45:51.107Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1289c696-0b82-46f6-a9f0-5766409cb455 url= /sdc/v1/artifactTypes
2022-07-06T03:45:51.108Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-06T03:45:52.137Z||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.24.94] 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$$20d1e1f5.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-07-06T03:45:52.139Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@45f94af2
2022-07-06T03:45:52.139Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-07-06T03:45:52.140Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-07-06T03:45:52.140Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-07-06T03:45:52.141Z||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$$20d1e1f5.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-07-06T03:46:41.097Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-06T03:46:41.098Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-06T03:46:41.099Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-06T03:46:41.103Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-06T03:46:41.108Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 05eaf7ed-c503-463b-82d8-11f33b518283 url= /sdc/v1/artifactTypes
2022-07-06T03:46:41.108Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-06T03:46:42.154Z||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.24.94] 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$$20d1e1f5.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-07-06T03:46:42.156Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7e67518c
2022-07-06T03:46:42.157Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-07-06T03:46:42.157Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-07-06T03:46:42.158Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-07-06T03:46:42.159Z||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$$20d1e1f5.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-07-06T03:47:31.098Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-06T03:47:31.100Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-06T03:47:31.101Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-06T03:47:31.106Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-06T03:47:31.123Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c8f3c363-182f-4d1b-88e7-707a1b0c291a url= /sdc/v1/artifactTypes
2022-07-06T03:47:31.124Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-06T03:47:32.167Z||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.24.94] 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$$20d1e1f5.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-07-06T03:47:32.168Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@788b85db
2022-07-06T03:47:32.169Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-07-06T03:47:32.169Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-07-06T03:47:32.169Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-07-06T03:47:32.170Z||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$$20d1e1f5.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-07-06T03:48:21.097Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-06T03:48:21.098Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-06T03:48:21.098Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-06T03:48:21.101Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-06T03:48:21.105Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d8815b0f-8111-4cd8-850e-4e8b041cdf6f url= /sdc/v1/artifactTypes
2022-07-06T03:48:21.105Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-06T03:48:21.383Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-07-06T03:48:21.393Z||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-07-06T03:48:21.418Z||scheduling-1|||||DEBUG|500||create keys
2022-07-06T03:48:21.425Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-07-06T03:48:21.564Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T03:48:21.583Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= b41c69f8-c8a3-4b9a-a703-34b2276ce59e url= /sdc/v1/registerForDistribution
2022-07-06T03:48:21.968Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= b41c69f8-c8a3-4b9a-a703-34b2276ce59e url= /sdc/v1/registerForDistribution
2022-07-06T03:48:21.969Z||scheduling-1|||||INFO|500||start DistributionClient
2022-07-06T03:48:21.980Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T03:48:21.980Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T03:48:21.990Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-07-06T03:48:21.990Z||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-07-06T03:48:21.991Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T03:48:21.990Z||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-07-06T03:48:21.991Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T03:48:32.413Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T03:48:32.416Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T03:49:21.976Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T03:49:21.977Z||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-07-06T03:49:21.978Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T03:49:21.980Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T03:49:21.981Z||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-07-06T03:49:21.981Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T03:49:31.590Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T03:49:31.609Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T03:50:21.976Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T03:50:21.978Z||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-07-06T03:50:21.978Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T03:50:21.980Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T03:50:21.981Z||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-07-06T03:50:21.981Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T03:50:31.554Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T03:50:31.570Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T03:51:21.977Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T03:51:21.979Z||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-07-06T03:51:21.979Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T03:51:21.979Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T03:51:21.980Z||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-07-06T03:51:21.980Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T03:51:31.545Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T03:51:31.549Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T03:52:21.977Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T03:52:21.979Z||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-07-06T03:52:21.979Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T03:52:21.979Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T03:52:21.980Z||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-07-06T03:52:21.980Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T03:52:31.600Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T03:52:31.610Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T03:52:34.903Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-07-06T03:53:21.976Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T03:53:21.977Z||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-07-06T03:53:21.977Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T03:53:21.979Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T03:53:21.980Z||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-07-06T03:53:21.980Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T03:53:31.561Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T03:53:31.562Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T03:54:21.976Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T03:54:21.977Z||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-07-06T03:54:21.977Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T03:54:21.979Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T03:54:21.980Z||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-07-06T03:54:21.980Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T03:54:31.624Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T03:54:31.682Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T03:55:21.976Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T03:55:21.977Z||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-07-06T03:55:21.977Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T03:55:21.979Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T03:55:21.981Z||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-07-06T03:55:21.981Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T03:55:31.575Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T03:55:31.577Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T03:56:21.976Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T03:56:21.977Z||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-07-06T03:56:21.977Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T03:56:21.979Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T03:56:21.980Z||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-07-06T03:56:21.980Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T03:56:31.649Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T03:56:31.657Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T03:57:21.977Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T03:57:21.979Z||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-07-06T03:57:21.979Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T03:57:21.979Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T03:57:21.980Z||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-07-06T03:57:21.981Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T03:57:31.552Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T03:57:31.556Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T03:58:21.976Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T03:58:21.977Z||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-07-06T03:58:21.978Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T03:58:21.979Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T03:58:21.980Z||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-07-06T03:58:21.980Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T03:58:31.572Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T03:58:31.576Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T03:59:21.976Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T03:59:21.977Z||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-07-06T03:59:21.977Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T03:59:21.979Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T03:59:21.980Z||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-07-06T03:59:21.980Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T03:59:31.549Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T03:59:31.554Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:00:21.976Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:00:21.977Z||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-07-06T04:00:21.977Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:00:21.979Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:00:21.980Z||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-07-06T04:00:21.981Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:00:31.532Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:00:31.536Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:01:21.976Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:01:21.977Z||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-07-06T04:01:21.977Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:01:21.979Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:01:21.980Z||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-07-06T04:01:21.980Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:01:31.535Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:01:31.538Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:02:21.976Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:02:21.978Z||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-07-06T04:02:21.978Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:02:21.979Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:02:21.980Z||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-07-06T04:02:21.981Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:02:31.540Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:02:31.549Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:03:21.977Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:03:21.979Z||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-07-06T04:03:21.979Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:03:21.979Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:03:21.980Z||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-07-06T04:03:21.980Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:03:31.555Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:03:31.589Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:04:21.976Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:04:21.977Z||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-07-06T04:04:21.977Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:04:21.979Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:04:21.980Z||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-07-06T04:04:21.981Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:04:31.543Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:04:31.550Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:05:21.976Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:05:21.977Z||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-07-06T04:05:21.977Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:05:21.980Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:05:21.980Z||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-07-06T04:05:21.980Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:05:31.555Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:05:31.557Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:06:21.976Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:06:21.977Z||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-07-06T04:06:21.977Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:06:21.979Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:06:21.980Z||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-07-06T04:06:21.980Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:06:31.555Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:06:31.572Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:07:21.976Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:07:21.977Z||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-07-06T04:07:21.978Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:07:21.979Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:07:21.980Z||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-07-06T04:07:21.980Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:07:31.552Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:07:31.556Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:08:21.977Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:08:21.979Z||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-07-06T04:08:21.979Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:08:21.983Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:08:21.983Z||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-07-06T04:08:21.983Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:08:31.574Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:08:31.578Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:09:21.976Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:09:21.977Z||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-07-06T04:09:21.978Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:09:21.979Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:09:21.980Z||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-07-06T04:09:21.980Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:09:31.608Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:09:31.612Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:10:21.976Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:10:21.977Z||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-07-06T04:10:21.977Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:10:21.979Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:10:21.980Z||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-07-06T04:10:21.980Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:10:31.601Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:10:31.610Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:11:21.976Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:11:21.977Z||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-07-06T04:11:21.978Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:11:21.980Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:11:21.980Z||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-07-06T04:11:21.981Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:11:31.541Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:11:31.542Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:12:21.976Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:12:21.978Z||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-07-06T04:12:21.978Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:12:21.979Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:12:21.980Z||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-07-06T04:12:21.980Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:12:31.553Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:12:31.554Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:13:21.976Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:13:21.977Z||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-07-06T04:13:21.977Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:13:21.979Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:13:21.980Z||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-07-06T04:13:21.980Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:13:31.529Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:13:31.556Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:14:21.977Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:14:21.979Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:14:21.980Z||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-07-06T04:14:21.980Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:14:21.980Z||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-07-06T04:14:21.980Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:14:31.565Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:14:31.611Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:15:21.976Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:15:21.977Z||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-07-06T04:15:21.978Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:15:21.979Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:15:21.980Z||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-07-06T04:15:21.980Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:15:31.544Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:15:31.547Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:16:21.977Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:16:21.978Z||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-07-06T04:16:21.978Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:16:21.979Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:16:21.980Z||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-07-06T04:16:21.980Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:16:31.623Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:16:31.655Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:17:21.976Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:17:21.977Z||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-07-06T04:17:21.977Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:17:21.979Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:17:21.980Z||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-07-06T04:17:21.980Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:17:31.592Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:17:31.601Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:18:21.976Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:18:21.977Z||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-07-06T04:18:21.977Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:18:21.979Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:18:21.980Z||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-07-06T04:18:21.980Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:18:31.526Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:18:31.533Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:19:21.976Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:19:21.977Z||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-07-06T04:19:21.977Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:19:21.979Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:19:21.980Z||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-07-06T04:19:21.980Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:19:31.534Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:19:31.536Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:20:21.977Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:20:21.979Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:20:21.979Z||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-07-06T04:20:21.980Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:20:21.980Z||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-07-06T04:20:21.980Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:20:31.551Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:20:31.551Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:21:21.976Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:21:21.977Z||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-07-06T04:21:21.978Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:21:21.979Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:21:21.980Z||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-07-06T04:21:21.980Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:21:31.542Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:21:31.547Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:22:21.976Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:22:21.977Z||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-07-06T04:22:21.977Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:22:21.979Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:22:21.980Z||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-07-06T04:22:21.980Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:22:31.531Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:22:31.535Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:23:21.976Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:23:21.977Z||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-07-06T04:23:21.977Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:23:21.980Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:23:21.980Z||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-07-06T04:23:21.981Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:23:31.544Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:23:31.564Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:24:21.976Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:24:21.977Z||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-07-06T04:24:21.977Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:24:21.979Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:24:21.980Z||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-07-06T04:24:21.980Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:24:31.573Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:24:31.574Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:25:21.976Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:25:21.977Z||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-07-06T04:25:21.977Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:25:21.979Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:25:21.980Z||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-07-06T04:25:21.980Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:25:31.547Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:25:31.592Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:26:21.977Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:26:21.979Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:26:21.980Z||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-07-06T04:26:21.980Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:26:21.980Z||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-07-06T04:26:21.980Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:26:31.561Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:26:31.560Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:27:21.976Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:27:21.978Z||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-07-06T04:27:21.978Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:27:21.979Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:27:21.980Z||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-07-06T04:27:21.981Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:27:31.546Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:27:31.590Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:28:21.976Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:28:21.977Z||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-07-06T04:28:21.978Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:28:21.979Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:28:21.980Z||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-07-06T04:28:21.981Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:28:31.558Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:28:31.567Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:29:21.976Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:29:21.978Z||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-07-06T04:29:21.978Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:29:21.979Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:29:21.980Z||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-07-06T04:29:21.980Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:29:31.568Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:29:31.568Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:30:21.976Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:30:21.977Z||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-07-06T04:30:21.977Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:30:21.979Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:30:21.981Z||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-07-06T04:30:21.981Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:30:31.554Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:30:31.562Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:31:21.976Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:31:21.978Z||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-07-06T04:31:21.978Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:31:21.979Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:31:21.979Z||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-07-06T04:31:21.980Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:31:31.547Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:31:31.585Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:32:21.977Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:32:21.979Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:32:21.981Z||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-07-06T04:32:21.981Z||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-07-06T04:32:21.981Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:32:21.981Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:32:31.575Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:32:31.578Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:33:21.976Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:33:21.977Z||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-07-06T04:33:21.978Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:33:21.979Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:33:21.980Z||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-07-06T04:33:21.980Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:33:31.580Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:33:31.598Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:34:21.976Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:34:21.977Z||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-07-06T04:34:21.977Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:34:21.980Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:34:21.981Z||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-07-06T04:34:21.981Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:34:31.543Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:34:31.547Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:35:21.976Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:35:21.977Z||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-07-06T04:35:21.978Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:35:21.979Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:35:21.980Z||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-07-06T04:35:21.981Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:35:31.576Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:35:31.576Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:36:21.976Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:36:21.977Z||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-07-06T04:36:21.977Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:36:21.979Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:36:21.980Z||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-07-06T04:36:21.980Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:36:31.538Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:36:31.539Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:37:21.976Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:37:21.977Z||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-07-06T04:37:21.977Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:37:21.979Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:37:21.980Z||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-07-06T04:37:21.980Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:37:31.535Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:37:31.536Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:38:21.976Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:38:21.977Z||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-07-06T04:38:21.977Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:38:21.979Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:38:21.980Z||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-07-06T04:38:21.980Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:38:31.572Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:38:31.573Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:39:21.977Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:39:21.979Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:39:21.980Z||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-07-06T04:39:21.980Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:39:21.980Z||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-07-06T04:39:21.980Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:39:31.558Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:39:31.567Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:40:21.976Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:40:21.978Z||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-07-06T04:40:21.978Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:40:21.979Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:40:21.980Z||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-07-06T04:40:21.980Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:40:31.581Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:40:31.586Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:41:21.976Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:41:21.979Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:41:21.980Z||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-07-06T04:41:21.980Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:41:21.980Z||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-07-06T04:41:21.980Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:41:22.621Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:41:22.623Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-06T04:41:22.623Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"1f3ac9fd-1fa2-437d-b756-0045ba9f42bc","serviceName":"basic_onboard_nTUYLx","serviceVersion":"1.0","serviceUUID":"3cdf8dab-a6f0-4082-803d-91c923196850","serviceDescription":"service","serviceInvariantUUID":"40084f4c-ff13-4cd2-8ea8-196ca463e365","resources":[{"resourceInstanceName":"basic_onboard_nTUYLx 0","resourceName":"basic_onboard_nTUYLx","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6f1f93c0-fb32-4978-8cf9-0156033c066f","resourceInvariantUUID":"3a268625-2918-46a4-8bf5-fc731ae16142","resourceCustomizationUUID":"71f3f0f4-1e99-43b7-aafc-cc1f4a1b5ffb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/vf-license-model.xml","artifactChecksum":"ZWJkODk1M2MwM2Y2YTJlYjNlNTI1MGNhYjg4OTZlNWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"88cd5818-6155-4c24-982d-f135dd9478eb","artifactVersion":"1"},{"artifactName":"basic_onboard_ntuylx0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/basic_onboard_ntuylx0_modules.json","artifactChecksum":"MWNjYmMwOTZiZDNjMDI3MDJhMDdhZTYzMmI5NmI0OTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f88c1227-04d8-485f-b6b1-4a4089579242","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"486e1d60-28fe-4f48-a0b8-d96911f10ac5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2eb1e92a-b743-4b47-8a7a-5782473d9def","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"8b795b56-5c63-4d22-a6cf-68e529999627","artifactVersion":"2","generatedFromUUID":"486e1d60-28fe-4f48-a0b8-d96911f10ac5"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardNtuylx-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/artifacts/service-BasicOnboardNtuylx-template.yml","artifactChecksum":"ZmQ1YzdlYzllYzJiOTgxNDU1OTQyYjE3M2Y4NzE1NjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"dd07fd60-9885-415b-b244-8b86a570709a","artifactVersion":"1"},{"artifactName":"service-BasicOnboardNtuylx-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/artifacts/service-BasicOnboardNtuylx-csar.csar","artifactChecksum":"ZTI3MTcxYzMwZjEwYWEzNWNlYWVkYjI5M2E3ZTdlZmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0eb25ff3-2b45-4571-8a71-e8ad9c4f82bf","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-06T04:41:22.630Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:41:22.634Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:41:22.634Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
"consumerID": "ves-openapi-manager",
"timestamp": 1657082459121,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-06T04:41:22.637Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-06T04:41:22.644Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T04:41:22.654Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T04:41:22.654Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657082481976,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-06T04:41:22.658Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-06T04:41:22.658Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:41:22.659Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
"consumerID": "cds",
"timestamp": 1657082456528,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-06T04:41:22.659Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-06T04:41:22.659Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:41:22.660Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
"consumerID": "ves-openapi-manager",
"timestamp": 1657082459121,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/basic_onboard_ntuylx0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-06T04:41:22.660Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-06T04:41:22.660Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:41:22.660Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
"consumerID": "cds",
"timestamp": 1657082456528,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/basic_onboard_ntuylx0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-06T04:41:22.661Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-06T04:41:22.661Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:41:22.665Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
"consumerID": "ves-openapi-manager",
"timestamp": 1657082459121,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-06T04:41:22.665Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-06T04:41:22.665Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:41:22.665Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
"consumerID": "cds",
"timestamp": 1657082456528,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-06T04:41:22.666Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-06T04:41:22.666Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:41:22.666Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
"consumerID": "ves-openapi-manager",
"timestamp": 1657082459121,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-06T04:41:22.666Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-06T04:41:22.666Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:41:22.667Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
"consumerID": "cds",
"timestamp": 1657082456528,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-06T04:41:22.667Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-06T04:41:22.667Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:41:22.667Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
"consumerID": "ves-openapi-manager",
"timestamp": 1657082459121,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-07-06T04:41:22.668Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-06T04:41:22.668Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:41:22.668Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
"consumerID": "cds",
"timestamp": 1657082456528,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-07-06T04:41:22.669Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-06T04:41:22.669Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:41:22.669Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
"consumerID": "ves-openapi-manager",
"timestamp": 1657082459121,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/artifacts/service-BasicOnboardNtuylx-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-06T04:41:22.670Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-06T04:41:22.670Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:41:22.670Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
"consumerID": "cds",
"timestamp": 1657082456528,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/artifacts/service-BasicOnboardNtuylx-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-06T04:41:22.671Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-06T04:41:22.671Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:41:22.671Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657082466523,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-06T04:41:22.671Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-06T04:41:22.671Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:41:22.671Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
"consumerID": "policy-id",
"timestamp": 1657082466926,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-06T04:41:22.672Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-06T04:41:22.672Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:41:22.672Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
"consumerID": "ves-openapi-manager",
"timestamp": 1657082459121,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/artifacts/service-BasicOnboardNtuylx-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-07-06T04:41:22.672Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-06T04:41:22.673Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:41:22.673Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
"consumerID": "cds",
"timestamp": 1657082456528,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/artifacts/service-BasicOnboardNtuylx-csar.csar",
"status": "NOTIFIED"
}
2022-07-06T04:41:22.673Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-06T04:41:22.674Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:41:22.674Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657082466523,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/basic_onboard_ntuylx0_modules.json",
"status": "NOTIFIED"
}
2022-07-06T04:41:22.674Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-06T04:41:22.674Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:41:22.674Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
"consumerID": "policy-id",
"timestamp": 1657082466926,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/basic_onboard_ntuylx0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-06T04:41:22.674Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-06T04:41:22.674Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:41:22.674Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
"consumerID": "cds",
"timestamp": 1657082471058,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/artifacts/service-BasicOnboardNtuylx-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-06T04:41:22.675Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T04:41:22.675Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:41:22.675Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657082466523,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-07-06T04:41:22.675Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-06T04:41:22.675Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:41:22.675Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
"consumerID": "policy-id",
"timestamp": 1657082466926,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-07-06T04:41:22.675Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-06T04:41:22.675Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:41:22.675Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
"consumerID": "cds",
"timestamp": 1657082472083,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/artifacts/service-BasicOnboardNtuylx-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-07-06T04:41:22.755Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-07-06T04:41:22.758Z||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-07-06T04:41:22.758Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-06T04:41:22.805Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:41:22.806Z||pool-3-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":1,"count":1}
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-06T04:41:22.856Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1f3ac9fd-1fa2-437d-b756-0045ba9f42bc
2022-07-06T04:41:22.879Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1f3ac9fd-1fa2-437d-b756-0045ba9f42bc 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-07-06T04:41:22.900Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:41:22.900Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657082466523,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-06T04:41:22.901Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-06T04:41:22.901Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:41:22.901Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
"consumerID": "policy-id",
"timestamp": 1657082466926,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-06T04:41:22.901Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-06T04:41:22.901Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:41:22.901Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657082466523,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-07-06T04:41:22.902Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-06T04:41:22.902Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:41:22.902Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
"consumerID": "policy-id",
"timestamp": 1657082466926,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-07-06T04:41:22.902Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-06T04:41:22.902Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:41:22.902Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657082466523,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/artifacts/service-BasicOnboardNtuylx-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-06T04:41:22.903Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-06T04:41:22.903Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:41:22.903Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
"consumerID": "policy-id",
"timestamp": 1657082466926,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/artifacts/service-BasicOnboardNtuylx-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-06T04:41:22.903Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-06T04:41:22.903Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:41:22.904Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
"consumerID": "aai-ml",
"timestamp": 1657082473117,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-06T04:41:22.904Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-06T04:41:22.904Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:41:22.904Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
"consumerID": "clamp",
"timestamp": 1657082472046,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-06T04:41:22.905Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-06T04:41:22.905Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:41:22.905Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657082466523,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/artifacts/service-BasicOnboardNtuylx-csar.csar",
"status": "NOTIFIED"
}
2022-07-06T04:41:22.905Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-06T04:41:22.905Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:41:22.906Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
"consumerID": "policy-id",
"timestamp": 1657082466926,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/artifacts/service-BasicOnboardNtuylx-csar.csar",
"status": "NOTIFIED"
}
2022-07-06T04:41:22.906Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-06T04:41:22.906Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:41:22.906Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
"consumerID": "aai-ml",
"timestamp": 1657082473117,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/basic_onboard_ntuylx0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-06T04:41:22.906Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-06T04:41:22.906Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:41:22.907Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
"consumerID": "clamp",
"timestamp": 1657082472046,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/basic_onboard_ntuylx0_modules.json",
"status": "NOTIFIED"
}
2022-07-06T04:41:22.907Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-06T04:41:22.907Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:41:22.907Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657082474587,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/basic_onboard_ntuylx0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-07-06T04:41:22.907Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T04:41:22.907Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:41:22.908Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
"consumerID": "aai-ml",
"timestamp": 1657082473117,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-06T04:41:22.908Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-06T04:41:22.908Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:41:22.908Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
"consumerID": "clamp",
"timestamp": 1657082472046,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-06T04:41:22.909Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-06T04:41:22.909Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:41:22.909Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
"consumerID": "policy-id",
"timestamp": 1657082475032,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/artifacts/service-BasicOnboardNtuylx-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-06T04:41:22.909Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T04:41:22.909Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:41:22.910Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
"consumerID": "aai-ml",
"timestamp": 1657082473117,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-06T04:41:22.910Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-06T04:41:22.910Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:41:22.910Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
"consumerID": "clamp",
"timestamp": 1657082472046,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-06T04:41:22.910Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-06T04:41:22.910Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:41:22.911Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657082476068,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-07-06T04:41:22.911Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T04:41:22.911Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:41:22.911Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
"consumerID": "policy-id",
"timestamp": 1657082476043,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/artifacts/service-BasicOnboardNtuylx-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-06T04:41:22.912Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T04:41:22.912Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:41:22.912Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
"consumerID": "aai-ml",
"timestamp": 1657082473117,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-07-06T04:41:22.912Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-06T04:41:22.912Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:41:22.913Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
"consumerID": "clamp",
"timestamp": 1657082472046,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-07-06T04:41:22.913Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-06T04:41:22.913Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:41:22.913Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
"consumerID": "policy-id",
"timestamp": 1657082477048,
"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-07-06T04:41:22.926Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1f3ac9fd-1fa2-437d-b756-0045ba9f42bc
2022-07-06T04:41:22.926Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1f3ac9fd-1fa2-437d-b756-0045ba9f42bc 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-07-06T04:41:22.935Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:41:22.935Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657082477440,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-07-06T04:41:22.936Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T04:41:22.936Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:41:22.936Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
"consumerID": "aai-ml",
"timestamp": 1657082473117,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/artifacts/service-BasicOnboardNtuylx-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-06T04:41:22.937Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-06T04:41:22.937Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:41:22.937Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
"consumerID": "clamp",
"timestamp": 1657082472046,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/artifacts/service-BasicOnboardNtuylx-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-06T04:41:22.938Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-06T04:41:22.938Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:41:22.938Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657082478514,
"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-07-06T04:41:22.943Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1f3ac9fd-1fa2-437d-b756-0045ba9f42bc
2022-07-06T04:41:22.943Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1f3ac9fd-1fa2-437d-b756-0045ba9f42bc 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-07-06T04:41:22.952Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:41:22.953Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
"consumerID": "aai-ml",
"timestamp": 1657082473117,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/artifacts/service-BasicOnboardNtuylx-csar.csar",
"status": "NOTIFIED"
}
2022-07-06T04:41:22.953Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-06T04:41:22.953Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:41:22.953Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
"consumerID": "clamp",
"timestamp": 1657082472046,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/artifacts/service-BasicOnboardNtuylx-csar.csar",
"status": "NOTIFIED"
}
2022-07-06T04:41:22.953Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-06T04:41:22.953Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:41:22.953Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657082479812,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-06T04:41:22.954Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-06T04:41:22.954Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:41:22.954Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657082479519,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/basic_onboard_ntuylx0_modules.json",
"status": "DEPLOY_OK"
}
2022-07-06T04:41:22.954Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T04:41:22.954Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:41:22.954Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
"consumerID": "aai-ml",
"timestamp": 1657082481348,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/artifacts/service-BasicOnboardNtuylx-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-06T04:41:22.955Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T04:41:22.955Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:41:22.955Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657082479812,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/basic_onboard_ntuylx0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-06T04:41:22.955Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-06T04:41:23.661Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-06T04:41:23.661Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T04:41:23.663Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T04:41:23.664Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657082481976,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/basic_onboard_ntuylx0_modules.json",
"status": "NOTIFIED"
}
2022-07-06T04:41:23.763Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-06T04:41:23.766Z||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-07-06T04:41:23.766Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:41:23.799Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:41:23.799Z||pool-4-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-07-06T04:41:24.665Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-06T04:41:24.666Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T04:41:24.668Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T04:41:24.668Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657082481976,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-07-06T04:41:24.797Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 128 ms
2022-07-06T04:41:24.798Z||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-07-06T04:41:24.798Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:41:24.823Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:41:24.824Z||pool-5-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-07-06T04:41:25.668Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-06T04:41:25.674Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T04:41:25.677Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T04:41:25.677Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657082481976,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-06T04:41:25.777Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T04:41:25.778Z||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-07-06T04:41:25.778Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:41:25.810Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:41:25.811Z||pool-6-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1}
2022-07-06T04:41:26.677Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-06T04:41:26.683Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T04:41:26.685Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T04:41:26.685Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657082481976,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-07-06T04:41:26.785Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T04:41:26.786Z||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-07-06T04:41:26.786Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:41:26.805Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:41:26.806Z||pool-7-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-07-06T04:41:27.692Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-06T04:41:27.692Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T04:41:27.695Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T04:41:27.695Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657082481976,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/artifacts/service-BasicOnboardNtuylx-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-06T04:41:27.795Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T04:41:27.796Z||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-07-06T04:41:27.796Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:41:27.838Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:41:27.838Z||pool-8-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2022-07-06T04:41:28.695Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-06T04:41:28.700Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T04:41:28.703Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T04:41:28.703Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657082481976,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/artifacts/service-BasicOnboardNtuylx-csar.csar",
"status": "NOTIFIED"
}
2022-07-06T04:41:28.803Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-06T04:41:28.804Z||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-07-06T04:41:28.805Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:41:28.825Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:41:28.825Z||pool-9-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-07-06T04:41:29.706Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
"serviceName": "basic_onboard_nTUYLx",
"serviceVersion": "1.0",
"serviceUUID": "3cdf8dab-a6f0-4082-803d-91c923196850",
"serviceDescription": "service",
"serviceInvariantUUID": "40084f4c-ff13-4cd2-8ea8-196ca463e365",
"resources": [
{
"resourceInstanceName": "basic_onboard_nTUYLx 0",
"resourceCustomizationUUID": "71f3f0f4-1e99-43b7-aafc-cc1f4a1b5ffb",
"resourceName": "basic_onboard_nTUYLx",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "6f1f93c0-fb32-4978-8cf9-0156033c066f",
"resourceInvariantUUID": "3a268625-2918-46a4-8bf5-fc731ae16142",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_ntuylx0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/basic_onboard_ntuylx0_modules.json",
"artifactChecksum": "MWNjYmMwOTZiZDNjMDI3MDJhMDdhZTYzMmI5NmI0OTM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f88c1227-04d8-485f-b6b1-4a4089579242",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "486e1d60-28fe-4f48-a0b8-d96911f10ac5",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "8b795b56-5c63-4d22-a6cf-68e529999627",
"generatedFromUUID": "486e1d60-28fe-4f48-a0b8-d96911f10ac5"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "8b795b56-5c63-4d22-a6cf-68e529999627",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardNtuylx-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/artifacts/service-BasicOnboardNtuylx-csar.csar",
"artifactChecksum": "ZTI3MTcxYzMwZjEwYWEzNWNlYWVkYjI5M2E3ZTdlZmU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "0eb25ff3-2b45-4571-8a71-e8ad9c4f82bf"
}
],
"workloadContext": "Production"
}
2022-07-06T04:41:29.709Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-06T04:41:29.709Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3cdf8dab-a6f0-4082-803d-91c923196850 ASDC
2022-07-06T04:41:29.845Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:1f3ac9fd-1fa2-437d-b756-0045ba9f42bc
ServiceName:basic_onboard_nTUYLx
ServiceVersion:1.0
ServiceUUID:3cdf8dab-a6f0-4082-803d-91c923196850
ServiceInvariantUUID:40084f4c-ff13-4cd2-8ea8-196ca463e365
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardNtuylx-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/artifacts/service-BasicOnboardNtuylx-csar.csar
ArtifactUUID:0eb25ff3-2b45-4571-8a71-e8ad9c4f82bf
ArtifactChecksum:ZTI3MTcxYzMwZjEwYWEzNWNlYWVkYjI5M2E3ZTdlZmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_nTUYLx 0
ResourceCustomizationUUID:71f3f0f4-1e99-43b7-aafc-cc1f4a1b5ffb
ResourceInvariantUUID:3a268625-2918-46a4-8bf5-fc731ae16142
ResourceName:basic_onboard_nTUYLx
ResourceType:VF
ResourceUUID:6f1f93c0-fb32-4978-8cf9-0156033c066f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_ntuylx0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/basic_onboard_ntuylx0_modules.json
ArtifactUUID:f88c1227-04d8-485f-b6b1-4a4089579242
ArtifactChecksum:MWNjYmMwOTZiZDNjMDI3MDJhMDdhZTYzMmI5NmI0OTM=
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/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/base_ubuntu18.yaml
ArtifactUUID:486e1d60-28fe-4f48-a0b8-d96911f10ac5
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/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/base_ubuntu18.env
ArtifactUUID:8b795b56-5c63-4d22-a6cf-68e529999627
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/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/base_ubuntu18.env
ArtifactUUID:8b795b56-5c63-4d22-a6cf-68e529999627
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-07-06T04:41:29.845Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3cdf8dab-a6f0-4082-803d-91c923196850 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-06T04:41:29.895Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-06T04:41:29.895Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-07-06T04:41:29.897Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-07-06T04:41:29.897Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 0eb25ff3-2b45-4571-8a71-e8ad9c4f82bf from URL: /sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/artifacts/service-BasicOnboardNtuylx-csar.csar
2022-07-06T04:41:29.897Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-07-06T04:41:29.899Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/artifacts/service-BasicOnboardNtuylx-csar.csar
2022-07-06T04:41:30.064Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-07-06T04:41:30.093Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/artifacts/service-BasicOnboardNtuylx-csar.csar 0eb25ff3-2b45-4571-8a71-e8ad9c4f82bf 71573
2022-07-06T04:41:30.095Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/artifacts/service-BasicOnboardNtuylx-csar.csar ASDC sendASDCNotification
2022-07-06T04:41:30.095Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/artifacts/service-BasicOnboardNtuylx-csar.csar
2022-07-06T04:41:30.096Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-06T04:41:30.097Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T04:41:30.099Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T04:41:30.099Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657082490094,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/artifacts/service-BasicOnboardNtuylx-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-06T04:41:30.199Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T04:41:30.200Z||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-07-06T04:41:30.200Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:41:30.231Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:41:30.231Z||pool-10-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-07-06T04:41:31.099Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-06T04:41:31.100Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-07-06T04:41:31.114Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 0eb25ff3-2b45-4571-8a71-e8ad9c4f82bf, URL: /sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/artifacts/service-BasicOnboardNtuylx-csar.csar to file: /app/ASDC/1/service-BasicOnboardNtuylx-csar.csar
2022-07-06T04:41:31.115Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardNtuylx-csar.csar
2022-07-06T04:41:31.333Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardNtuylx-csar.csar
2022-07-06T04:41:31.334Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardNtuylx-csar.csar
2022-07-06T04:41:31.826Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16422055403129352526/Definitions/service-BasicOnboardNtuylx-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-07-06T04:41:33.641Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-06T04:41:33.646Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-07-06T04:41:33.647Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardNtuylx-csar.csar
2022-07-06T04:41:33.647Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-07-06T04:41:33.647Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardNtuylx-csar.csar
2022-07-06T04:41:33.648Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardNtuylx-csar.csar
2022-07-06T04:41:33.648Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardNtuylx-csar.csar
2022-07-06T04:41:33.648Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardNtuylx-csar.csar
2022-07-06T04:41:33.649Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardNtuylx-csar.csar
2022-07-06T04:41:33.649Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_nTUYLx 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-BasicOnboardNtuylx-csar.csar
2022-07-06T04:41:33.649Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardNtuylx-csar.csar
2022-07-06T04:41:33.649Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardNtuylx-csar.csar
2022-07-06T04:41:33.650Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardNtuylx-csar.csar
2022-07-06T04:41:33.650Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-07-06T04:41:33.656Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T04:41:33.658Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_nTUYLx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T04:41:33.662Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_nTUYLx 0 is matching search criteria
2022-07-06T04:41:33.663Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-07-06T04:41:33.665Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_nTUYLx 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-06T04:41:33.668Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T04:41:33.668Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_nTUYLx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T04:41:33.669Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_nTUYLx 0 is matching search criteria
2022-07-06T04:41:33.669Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-07-06T04:41:33.669Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_nTUYLx 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-06T04:41:33.670Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T04:41:33.670Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_nTUYLx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T04:41:33.674Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T04:41:33.674Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_nTUYLx 0 is not matching search criteria
2022-07-06T04:41:33.675Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-07-06T04:41:33.675Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-07-06T04:41:33.675Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-07-06T04:41:33.676Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-07-06T04:41:33.676Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-06T04:41:33.677Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T04:41:33.677Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_nTUYLx is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-06T04:41:33.678Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T04:41:33.678Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_nTUYLx 0 is matching search criteria
2022-07-06T04:41:33.679Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_nTUYLx 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-06T04:41:33.679Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T04:41:33.680Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_nTUYLx 0 is matching search criteria
2022-07-06T04:41:33.680Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_nTUYLx 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-06T04:41:33.680Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T04:41:33.681Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_nTUYLx 0 is matching search criteria
2022-07-06T04:41:33.681Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_nTUYLx 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-06T04:41:33.681Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T04:41:33.682Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_nTUYLx 0 is not matching search criteria
2022-07-06T04:41:33.682Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-07-06T04:41:33.682Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-07-06T04:41:33.683Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=44f10276-48a2-4338-afd1-de6095f658b9
2022-07-06T04:41:33.683Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T04:41:33.683Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_nTUYLx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T04:41:33.684Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T04:41:33.684Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_nTUYLx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T04:41:33.684Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T04:41:33.685Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_nTUYLx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T04:41:33.685Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T04:41:33.685Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_nTUYLx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T04:41:33.686Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_nTUYLx
Description:service
Model UUID:3cdf8dab-a6f0-4082-803d-91c923196850
Model Version:NULL
Model InvariantUuid:40084f4c-ff13-4cd2-8ea8-196ca463e365
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_nTUYLx
Model UUID:4a5f00a9-1f86-4eac-ab75-07a80d1903e4
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3a268625-2918-46a4-8bf5-fc731ae16142
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:71f3f0f4-1e99-43b7-aafc-cc1f4a1b5ffb
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:e3f2c58c-2b2b-4129-a4c7-82d9945e174a
ModelName:BasicOnboardNtuylx..base_ubuntu18..module-0
ModelUuid:4b27d246-fbc6-43f9-aa58-4f02fb3c3361
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:44f10276-48a2-4338-afd1-de6095f658b9
ModelInvariantUuid:509b01b5-fe1b-43a5-8c62-71ab18e1218a
ModelName:basic_onboard_nTUYLx-nodes.ubuntu18Cvfc
ModelUuid:06391f16-894a-4370-88df-aa3d7e7c577d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:e50212b8-60e0-473a-9f6a-a1d1506c02ae
ModelInvariantUuid:b060d5ed-ae9d-4a1d-aca9-f62be0dba3fd
ModelName:BasicOnboardNtuylx.compute.nodes.heat.ubuntu18
ModelUuid:955a885d-3635-4c4c-bb64-293ddcb65558
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-07-06T04:41:33.697Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 6f1f93c0-fb32-4978-8cf9-0156033c066f
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-07-06T04:41:33.782Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||basic_onboard_nTUYLx 0
2022-07-06T04:41:33.790Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6f1f93c0-fb32-4978-8cf9-0156033c066f
2022-07-06T04:41:33.790Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: f88c1227-04d8-485f-b6b1-4a4089579242 from URL: /sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/basic_onboard_ntuylx0_modules.json
2022-07-06T04:41:33.790Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-07-06T04:41:33.790Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/basic_onboard_ntuylx0_modules.json
2022-07-06T04:41:33.920Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-07-06T04:41:33.921Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/basic_onboard_ntuylx0_modules.json f88c1227-04d8-485f-b6b1-4a4089579242 798
2022-07-06T04:41:33.922Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/basic_onboard_ntuylx0_modules.json ASDC sendASDCNotification
2022-07-06T04:41:33.922Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/basic_onboard_ntuylx0_modules.json
2022-07-06T04:41:33.922Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-06T04:41:33.922Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T04:41:33.925Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T04:41:33.925Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657082493922,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/basic_onboard_ntuylx0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-07-06T04:41:34.026Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T04:41:34.027Z||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-07-06T04:41:34.027Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:41:34.073Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:41:34.074Z||pool-11-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1}
2022-07-06T04:41:34.927Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardNtuylx..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "e3f2c58c-2b2b-4129-a4c7-82d9945e174a",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "4b27d246-fbc6-43f9-aa58-4f02fb3c3361",
"vfModuleModelCustomizationUUID": "f5656d6c-6fda-4ec8-bf09-665d37cc1536",
"isBase": true,
"artifacts": [
"486e1d60-28fe-4f48-a0b8-d96911f10ac5",
"8b795b56-5c63-4d22-a6cf-68e529999627"
],
"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-07-06T04:41:34.941Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardNtuylx..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4b27d246-fbc6-43f9-aa58-4f02fb3c3361
VfModuleModelInvariantUUID:e3f2c58c-2b2b-4129-a4c7-82d9945e174a
VfModuleModelDescription:NULL
Artifacts UUID List:{
486e1d60-28fe-4f48-a0b8-d96911f10ac5
,
8b795b56-5c63-4d22-a6cf-68e529999627
}
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-07-06T04:41:34.944Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardNtuylx..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "e3f2c58c-2b2b-4129-a4c7-82d9945e174a",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "4b27d246-fbc6-43f9-aa58-4f02fb3c3361",
"vfModuleModelCustomizationUUID": "f5656d6c-6fda-4ec8-bf09-665d37cc1536",
"isBase": true,
"artifacts": [
"486e1d60-28fe-4f48-a0b8-d96911f10ac5",
"8b795b56-5c63-4d22-a6cf-68e529999627"
],
"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-07-06T04:41:34.944Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardNtuylx..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4b27d246-fbc6-43f9-aa58-4f02fb3c3361
VfModuleModelInvariantUUID:e3f2c58c-2b2b-4129-a4c7-82d9945e174a
VfModuleModelDescription:NULL
Artifacts UUID List:{
486e1d60-28fe-4f48-a0b8-d96911f10ac5
,
8b795b56-5c63-4d22-a6cf-68e529999627
}
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-07-06T04:41:34.944Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 486e1d60-28fe-4f48-a0b8-d96911f10ac5 from URL: /sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/base_ubuntu18.yaml
2022-07-06T04:41:34.945Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-07-06T04:41:34.945Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/base_ubuntu18.yaml
2022-07-06T04:41:35.157Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-07-06T04:41:35.158Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/base_ubuntu18.yaml 486e1d60-28fe-4f48-a0b8-d96911f10ac5 5033
2022-07-06T04:41:35.159Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-07-06T04:41:35.159Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/base_ubuntu18.yaml
2022-07-06T04:41:35.159Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-06T04:41:35.159Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T04:41:35.161Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T04:41:35.162Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657082495158,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-07-06T04:41:35.262Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T04:41:35.262Z||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-07-06T04:41:35.262Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:41:35.302Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:41:35.303Z||pool-12-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2022-07-06T04:41:36.162Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 8b795b56-5c63-4d22-a6cf-68e529999627 from URL: /sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/base_ubuntu18.env
2022-07-06T04:41:36.163Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-07-06T04:41:36.163Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/base_ubuntu18.env
2022-07-06T04:41:36.397Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-07-06T04:41:36.398Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/base_ubuntu18.env 8b795b56-5c63-4d22-a6cf-68e529999627 909
2022-07-06T04:41:36.398Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-07-06T04:41:36.398Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/base_ubuntu18.env
2022-07-06T04:41:36.398Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-06T04:41:36.398Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T04:41:36.400Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T04:41:36.400Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657082496398,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-07-06T04:41:36.501Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T04:41:36.502Z||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-07-06T04:41:36.502Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:41:36.554Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:41:36.555Z||pool-13-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":0,"count":1}
2022-07-06T04:41:37.401Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 3cdf8dab-a6f0-4082-803d-91c923196850
2022-07-06T04:41:37.402Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_nTUYLx 0 6f1f93c0-fb32-4978-8cf9-0156033c066f ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-06T04:41:37.430Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@36498e80, org.onap.sdc.toscaparser.api.parameters.Input@59df8f5, org.onap.sdc.toscaparser.api.parameters.Input@2a7287f, org.onap.sdc.toscaparser.api.parameters.Input@688c383, org.onap.sdc.toscaparser.api.parameters.Input@7c4f705c]
2022-07-06T04:41:37.433Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T04:41:37.433Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_nTUYLx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T04:41:37.434Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic
2022-07-06T04:41:37.434Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 71f3f0f4-1e99-43b7-aafc-cc1f4a1b5ffb
2022-07-06T04:41:37.434Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 71f3f0f4-1e99-43b7-aafc-cc1f4a1b5ffb matches Tosca VF Customization UUID: 71f3f0f4-1e99-43b7-aafc-cc1f4a1b5ffb
2022-07-06T04:41:37.434Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 71f3f0f4-1e99-43b7-aafc-cc1f4a1b5ffb 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-07-06T04:41:37.440Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T04:41:37.440Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_nTUYLx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T04:41:37.441Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 71f3f0f4-1e99-43b7-aafc-cc1f4a1b5ffb: {\"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-07-06T04:41:37.441Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7f117fd1
2022-07-06T04:41:37.441Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T04:41:37.442Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_nTUYLx is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-06T04:41:37.442Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f5656d6c-6fda-4ec8-bf09-665d37cc1536
2022-07-06T04:41:37.443Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f5656d6c-6fda-4ec8-bf09-665d37cc1536
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-07-06T04:41:37.448Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T04:41:37.449Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_nTUYLx 0 is matching search criteria
2022-07-06T04:41:37.449Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_nTUYLx 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-06T04:41:37.450Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T04:41:37.450Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_nTUYLx 0 is matching search criteria
2022-07-06T04:41:37.450Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_nTUYLx 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-06T04:41:37.450Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T04:41:37.450Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_nTUYLx 0 is not matching search criteria
2022-07-06T04:41:37.450Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-07-06T04:41:37.451Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-07-06T04:41:37.451Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=44f10276-48a2-4338-afd1-de6095f658b9
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-07-06T04:41:37.460Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T04:41:37.460Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_nTUYLx 0 is matching search criteria
2022-07-06T04:41:37.461Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_nTUYLx 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-06T04:41:37.461Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T04:41:37.461Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_nTUYLx 0 is matching search criteria
2022-07-06T04:41:37.461Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_nTUYLx 0] matching following query criteria: sdcType=VF, customizationUUID=71f3f0f4-1e99-43b7-aafc-cc1f4a1b5ffb
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-07-06T04:41:37.463Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T04:41:37.463Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_nTUYLx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T04:41:37.464Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 3cdf8dab-a6f0-4082-803d-91c923196850: basic_onboard_nTUYLx
2022-07-06T04:41:37.464Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T04:41:37.464Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_nTUYLx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T04:41:37.464Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T04:41:37.464Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_nTUYLx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T04:41:37.465Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T04:41:37.465Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_nTUYLx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T04:41:37.465Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T04:41:37.465Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_nTUYLx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T04:41:37.465Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T04:41:37.466Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_nTUYLx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T04:41:37.466Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||Saving Service: basic_onboard_nTUYLx
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-07-06T04:41:37.649Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_nTUYLx 6f1f93c0-fb32-4978-8cf9-0156033c066f 1 ASDC deployResourceStructure
2022-07-06T04:41:37.650Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/basic_onboard_ntuylx0_modules.json ASDC sendASDCNotification
2022-07-06T04:41:37.650Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/basic_onboard_ntuylx0_modules.json
2022-07-06T04:41:37.650Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-06T04:41:37.650Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T04:41:37.652Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T04:41:37.652Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657082497650,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/basic_onboard_ntuylx0_modules.json",
"status": "DEPLOY_OK"
}
2022-07-06T04:41:37.752Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T04:41:37.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-07-06T04:41:37.753Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:41:37.832Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:41:37.833Z||pool-14-thread-1|||||INFO|500||cambria reply ok (80 ms):{"serverTimeMs":1,"count":1}
2022-07-06T04:41:38.653Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-07-06T04:41:38.653Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/base_ubuntu18.yaml
2022-07-06T04:41:38.653Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-06T04:41:38.654Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T04:41:38.655Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T04:41:38.656Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657082498653,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-07-06T04:41:38.756Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T04:41:38.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-07-06T04:41:38.757Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:41:38.816Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:41:38.817Z||pool-15-thread-1|||||INFO|500||cambria reply ok (61 ms):{"serverTimeMs":0,"count":1}
2022-07-06T04:41:39.656Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-07-06T04:41:39.657Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/base_ubuntu18.env
2022-07-06T04:41:39.657Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-06T04:41:39.657Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T04:41:39.659Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T04:41:39.659Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657082499656,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-07-06T04:41:39.759Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T04:41:39.761Z||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-07-06T04:41:39.761Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:41:39.788Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:41:39.789Z||pool-16-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-07-06T04:41:40.660Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/artifacts/service-BasicOnboardNtuylx-csar.csar ASDC sendASDCNotification
2022-07-06T04:41:40.660Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/artifacts/service-BasicOnboardNtuylx-csar.csar
2022-07-06T04:41:40.660Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-06T04:41:40.661Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T04:41:40.663Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T04:41:40.663Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657082500659,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/artifacts/service-BasicOnboardNtuylx-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-06T04:41:40.763Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T04:41:40.765Z||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-07-06T04:41:40.765Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:41:40.797Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:41:40.797Z||pool-17-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-07-06T04:41:41.664Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1f3ac9fd-1fa2-437d-b756-0045ba9f42bc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-06T04:41:41.680Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1f3ac9fd-1fa2-437d-b756-0045ba9f42bc
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-07-06T04:41:41.682Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-06T04:41:41.682Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-06T04:41:41.682Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-06T04:42:11.683Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1f3ac9fd-1fa2-437d-b756-0045ba9f42bc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-06T04:42:11.696Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1f3ac9fd-1fa2-437d-b756-0045ba9f42bc
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-07-06T04:42:11.700Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-06T04:42:11.700Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-06T04:42:11.700Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-06T04:42:21.979Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:42:21.980Z||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-07-06T04:42:21.980Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:42:22.131Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:42:22.132Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:42:22.132Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657082479812,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-06T04:42:22.133Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-06T04:42:41.701Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1f3ac9fd-1fa2-437d-b756-0045ba9f42bc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-06T04:42:41.713Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1f3ac9fd-1fa2-437d-b756-0045ba9f42bc
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-07-06T04:42:41.716Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-06T04:42:41.716Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-06T04:42:41.717Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-06T04:43:11.717Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1f3ac9fd-1fa2-437d-b756-0045ba9f42bc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-06T04:43:11.729Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1f3ac9fd-1fa2-437d-b756-0045ba9f42bc
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-07-06T04:43:11.731Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-06T04:43:11.731Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-06T04:43:11.731Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-06T04:43:21.979Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:43:21.980Z||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-07-06T04:43:21.980Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:43:22.049Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:43:22.051Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:43:22.051Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657082481976,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-06T04:43:22.052Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-06T04:43:22.052Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:43:22.052Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657082479812,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-06T04:43:22.052Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-06T04:43:22.052Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:43:22.052Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657082481976,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/basic_onboard_ntuylx0_modules.json",
"status": "NOTIFIED"
}
2022-07-06T04:43:22.052Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-06T04:43:22.052Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:43:22.052Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657082479812,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-07-06T04:43:22.053Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-06T04:43:22.053Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:43:22.053Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657082481976,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-07-06T04:43:22.053Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-06T04:43:22.053Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:43:22.053Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657082479812,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/artifacts/service-BasicOnboardNtuylx-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-06T04:43:22.053Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-06T04:43:22.053Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:43:22.053Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657082481976,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-06T04:43:22.054Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-06T04:43:22.054Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:43:22.054Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657082479812,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/artifacts/service-BasicOnboardNtuylx-csar.csar",
"status": "NOTIFIED"
}
2022-07-06T04:43:22.054Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-06T04:43:22.054Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:43:22.054Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657082481976,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-07-06T04:43:22.054Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-06T04:43:22.054Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:43:22.054Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657082481976,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/artifacts/service-BasicOnboardNtuylx-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-06T04:43:22.055Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-06T04:43:22.055Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:43:22.055Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657082487836,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/artifacts/service-BasicOnboardNtuylx-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-06T04:43:22.055Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T04:43:22.055Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:43:22.055Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657082481976,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/artifacts/service-BasicOnboardNtuylx-csar.csar",
"status": "NOTIFIED"
}
2022-07-06T04:43:22.055Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-06T04:43:22.055Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:43:22.055Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
"consumerID": "clamp",
"timestamp": 1657082487986,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/artifacts/service-BasicOnboardNtuylx-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-06T04:43:22.056Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T04:43:22.056Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:43:22.056Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657082490094,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/artifacts/service-BasicOnboardNtuylx-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-06T04:43:22.056Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T04:43:22.056Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:43:22.056Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
"consumerID": "clamp",
"timestamp": 1657082489995,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/artifacts/service-BasicOnboardNtuylx-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-06T04:43:22.056Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T04:43:22.056Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:43:22.056Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657082492221,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/artifacts/service-BasicOnboardNtuylx-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-06T04:43:22.057Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T04:43:22.057Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:43:22.057Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
"consumerID": "clamp",
"timestamp": 1657082491000,
"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-07-06T04:43:22.065Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1f3ac9fd-1fa2-437d-b756-0045ba9f42bc
2022-07-06T04:43:22.065Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1f3ac9fd-1fa2-437d-b756-0045ba9f42bc 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-07-06T04:43:22.074Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:43:22.074Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657082493226,
"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-07-06T04:43:22.079Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1f3ac9fd-1fa2-437d-b756-0045ba9f42bc
2022-07-06T04:43:22.079Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1f3ac9fd-1fa2-437d-b756-0045ba9f42bc 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-07-06T04:43:22.087Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:43:22.087Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657082493922,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/basic_onboard_ntuylx0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-07-06T04:43:22.087Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T04:43:22.088Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:43:22.088Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
"consumerID": "aai-ml",
"timestamp": 1657082494346,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/artifacts/service-BasicOnboardNtuylx-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-06T04:43:22.088Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T04:43:22.088Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:43:22.088Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657082495158,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-07-06T04:43:22.089Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T04:43:22.089Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:43:22.089Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
"consumerID": "aai-ml",
"timestamp": 1657082495352,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-06T04:43:22.093Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1f3ac9fd-1fa2-437d-b756-0045ba9f42bc
2022-07-06T04:43:22.093Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1f3ac9fd-1fa2-437d-b756-0045ba9f42bc 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-07-06T04:43:22.103Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:43:22.103Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657082496398,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-07-06T04:43:22.103Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T04:43:22.103Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:43:22.104Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657082497650,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/basic_onboard_ntuylx0_modules.json",
"status": "DEPLOY_OK"
}
2022-07-06T04:43:22.104Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T04:43:22.104Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:43:22.104Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657082498653,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-07-06T04:43:22.105Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T04:43:22.105Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:43:22.105Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657082499656,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-07-06T04:43:22.105Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T04:43:22.105Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:43:22.105Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657082500659,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/artifacts/service-BasicOnboardNtuylx-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-06T04:43:22.106Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T04:43:41.732Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1f3ac9fd-1fa2-437d-b756-0045ba9f42bc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-06T04:43:41.744Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1f3ac9fd-1fa2-437d-b756-0045ba9f42bc
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-07-06T04:43:41.747Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-06T04:43:41.747Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-06T04:43:41.747Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-06T04:43:41.747Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-06T04:43:41.747Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-06T04:43:41.747Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-06T04:43:41.747Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-06T04:43:41.748Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-06T04:43:41.748Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-06T04:43:41.748Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-06T04:43:41.748Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-06T04:43:41.753Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-06T04:44:11.753Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1f3ac9fd-1fa2-437d-b756-0045ba9f42bc 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-07-06T04:44:11.763Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1f3ac9fd-1fa2-437d-b756-0045ba9f42bc and serviceModelVersionId: 3cdf8dab-a6f0-4082-803d-91c923196850
2022-07-06T04:44:11.764Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 40084f4c-ff13-4cd2-8ea8-196ca463e365
2022-07-06T04:44:21.979Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:44:21.980Z||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-07-06T04:44:21.980Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:44:22.521Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:44:22.523Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.523Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
"consumerID": "ves-openapi-manager",
"timestamp": 1657082539121,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-06T04:44:22.524Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-06T04:44:22.524Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.524Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657082539812,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-06T04:44:22.524Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-06T04:44:22.524Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.524Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
"consumerID": "cds",
"timestamp": 1657082546528,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-06T04:44:22.524Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-06T04:44:22.525Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.525Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
"consumerID": "ves-openapi-manager",
"timestamp": 1657082539121,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/vfw1b6fe9a72c7b0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-06T04:44:22.525Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-06T04:44:22.525Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.525Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657082539812,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/vfw1b6fe9a72c7b0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-06T04:44:22.525Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-06T04:44:22.525Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.525Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
"consumerID": "cds",
"timestamp": 1657082546528,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/vfw1b6fe9a72c7b0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-06T04:44:22.525Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-06T04:44:22.525Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.526Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657082546523,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-06T04:44:22.526Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-06T04:44:22.526Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.526Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
"consumerID": "ves-openapi-manager",
"timestamp": 1657082539121,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-06T04:44:22.526Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-06T04:44:22.526Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.526Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
"consumerID": "cds",
"timestamp": 1657082546528,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-06T04:44:22.526Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-06T04:44:22.527Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.527Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657082539812,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-06T04:44:22.527Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-06T04:44:22.527Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.527Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
"consumerID": "policy-id",
"timestamp": 1657082546926,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-06T04:44:22.527Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-06T04:44:22.527Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.527Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657082546523,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/vfw1b6fe9a72c7b0_modules.json",
"status": "NOTIFIED"
}
2022-07-06T04:44:22.527Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-06T04:44:22.527Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.527Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657082539812,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-06T04:44:22.528Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-06T04:44:22.528Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.528Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
"consumerID": "cds",
"timestamp": 1657082546528,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-06T04:44:22.528Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-06T04:44:22.528Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.528Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
"consumerID": "ves-openapi-manager",
"timestamp": 1657082539121,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-06T04:44:22.528Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-06T04:44:22.529Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.529Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
"consumerID": "policy-id",
"timestamp": 1657082546926,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/vfw1b6fe9a72c7b0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-06T04:44:22.529Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-06T04:44:22.529Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.529Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657082546523,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-07-06T04:44:22.529Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-06T04:44:22.529Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.551Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
"consumerID": "ves-openapi-manager",
"timestamp": 1657082539121,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-07-06T04:44:22.551Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-06T04:44:22.552Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.552Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657082539812,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-07-06T04:44:22.552Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-06T04:44:22.552Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.552Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
"consumerID": "cds",
"timestamp": 1657082546528,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-07-06T04:44:22.552Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-06T04:44:22.552Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.552Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
"consumerID": "policy-id",
"timestamp": 1657082546926,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-07-06T04:44:22.552Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-06T04:44:22.552Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.553Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657082546523,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-06T04:44:22.553Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-06T04:44:22.553Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.553Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657082539812,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/artifacts/service-Vfw20220706044109-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-06T04:44:22.553Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-06T04:44:22.553Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.553Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
"consumerID": "cds",
"timestamp": 1657082546528,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/artifacts/service-Vfw20220706044109-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-06T04:44:22.553Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-06T04:44:22.553Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.553Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
"consumerID": "ves-openapi-manager",
"timestamp": 1657082539121,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/artifacts/service-Vfw20220706044109-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-06T04:44:22.554Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-06T04:44:22.554Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.554Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
"consumerID": "policy-id",
"timestamp": 1657082546926,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-06T04:44:22.554Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-06T04:44:22.554Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.554Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657082546523,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-07-06T04:44:22.554Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-06T04:44:22.554Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.554Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
"consumerID": "ves-openapi-manager",
"timestamp": 1657082539121,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/artifacts/service-Vfw20220706044109-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-07-06T04:44:22.554Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-06T04:44:22.555Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.555Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657082539812,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/artifacts/service-Vfw20220706044109-csar.csar",
"status": "NOTIFIED"
}
2022-07-06T04:44:22.555Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-06T04:44:22.555Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.555Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
"consumerID": "cds",
"timestamp": 1657082546528,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/artifacts/service-Vfw20220706044109-csar.csar",
"status": "NOTIFIED"
}
2022-07-06T04:44:22.555Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-06T04:44:22.555Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.555Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
"consumerID": "policy-id",
"timestamp": 1657082546926,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-07-06T04:44:22.555Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-06T04:44:22.555Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.556Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657082546523,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/artifacts/service-Vfw20220706044109-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-06T04:44:22.556Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-06T04:44:22.556Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.556Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
"consumerID": "policy-id",
"timestamp": 1657082546926,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/artifacts/service-Vfw20220706044109-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-06T04:44:22.556Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-06T04:44:22.556Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.556Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657082553933,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/artifacts/service-Vfw20220706044109-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-06T04:44:22.556Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T04:44:22.557Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.557Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
"consumerID": "cds",
"timestamp": 1657082554612,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/artifacts/service-Vfw20220706044109-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-06T04:44:22.557Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T04:44:22.557Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.557Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657082546523,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/artifacts/service-Vfw20220706044109-csar.csar",
"status": "NOTIFIED"
}
2022-07-06T04:44:22.557Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-06T04:44:22.557Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.557Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
"consumerID": "policy-id",
"timestamp": 1657082546926,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/artifacts/service-Vfw20220706044109-csar.csar",
"status": "NOTIFIED"
}
2022-07-06T04:44:22.557Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-06T04:44:22.557Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.558Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
"consumerID": "cds",
"timestamp": 1657082555620,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/artifacts/service-Vfw20220706044109-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-06T04:44:22.574Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3a4c05ef-9adc-486c-97fb-f15cf3bc92fc
2022-07-06T04:44:22.574Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3a4c05ef-9adc-486c-97fb-f15cf3bc92fc 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-07-06T04:44:22.582Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.582Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657082554432,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/vfw1b6fe9a72c7b0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-07-06T04:44:22.582Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T04:44:22.582Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.582Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
"consumerID": "policy-id",
"timestamp": 1657082554824,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/artifacts/service-Vfw20220706044109-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-06T04:44:22.583Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T04:44:22.583Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.583Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657082555631,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-07-06T04:44:22.583Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T04:44:22.583Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.583Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
"consumerID": "policy-id",
"timestamp": 1657082555828,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/artifacts/service-Vfw20220706044109-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-06T04:44:22.583Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T04:44:22.583Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.583Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657082557219,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/artifacts/service-Vfw20220706044109-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-06T04:44:22.584Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T04:44:22.584Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.584Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
"consumerID": "policy-id",
"timestamp": 1657082556832,
"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-07-06T04:44:22.588Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3a4c05ef-9adc-486c-97fb-f15cf3bc92fc
2022-07-06T04:44:22.588Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3a4c05ef-9adc-486c-97fb-f15cf3bc92fc 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-07-06T04:44:22.597Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.597Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657082558223,
"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-07-06T04:44:22.603Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3a4c05ef-9adc-486c-97fb-f15cf3bc92fc
2022-07-06T04:44:22.603Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3a4c05ef-9adc-486c-97fb-f15cf3bc92fc 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-07-06T04:44:22.611Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.611Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657082556961,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-07-06T04:44:22.611Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T04:44:22.611Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.611Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657082557984,
"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-07-06T04:44:22.615Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3a4c05ef-9adc-486c-97fb-f15cf3bc92fc
2022-07-06T04:44:22.616Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3a4c05ef-9adc-486c-97fb-f15cf3bc92fc 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-07-06T04:44:22.622Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.622Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657082558988,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/vfw1b6fe9a72c7b0_modules.json",
"status": "DEPLOY_OK"
}
2022-07-06T04:44:22.622Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T04:44:22.623Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.623Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
"consumerID": "aai-ml",
"timestamp": 1657082563117,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-06T04:44:22.623Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-06T04:44:22.623Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.623Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
"consumerID": "clamp",
"timestamp": 1657082562046,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-06T04:44:22.623Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-06T04:44:22.623Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.623Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
"consumerID": "aai-ml",
"timestamp": 1657082563117,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/vfw1b6fe9a72c7b0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-06T04:44:22.623Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-06T04:44:22.624Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.624Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
"consumerID": "clamp",
"timestamp": 1657082562046,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/vfw1b6fe9a72c7b0_modules.json",
"status": "NOTIFIED"
}
2022-07-06T04:44:22.624Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-06T04:44:22.624Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.624Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
"consumerID": "aai-ml",
"timestamp": 1657082563117,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-06T04:44:22.624Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-06T04:44:22.624Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.625Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
"consumerID": "clamp",
"timestamp": 1657082562046,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-06T04:44:22.625Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-06T04:44:22.625Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.625Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
"consumerID": "aai-ml",
"timestamp": 1657082563117,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-06T04:44:22.625Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-06T04:44:22.625Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.625Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
"consumerID": "clamp",
"timestamp": 1657082562046,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-06T04:44:22.626Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-06T04:44:22.626Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.626Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
"consumerID": "aai-ml",
"timestamp": 1657082563117,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-07-06T04:44:22.626Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-06T04:44:22.626Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.626Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
"consumerID": "clamp",
"timestamp": 1657082562046,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-07-06T04:44:22.626Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-06T04:44:22.627Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.627Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
"consumerID": "aai-ml",
"timestamp": 1657082563117,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/artifacts/service-Vfw20220706044109-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-06T04:44:22.627Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-06T04:44:22.627Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.627Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
"consumerID": "clamp",
"timestamp": 1657082562046,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/artifacts/service-Vfw20220706044109-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-06T04:44:22.627Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-06T04:44:22.628Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.628Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
"consumerID": "aai-ml",
"timestamp": 1657082563117,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/artifacts/service-Vfw20220706044109-csar.csar",
"status": "NOTIFIED"
}
2022-07-06T04:44:22.628Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-06T04:44:22.628Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.628Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
"consumerID": "clamp",
"timestamp": 1657082562046,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/artifacts/service-Vfw20220706044109-csar.csar",
"status": "NOTIFIED"
}
2022-07-06T04:44:22.628Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-06T04:44:22.628Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.629Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
"consumerID": "aai-ml",
"timestamp": 1657082570947,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/artifacts/service-Vfw20220706044109-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-06T04:44:22.629Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T04:44:22.629Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.629Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
"consumerID": "aai-ml",
"timestamp": 1657082581535,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/artifacts/service-Vfw20220706044109-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-06T04:44:22.629Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T04:44:22.629Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.629Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
"consumerID": "clamp",
"timestamp": 1657082580989,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/artifacts/service-Vfw20220706044109-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-06T04:44:22.629Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T04:44:22.629Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.629Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
"consumerID": "aai-ml",
"timestamp": 1657082582539,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-06T04:44:22.633Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3a4c05ef-9adc-486c-97fb-f15cf3bc92fc
2022-07-06T04:44:22.634Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3a4c05ef-9adc-486c-97fb-f15cf3bc92fc 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-07-06T04:44:22.643Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.643Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
"consumerID": "clamp",
"timestamp": 1657082582997,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/artifacts/service-Vfw20220706044109-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-06T04:44:22.643Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T04:44:22.643Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.643Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
"consumerID": "clamp",
"timestamp": 1657082584001,
"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-07-06T04:44:22.648Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3a4c05ef-9adc-486c-97fb-f15cf3bc92fc
2022-07-06T04:44:22.648Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3a4c05ef-9adc-486c-97fb-f15cf3bc92fc 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-07-06T04:44:25.758Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/40084f4c-ff13-4cd2-8ea8-196ca463e365/model-vers/model-ver/3cdf8dab-a6f0-4082-803d-91c923196850?depth=0
2022-07-06T04:44:25.868Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-07-06T04:44:26.328Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/40084f4c-ff13-4cd2-8ea8-196ca463e365/model-vers/model-ver/3cdf8dab-a6f0-4082-803d-91c923196850?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-07-06T04:44:26.333Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/40084f4c-ff13-4cd2-8ea8-196ca463e365/model-vers/model-ver/3cdf8dab-a6f0-4082-803d-91c923196850?depth=0|INFO|500||Invoke
2022-07-06T04:44:26.447Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/40084f4c-ff13-4cd2-8ea8-196ca463e365/model-vers/model-ver/3cdf8dab-a6f0-4082-803d-91c923196850?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-07-06T04:44:26.783Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/40084f4c-ff13-4cd2-8ea8-196ca463e365/model-vers/model-ver/3cdf8dab-a6f0-4082-803d-91c923196850?depth=0|INFO|500||InvokeReturn
2022-07-06T04:44:26.785Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/40084f4c-ff13-4cd2-8ea8-196ca463e365/model-vers/model-ver/3cdf8dab-a6f0-4082-803d-91c923196850?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220706-04:44:24:772-57356], vertex-id=[118968], Content-Length=[0], Date=[Wed, 06 Jul 2022 04:44:24 GMT], Content-Type=[application/json]}
2022-07-06T04:44:26.785Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-07-06T04:44:26.788Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-06T04:44:26.788Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-06T04:44:26.793Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-07-06T04:44:26.794Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1f3ac9fd-1fa2-437d-b756-0045ba9f42bc and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-06T04:44:26.795Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-06T04:44:26.795Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T04:44:26.797Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T04:44:26.797Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657082666794,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-06T04:44:26.897Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T04:44:26.899Z||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-07-06T04:44:26.899Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:44:26.920Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:44:26.921Z||pool-18-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-06T04:44:27.810Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:44:27.810Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|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-07-06T04:44:27.810Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:44:32.261Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:44:32.262Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-06T04:44:32.263Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"3a4c05ef-9adc-486c-97fb-f15cf3bc92fc","serviceName":"vFW 2022-07-06 04-41-09","serviceVersion":"1.0","serviceUUID":"3c916dc1-55d1-40a7-8288-ef30e083fd1b","serviceDescription":"catalog service description","serviceInvariantUUID":"32994496-a93a-477a-88c7-7f8a9be8cab9","resources":[{"resourceInstanceName":"vFW 1b6fe9a7-2c7b 0","resourceName":"vFW 1b6fe9a7-2c7b","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2ed01c1b-5b16-41b6-a9c1-d96d139cb857","resourceInvariantUUID":"ec0371b7-abbc-47e3-8692-76c19a491429","resourceCustomizationUUID":"01a1a8a4-226b-42da-b91f-2105586115c3","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/vf-license-model.xml","artifactChecksum":"Y2NlYTJlMWIwMmRhYjUzNzEwZTA3OThkNjliOWRhNDI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8bd35c06-029b-4de9-a14c-c62581273636","artifactVersion":"1"},{"artifactName":"vfw1b6fe9a72c7b0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/vfw1b6fe9a72c7b0_modules.json","artifactChecksum":"MjBkMzg1MDFjZmZiYjQ3Y2M2Y2RmYjZmZDQ4MjQxZGM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0b239734-bc41-46be-9e59-fae1074f38c5","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"eb1dd80d-0e9f-4926-bf04-d46aa5089bff","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/vendor-license-model.xml","artifactChecksum":"MjIwODZkYjUxM2I3Yjk2MWY1Zjg1MGM4OGYyYmRiNmM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"53d15301-5981-42d6-ae22-1f264cf5bc7c","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"cc6160f4-42e9-406d-84ae-57125e1eb12c","artifactVersion":"2","generatedFromUUID":"eb1dd80d-0e9f-4926-bf04-d46aa5089bff"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220706044109-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220706044109/1.0/artifacts/service-Vfw20220706044109-template.yml","artifactChecksum":"NjVjZDEyYWQzZTczMTc5YTBmNWEwZGZiZjA3MTJiOTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e0acdf9c-94ca-4012-a0e7-5e5fa4172049","artifactVersion":"1"},{"artifactName":"service-Vfw20220706044109-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220706044109/1.0/artifacts/service-Vfw20220706044109-csar.csar","artifactChecksum":"NGZhMjg0Y2IxMzRiNWRiNmZkMjRiNTY1ZjExYjNhZTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4b58ea1b-6c68-4aae-a7d9-d17e377bc3d1","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-06T04:44:32.266Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-06T04:44:32.266Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T04:44:32.268Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T04:44:32.268Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657082667810,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-06T04:44:32.369Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T04:44:32.370Z||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-07-06T04:44:32.370Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:44:32.394Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:44:32.394Z||pool-19-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-07-06T04:44:33.269Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-06T04:44:33.270Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T04:44:33.272Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T04:44:33.272Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657082667810,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/vfw1b6fe9a72c7b0_modules.json",
"status": "NOTIFIED"
}
2022-07-06T04:44:33.372Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T04:44:33.373Z||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-07-06T04:44:33.373Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:44:33.390Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:44:33.390Z||pool-20-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-06T04:44:34.272Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-06T04:44:34.273Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T04:44:34.275Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T04:44:34.276Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657082667810,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-07-06T04:44:34.376Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T04:44:34.377Z||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-07-06T04:44:34.377Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:44:34.399Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:44:34.400Z||pool-21-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-07-06T04:44:35.276Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-06T04:44:35.278Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T04:44:35.280Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T04:44:35.280Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657082667810,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-06T04:44:35.380Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T04:44:35.381Z||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-07-06T04:44:35.381Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:44:35.406Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:44:35.407Z||pool-22-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-07-06T04:44:36.281Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-06T04:44:36.282Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T04:44:36.284Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T04:44:36.284Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657082667810,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-07-06T04:44:36.384Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T04:44:36.385Z||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-07-06T04:44:36.385Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:44:36.424Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:44:36.424Z||pool-23-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-07-06T04:44:37.284Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-06T04:44:37.285Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T04:44:37.287Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T04:44:37.288Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657082667810,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/artifacts/service-Vfw20220706044109-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-06T04:44:37.388Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T04:44:37.388Z||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-07-06T04:44:37.389Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:44:37.467Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:44:37.468Z||pool-24-thread-1|||||INFO|500||cambria reply ok (79 ms):{"serverTimeMs":1,"count":1}
2022-07-06T04:44:38.288Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-06T04:44:38.289Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T04:44:38.291Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T04:44:38.291Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657082667810,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/artifacts/service-Vfw20220706044109-csar.csar",
"status": "NOTIFIED"
}
2022-07-06T04:44:38.391Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T04:44:38.392Z||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-07-06T04:44:38.393Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:44:38.417Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:44:38.418Z||pool-25-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-07-06T04:44:39.293Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
"serviceName": "vFW 2022-07-06 04-41-09",
"serviceVersion": "1.0",
"serviceUUID": "3c916dc1-55d1-40a7-8288-ef30e083fd1b",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "32994496-a93a-477a-88c7-7f8a9be8cab9",
"resources": [
{
"resourceInstanceName": "vFW 1b6fe9a7-2c7b 0",
"resourceCustomizationUUID": "01a1a8a4-226b-42da-b91f-2105586115c3",
"resourceName": "vFW 1b6fe9a7-2c7b",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "2ed01c1b-5b16-41b6-a9c1-d96d139cb857",
"resourceInvariantUUID": "ec0371b7-abbc-47e3-8692-76c19a491429",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw1b6fe9a72c7b0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/vfw1b6fe9a72c7b0_modules.json",
"artifactChecksum": "MjBkMzg1MDFjZmZiYjQ3Y2M2Y2RmYjZmZDQ4MjQxZGM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "0b239734-bc41-46be-9e59-fae1074f38c5",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "eb1dd80d-0e9f-4926-bf04-d46aa5089bff",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "cc6160f4-42e9-406d-84ae-57125e1eb12c",
"generatedFromUUID": "eb1dd80d-0e9f-4926-bf04-d46aa5089bff"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "cc6160f4-42e9-406d-84ae-57125e1eb12c",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220706044109-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/artifacts/service-Vfw20220706044109-csar.csar",
"artifactChecksum": "NGZhMjg0Y2IxMzRiNWRiNmZkMjRiNTY1ZjExYjNhZTU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "4b58ea1b-6c68-4aae-a7d9-d17e377bc3d1"
}
],
"workloadContext": "Production"
}
2022-07-06T04:44:39.293Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-06T04:44:39.293Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3c916dc1-55d1-40a7-8288-ef30e083fd1b ASDC
2022-07-06T04:44:39.294Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:3a4c05ef-9adc-486c-97fb-f15cf3bc92fc
ServiceName:vFW 2022-07-06 04-41-09
ServiceVersion:1.0
ServiceUUID:3c916dc1-55d1-40a7-8288-ef30e083fd1b
ServiceInvariantUUID:32994496-a93a-477a-88c7-7f8a9be8cab9
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220706044109-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220706044109/1.0/artifacts/service-Vfw20220706044109-csar.csar
ArtifactUUID:4b58ea1b-6c68-4aae-a7d9-d17e377bc3d1
ArtifactChecksum:NGZhMjg0Y2IxMzRiNWRiNmZkMjRiNTY1ZjExYjNhZTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 1b6fe9a7-2c7b 0
ResourceCustomizationUUID:01a1a8a4-226b-42da-b91f-2105586115c3
ResourceInvariantUUID:ec0371b7-abbc-47e3-8692-76c19a491429
ResourceName:vFW 1b6fe9a7-2c7b
ResourceType:VF
ResourceUUID:2ed01c1b-5b16-41b6-a9c1-d96d139cb857
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw1b6fe9a72c7b0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/vfw1b6fe9a72c7b0_modules.json
ArtifactUUID:0b239734-bc41-46be-9e59-fae1074f38c5
ArtifactChecksum:MjBkMzg1MDFjZmZiYjQ3Y2M2Y2RmYjZmZDQ4MjQxZGM=
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/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/base_vfw.yaml
ArtifactUUID:eb1dd80d-0e9f-4926-bf04-d46aa5089bff
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/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/base_vfw.env
ArtifactUUID:cc6160f4-42e9-406d-84ae-57125e1eb12c
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/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/base_vfw.env
ArtifactUUID:cc6160f4-42e9-406d-84ae-57125e1eb12c
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-07-06T04:44:39.294Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3c916dc1-55d1-40a7-8288-ef30e083fd1b ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-06T04:44:39.324Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-06T04:44:39.324Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-07-06T04:44:39.324Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-07-06T04:44:39.325Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 4b58ea1b-6c68-4aae-a7d9-d17e377bc3d1 from URL: /sdc/v1/catalog/services/Vfw20220706044109/1.0/artifacts/service-Vfw20220706044109-csar.csar
2022-07-06T04:44:39.325Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-07-06T04:44:39.325Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220706044109/1.0/artifacts/service-Vfw20220706044109-csar.csar
2022-07-06T04:44:39.615Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-07-06T04:44:39.622Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220706044109/1.0/artifacts/service-Vfw20220706044109-csar.csar 4b58ea1b-6c68-4aae-a7d9-d17e377bc3d1 99016
2022-07-06T04:44:39.622Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220706044109/1.0/artifacts/service-Vfw20220706044109-csar.csar ASDC sendASDCNotification
2022-07-06T04:44:39.622Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220706044109/1.0/artifacts/service-Vfw20220706044109-csar.csar
2022-07-06T04:44:39.622Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-06T04:44:39.623Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T04:44:39.625Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T04:44:39.625Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657082679622,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/artifacts/service-Vfw20220706044109-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-06T04:44:39.725Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T04:44:39.726Z||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-07-06T04:44:39.726Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:44:39.772Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:44:39.772Z||pool-26-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":0,"count":1}
2022-07-06T04:44:40.626Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-06T04:44:40.627Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-07-06T04:44:40.627Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 4b58ea1b-6c68-4aae-a7d9-d17e377bc3d1, URL: /sdc/v1/catalog/services/Vfw20220706044109/1.0/artifacts/service-Vfw20220706044109-csar.csar to file: /app/ASDC/1/service-Vfw20220706044109-csar.csar
2022-07-06T04:44:40.627Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220706044109-csar.csar
2022-07-06T04:44:40.628Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220706044109-csar.csar
2022-07-06T04:44:40.628Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220706044109-csar.csar
2022-07-06T04:44:40.844Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2536676627559377799/Definitions/service-Vfw20220706044109-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-07-06T04:44:42.842Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-06T04:44:42.843Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-07-06T04:44:42.843Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220706044109-csar.csar
2022-07-06T04:44:42.843Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-07-06T04:44:42.843Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220706044109-csar.csar
2022-07-06T04:44:42.843Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220706044109-csar.csar
2022-07-06T04:44:42.844Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220706044109-csar.csar
2022-07-06T04:44:42.844Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220706044109-csar.csar
2022-07-06T04:44:42.844Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220706044109-csar.csar
2022-07-06T04:44:42.844Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220706044109-csar.csar
2022-07-06T04:44:42.844Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220706044109-csar.csar
2022-07-06T04:44:42.845Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220706044109-csar.csar
2022-07-06T04:44:42.845Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220706044109-csar.csar
2022-07-06T04:44:42.845Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220706044109-csar.csar
2022-07-06T04:44:42.845Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220706044109-csar.csar
2022-07-06T04:44:42.846Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220706044109-csar.csar
2022-07-06T04:44:42.846Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 1b6fe9a7-2c7b 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-Vfw20220706044109-csar.csar
2022-07-06T04:44:42.846Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-07-06T04:44:42.846Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T04:44:42.847Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-07-06 04-41-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T04:44:42.847Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vFW 1b6fe9a7-2c7b 0 is matching search criteria
2022-07-06T04:44:42.847Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-07-06T04:44:42.848Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 1b6fe9a7-2c7b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-06T04:44:42.848Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T04:44:42.848Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-07-06 04-41-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T04:44:42.849Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vFW 1b6fe9a7-2c7b 0 is matching search criteria
2022-07-06T04:44:42.849Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-07-06T04:44:42.849Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 1b6fe9a7-2c7b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-06T04:44:42.849Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T04:44:42.850Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-07-06 04-41-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T04:44:42.850Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T04:44:42.850Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vFW 1b6fe9a7-2c7b 0 is not matching search criteria
2022-07-06T04:44:42.850Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-06T04:44:42.851Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-06T04:44:42.851Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-06T04:44:42.851Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-06T04:44:42.851Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-06T04:44:42.851Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-06T04:44:42.852Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-06T04:44:42.852Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-06T04:44:42.852Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-06T04:44:42.852Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-06T04:44:42.852Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-06T04:44:42.853Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-06T04:44:42.853Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-06T04:44:42.853Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-06T04:44:42.853Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-06T04:44:42.853Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-06T04:44:42.854Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T04:44:42.854Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-07-06 04-41-09 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-06T04:44:42.854Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T04:44:42.854Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vFW 1b6fe9a7-2c7b 0 is matching search criteria
2022-07-06T04:44:42.855Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 1b6fe9a7-2c7b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-06T04:44:42.855Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T04:44:42.855Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vFW 1b6fe9a7-2c7b 0 is matching search criteria
2022-07-06T04:44:42.855Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 1b6fe9a7-2c7b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-06T04:44:42.856Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T04:44:42.856Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vFW 1b6fe9a7-2c7b 0 is matching search criteria
2022-07-06T04:44:42.856Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 1b6fe9a7-2c7b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-06T04:44:42.857Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T04:44:42.857Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vFW 1b6fe9a7-2c7b 0 is not matching search criteria
2022-07-06T04:44:42.857Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-06T04:44:42.857Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-06T04:44:42.857Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-07-06T04:44:42.858Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-06T04:44:42.858Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-06T04:44:42.858Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-06T04:44:42.858Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-06T04:44:42.858Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-06T04:44:42.859Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-06T04:44:42.859Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-06T04:44:42.859Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-06T04:44:42.859Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=feddbdf6-29c8-41a2-b8d3-aa2c674fc7b5
2022-07-06T04:44:42.860Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T04:44:42.860Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vFW 1b6fe9a7-2c7b 0 is not matching search criteria
2022-07-06T04:44:42.860Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-06T04:44:42.860Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-06T04:44:42.861Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-06T04:44:42.861Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-06T04:44:42.861Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-06T04:44:42.861Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-06T04:44:42.861Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-06T04:44:42.862Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-07-06T04:44:42.862Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-06T04:44:42.862Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-06T04:44:42.862Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-06T04:44:42.862Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-06T04:44:42.863Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ba390dd0-58c6-4706-b9b6-f67f224ac894
2022-07-06T04:44:42.863Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T04:44:42.863Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vFW 1b6fe9a7-2c7b 0 is not matching search criteria
2022-07-06T04:44:42.863Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-06T04:44:42.864Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-06T04:44:42.864Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-06T04:44:42.864Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-06T04:44:42.864Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-06T04:44:42.864Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-06T04:44:42.865Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-06T04:44:42.865Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-06T04:44:42.865Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-06T04:44:42.865Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-06T04:44:42.866Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-06T04:44:42.866Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-07-06T04:44:42.866Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=03c0a053-6493-47d7-9323-bf23550ed29f
2022-07-06T04:44:42.866Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T04:44:42.867Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-07-06 04-41-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T04:44:42.867Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T04:44:42.867Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-07-06 04-41-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T04:44:42.867Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T04:44:42.868Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-07-06 04-41-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T04:44:42.868Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T04:44:42.868Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-07-06 04-41-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T04:44:42.868Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-07-06 04-41-09
Description:catalog service description
Model UUID:3c916dc1-55d1-40a7-8288-ef30e083fd1b
Model Version:NULL
Model InvariantUuid:32994496-a93a-477a-88c7-7f8a9be8cab9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 1b6fe9a7-2c7b
Model UUID:4d227ba7-ccb2-43b3-90d2-b21e1ae2f6b4
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ec0371b7-abbc-47e3-8692-76c19a491429
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:01a1a8a4-226b-42da-b91f-2105586115c3
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:543914e6-cbf6-4956-a127-9bf5c27a0af0
ModelName:Vfw1b6fe9a72c7b..base_vfw..module-0
ModelUuid:c4a3bfe7-5b3d-49a2-b37a-8003ec07a5fd
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:feddbdf6-29c8-41a2-b8d3-aa2c674fc7b5
ModelInvariantUuid:8a275d18-8755-4e04-9f22-10250150feb8
ModelName:vFW 1b6fe9a7-2c7b-nodes.vfwCvfc
ModelUuid:65c6c900-babd-4e0e-b1e6-292fafd3eda6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:4e8c3059-461d-4ae4-ad9f-999c8465cb1c
ModelInvariantUuid:e823c88e-8e38-4002-bc62-f19daa78bdcd
ModelName:Vfw1b6fe9a72c7b.compute.nodes.heat.vfw
ModelUuid:81aaca7a-e2cd-4b33-882d-b2176ebc5d88
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:ba390dd0-58c6-4706-b9b6-f67f224ac894
ModelInvariantUuid:162c2579-b710-49f2-ba92-0d79ab05a271
ModelName:vFW 1b6fe9a7-2c7b-nodes.vsnCvfc
ModelUuid:0813229e-73af-48b6-a762-9e7fcb253a04
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:e1185ec3-c666-44a3-b1a4-e992ba7db68c
ModelInvariantUuid:e004f0f5-8706-44cf-88c8-cadc7da253ee
ModelName:Vfw1b6fe9a72c7b.compute.nodes.heat.vsn
ModelUuid:107136f8-90eb-43fb-b352-4fa60f5e787a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:03c0a053-6493-47d7-9323-bf23550ed29f
ModelInvariantUuid:f999611f-bea0-40b4-b4ef-d25874b47a28
ModelName:vFW 1b6fe9a7-2c7b-nodes.vpgCvfc
ModelUuid:d3259e41-d9e5-4f1d-9e07-88a373d482d1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:93fc4f0a-e61f-43ac-8751-080236abdb5a
ModelInvariantUuid:d872f54c-ed09-4e39-990f-6c6ed2dc485c
ModelName:Vfw1b6fe9a72c7b.compute.nodes.heat.vpg
ModelUuid:c825178d-2eaf-4941-a78b-3733b04d9124
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-07-06T04:44:42.876Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 2ed01c1b-5b16-41b6-a9c1-d96d139cb857
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-07-06T04:44:42.879Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||vFW 1b6fe9a7-2c7b 0
2022-07-06T04:44:42.880Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2ed01c1b-5b16-41b6-a9c1-d96d139cb857
2022-07-06T04:44:42.880Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 0b239734-bc41-46be-9e59-fae1074f38c5 from URL: /sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/vfw1b6fe9a72c7b0_modules.json
2022-07-06T04:44:42.880Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-07-06T04:44:42.881Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/vfw1b6fe9a72c7b0_modules.json
2022-07-06T04:44:43.028Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-07-06T04:44:43.029Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/vfw1b6fe9a72c7b0_modules.json 0b239734-bc41-46be-9e59-fae1074f38c5 785
2022-07-06T04:44:43.029Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/vfw1b6fe9a72c7b0_modules.json ASDC sendASDCNotification
2022-07-06T04:44:43.029Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/vfw1b6fe9a72c7b0_modules.json
2022-07-06T04:44:43.029Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-06T04:44:43.030Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T04:44:43.032Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T04:44:43.032Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657082683029,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/vfw1b6fe9a72c7b0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-07-06T04:44:43.132Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T04:44:43.133Z||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-07-06T04:44:43.134Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:44:43.203Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:44:43.204Z||pool-27-thread-1|||||INFO|500||cambria reply ok (71 ms):{"serverTimeMs":0,"count":1}
2022-07-06T04:44:44.033Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw1b6fe9a72c7b..base_vfw..module-0",
"vfModuleModelInvariantUUID": "543914e6-cbf6-4956-a127-9bf5c27a0af0",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "c4a3bfe7-5b3d-49a2-b37a-8003ec07a5fd",
"vfModuleModelCustomizationUUID": "f04eff66-9fd1-459a-b032-339fd5194032",
"isBase": true,
"artifacts": [
"eb1dd80d-0e9f-4926-bf04-d46aa5089bff",
"cc6160f4-42e9-406d-84ae-57125e1eb12c"
],
"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-07-06T04:44:44.038Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw1b6fe9a72c7b..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c4a3bfe7-5b3d-49a2-b37a-8003ec07a5fd
VfModuleModelInvariantUUID:543914e6-cbf6-4956-a127-9bf5c27a0af0
VfModuleModelDescription:NULL
Artifacts UUID List:{
eb1dd80d-0e9f-4926-bf04-d46aa5089bff
,
cc6160f4-42e9-406d-84ae-57125e1eb12c
}
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-07-06T04:44:44.040Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw1b6fe9a72c7b..base_vfw..module-0",
"vfModuleModelInvariantUUID": "543914e6-cbf6-4956-a127-9bf5c27a0af0",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "c4a3bfe7-5b3d-49a2-b37a-8003ec07a5fd",
"vfModuleModelCustomizationUUID": "f04eff66-9fd1-459a-b032-339fd5194032",
"isBase": true,
"artifacts": [
"eb1dd80d-0e9f-4926-bf04-d46aa5089bff",
"cc6160f4-42e9-406d-84ae-57125e1eb12c"
],
"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-07-06T04:44:44.040Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw1b6fe9a72c7b..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c4a3bfe7-5b3d-49a2-b37a-8003ec07a5fd
VfModuleModelInvariantUUID:543914e6-cbf6-4956-a127-9bf5c27a0af0
VfModuleModelDescription:NULL
Artifacts UUID List:{
eb1dd80d-0e9f-4926-bf04-d46aa5089bff
,
cc6160f4-42e9-406d-84ae-57125e1eb12c
}
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-07-06T04:44:44.041Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: eb1dd80d-0e9f-4926-bf04-d46aa5089bff from URL: /sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/base_vfw.yaml
2022-07-06T04:44:44.041Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-07-06T04:44:44.041Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/base_vfw.yaml
2022-07-06T04:44:44.158Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-07-06T04:44:44.159Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/base_vfw.yaml eb1dd80d-0e9f-4926-bf04-d46aa5089bff 20368
2022-07-06T04:44:44.160Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-07-06T04:44:44.160Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/base_vfw.yaml
2022-07-06T04:44:44.160Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-06T04:44:44.161Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T04:44:44.163Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T04:44:44.163Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657082684160,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-07-06T04:44:44.263Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T04:44:44.264Z||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-07-06T04:44:44.264Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:44:44.290Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:44:44.290Z||pool-28-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":2,"count":1}
2022-07-06T04:44:45.164Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: cc6160f4-42e9-406d-84ae-57125e1eb12c from URL: /sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/base_vfw.env
2022-07-06T04:44:45.165Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-07-06T04:44:45.165Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/base_vfw.env
2022-07-06T04:44:45.505Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-07-06T04:44:45.506Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/base_vfw.env cc6160f4-42e9-406d-84ae-57125e1eb12c 2098
2022-07-06T04:44:45.506Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-07-06T04:44:45.507Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/base_vfw.env
2022-07-06T04:44:45.507Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-06T04:44:45.507Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T04:44:45.510Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T04:44:45.510Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657082685506,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-07-06T04:44:45.610Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T04:44:45.611Z||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-07-06T04:44:45.611Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:44:45.630Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:44:45.631Z||pool-29-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-07-06T04:44:46.511Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 3c916dc1-55d1-40a7-8288-ef30e083fd1b
2022-07-06T04:44:46.513Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 1b6fe9a7-2c7b 0 2ed01c1b-5b16-41b6-a9c1-d96d139cb857 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-07-06T04:44:46.528Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3de71152, org.onap.sdc.toscaparser.api.parameters.Input@4a165690, org.onap.sdc.toscaparser.api.parameters.Input@47495aa0, org.onap.sdc.toscaparser.api.parameters.Input@3c824492, org.onap.sdc.toscaparser.api.parameters.Input@396abfd1]
2022-07-06T04:44:46.530Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T04:44:46.530Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-07-06 04-41-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T04:44:46.531Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic
2022-07-06T04:44:46.531Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 01a1a8a4-226b-42da-b91f-2105586115c3
2022-07-06T04:44:46.531Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 01a1a8a4-226b-42da-b91f-2105586115c3 matches Tosca VF Customization UUID: 01a1a8a4-226b-42da-b91f-2105586115c3
2022-07-06T04:44:46.531Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 01a1a8a4-226b-42da-b91f-2105586115c3 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-07-06T04:44:46.534Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T04:44:46.535Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-07-06 04-41-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T04:44:46.536Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 01a1a8a4-226b-42da-b91f-2105586115c3: {\"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-07-06T04:44:46.536Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@62a969a4
2022-07-06T04:44:46.536Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T04:44:46.536Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-07-06 04-41-09 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-06T04:44:46.537Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f04eff66-9fd1-459a-b032-339fd5194032
2022-07-06T04:44:46.537Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f04eff66-9fd1-459a-b032-339fd5194032
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-07-06T04:44:46.540Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T04:44:46.540Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vFW 1b6fe9a7-2c7b 0 is matching search criteria
2022-07-06T04:44:46.540Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 1b6fe9a7-2c7b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-06T04:44:46.541Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T04:44:46.541Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vFW 1b6fe9a7-2c7b 0 is matching search criteria
2022-07-06T04:44:46.541Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 1b6fe9a7-2c7b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-06T04:44:46.542Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T04:44:46.542Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vFW 1b6fe9a7-2c7b 0 is not matching search criteria
2022-07-06T04:44:46.542Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-06T04:44:46.543Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-06T04:44:46.543Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-07-06T04:44:46.543Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-06T04:44:46.544Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-06T04:44:46.544Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-06T04:44:46.544Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-06T04:44:46.545Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-06T04:44:46.545Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-06T04:44:46.546Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-06T04:44:46.546Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-06T04:44:46.546Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=feddbdf6-29c8-41a2-b8d3-aa2c674fc7b5
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-07-06T04:44:46.549Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T04:44:46.549Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vFW 1b6fe9a7-2c7b 0 is matching search criteria
2022-07-06T04:44:46.550Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 1b6fe9a7-2c7b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-06T04:44:46.550Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T04:44:46.550Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vFW 1b6fe9a7-2c7b 0 is not matching search criteria
2022-07-06T04:44:46.551Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-06T04:44:46.551Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-06T04:44:46.551Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-06T04:44:46.552Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-06T04:44:46.552Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-06T04:44:46.552Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-06T04:44:46.553Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-06T04:44:46.553Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-07-06T04:44:46.553Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-06T04:44:46.554Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-06T04:44:46.554Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-06T04:44:46.554Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-06T04:44:46.555Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ba390dd0-58c6-4706-b9b6-f67f224ac894
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-07-06T04:44:46.557Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T04:44:46.557Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vFW 1b6fe9a7-2c7b 0 is matching search criteria
2022-07-06T04:44:46.558Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 1b6fe9a7-2c7b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-06T04:44:46.561Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T04:44:46.561Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vFW 1b6fe9a7-2c7b 0 is not matching search criteria
2022-07-06T04:44:46.561Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-06T04:44:46.562Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-06T04:44:46.562Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-06T04:44:46.563Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-06T04:44:46.563Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-06T04:44:46.563Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-06T04:44:46.564Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-06T04:44:46.564Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-06T04:44:46.564Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-06T04:44:46.565Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-06T04:44:46.565Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-06T04:44:46.565Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-07-06T04:44:46.566Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=03c0a053-6493-47d7-9323-bf23550ed29f
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-07-06T04:44:46.568Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T04:44:46.568Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vFW 1b6fe9a7-2c7b 0 is matching search criteria
2022-07-06T04:44:46.569Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 1b6fe9a7-2c7b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-06T04:44:46.569Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T04:44:46.569Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vFW 1b6fe9a7-2c7b 0 is matching search criteria
2022-07-06T04:44:46.570Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 1b6fe9a7-2c7b 0] matching following query criteria: sdcType=VF, customizationUUID=01a1a8a4-226b-42da-b91f-2105586115c3
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-07-06T04:44:46.572Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T04:44:46.572Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-07-06 04-41-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T04:44:46.573Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 3c916dc1-55d1-40a7-8288-ef30e083fd1b: vFW 1b6fe9a7-2c7b
2022-07-06T04:44:46.573Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T04:44:46.573Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-07-06 04-41-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T04:44:46.574Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T04:44:46.574Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-07-06 04-41-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T04:44:46.574Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T04:44:46.575Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-07-06 04-41-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T04:44:46.575Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T04:44:46.575Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-07-06 04-41-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T04:44:46.576Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T04:44:46.576Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-07-06 04-41-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T04:44:46.577Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2022-07-06 04-41-09
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-07-06T04:44:46.758Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 1b6fe9a7-2c7b 2ed01c1b-5b16-41b6-a9c1-d96d139cb857 1 ASDC deployResourceStructure
2022-07-06T04:44:46.759Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/vfw1b6fe9a72c7b0_modules.json ASDC sendASDCNotification
2022-07-06T04:44:46.759Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/vfw1b6fe9a72c7b0_modules.json
2022-07-06T04:44:46.759Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-06T04:44:46.760Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T04:44:46.762Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T04:44:46.762Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657082686759,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/vfw1b6fe9a72c7b0_modules.json",
"status": "DEPLOY_OK"
}
2022-07-06T04:44:46.862Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T04:44:46.863Z||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-07-06T04:44:46.863Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:44:46.886Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:44:46.886Z||pool-30-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-07-06T04:44:47.762Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-07-06T04:44:47.763Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/base_vfw.yaml
2022-07-06T04:44:47.763Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-06T04:44:47.764Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T04:44:47.765Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T04:44:47.766Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657082687762,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-07-06T04:44:47.866Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T04:44:47.867Z||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-07-06T04:44:47.867Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:44:47.900Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:44:47.900Z||pool-31-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-07-06T04:44:48.766Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-07-06T04:44:48.767Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/base_vfw.env
2022-07-06T04:44:48.767Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-06T04:44:48.767Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T04:44:48.769Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T04:44:48.769Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657082688766,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-07-06T04:44:48.869Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T04:44:48.870Z||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-07-06T04:44:48.870Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:44:48.890Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:44:48.890Z||pool-32-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-07-06T04:44:49.770Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220706044109/1.0/artifacts/service-Vfw20220706044109-csar.csar ASDC sendASDCNotification
2022-07-06T04:44:49.771Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220706044109/1.0/artifacts/service-Vfw20220706044109-csar.csar
2022-07-06T04:44:49.771Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-06T04:44:49.771Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T04:44:49.774Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T04:44:49.774Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657082689770,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/artifacts/service-Vfw20220706044109-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-06T04:44:49.874Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T04:44:49.875Z||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-07-06T04:44:49.875Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:44:49.894Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:44:49.894Z||pool-33-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-07-06T04:44:50.775Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3a4c05ef-9adc-486c-97fb-f15cf3bc92fc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-06T04:44:50.786Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3a4c05ef-9adc-486c-97fb-f15cf3bc92fc
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-07-06T04:44:50.791Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-06T04:44:50.792Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-06T04:44:50.792Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-06T04:44:50.792Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-06T04:44:50.792Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-06T04:44:50.792Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-06T04:44:50.793Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-06T04:44:50.793Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-06T04:44:50.793Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-06T04:44:50.793Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-06T04:44:50.793Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-06T04:44:50.798Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-06T04:45:20.799Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3a4c05ef-9adc-486c-97fb-f15cf3bc92fc 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-07-06T04:45:20.810Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3a4c05ef-9adc-486c-97fb-f15cf3bc92fc and serviceModelVersionId: 3c916dc1-55d1-40a7-8288-ef30e083fd1b
2022-07-06T04:45:20.811Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 32994496-a93a-477a-88c7-7f8a9be8cab9
2022-07-06T04:45:20.813Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/32994496-a93a-477a-88c7-7f8a9be8cab9/model-vers/model-ver/3c916dc1-55d1-40a7-8288-ef30e083fd1b?depth=0
2022-07-06T04:45:20.820Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-07-06T04:45:20.882Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/32994496-a93a-477a-88c7-7f8a9be8cab9/model-vers/model-ver/3c916dc1-55d1-40a7-8288-ef30e083fd1b?depth=0|INFO|500||Invoke
2022-07-06T04:45:20.883Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/32994496-a93a-477a-88c7-7f8a9be8cab9/model-vers/model-ver/3c916dc1-55d1-40a7-8288-ef30e083fd1b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/32994496-a93a-477a-88c7-7f8a9be8cab9/model-vers/model-ver/3c916dc1-55d1-40a7-8288-ef30e083fd1b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3a4c05ef-9adc-486c-97fb-f15cf3bc92fc], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2a2bcbe9-d652-4f94-8ed8-62396f8b2151], X-ECOMP-RequestID=[3a4c05ef-9adc-486c-97fb-f15cf3bc92fc], X-TransactionId=[], X-ONAP-RequestID=[3a4c05ef-9adc-486c-97fb-f15cf3bc92fc], Content-Type=[application/merge-patch+json]}
2022-07-06T04:45:20.913Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/32994496-a93a-477a-88c7-7f8a9be8cab9/model-vers/model-ver/3c916dc1-55d1-40a7-8288-ef30e083fd1b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-07-06T04:45:21.224Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/32994496-a93a-477a-88c7-7f8a9be8cab9/model-vers/model-ver/3c916dc1-55d1-40a7-8288-ef30e083fd1b?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/32994496-a93a-477a-88c7-7f8a9be8cab9/model-vers/model-ver/3c916dc1-55d1-40a7-8288-ef30e083fd1b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220706-04:45:19:224-43983], vertex-id=[184512], Content-Length=[0], Date=[Wed, 06 Jul 2022 04:45:19 GMT], Content-Type=[application/json]}
2022-07-06T04:45:21.224Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/32994496-a93a-477a-88c7-7f8a9be8cab9/model-vers/model-ver/3c916dc1-55d1-40a7-8288-ef30e083fd1b?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-07-06T04:45:21.225Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/32994496-a93a-477a-88c7-7f8a9be8cab9/model-vers/model-ver/3c916dc1-55d1-40a7-8288-ef30e083fd1b?depth=0|INFO|500||InvokeReturn
2022-07-06T04:45:21.225Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-06T04:45:21.226Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-06T04:45:21.232Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-07-06T04:45:21.232Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3a4c05ef-9adc-486c-97fb-f15cf3bc92fc and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-06T04:45:21.233Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-06T04:45:21.234Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T04:45:21.236Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T04:45:21.236Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657082721233,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-06T04:45:21.336Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-06T04:45:21.338Z||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-07-06T04:45:21.338Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:45:21.377Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:45:21.378Z||pool-34-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2022-07-06T04:45:21.980Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:45:21.981Z||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-07-06T04:45:21.981Z||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 iYhyGfPZpQpjKoJ4) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-06T04:45:22.253Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:45:22.254Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|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-07-06T04:45:22.255Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:45:22.622Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:45:22.623Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:45:22.623Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657082666794,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-06T04:45:22.624Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T04:45:22.625Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:45:22.625Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657082667810,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-06T04:45:22.625Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-06T04:45:22.625Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:45:22.625Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657082667810,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/vfw1b6fe9a72c7b0_modules.json",
"status": "NOTIFIED"
}
2022-07-06T04:45:22.625Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-06T04:45:22.625Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:45:22.625Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657082667810,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-07-06T04:45:22.625Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-06T04:45:22.626Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:45:22.626Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657082667810,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-06T04:45:22.626Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-06T04:45:22.626Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:45:22.626Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657082667810,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-07-06T04:45:22.626Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-06T04:45:22.627Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:45:22.627Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657082667810,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/artifacts/service-Vfw20220706044109-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-06T04:45:22.627Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-06T04:45:22.627Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:45:22.627Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657082667810,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/artifacts/service-Vfw20220706044109-csar.csar",
"status": "NOTIFIED"
}
2022-07-06T04:45:22.627Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-06T04:45:22.628Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:45:22.628Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657082679622,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/artifacts/service-Vfw20220706044109-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-06T04:45:22.628Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T04:45:22.628Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:45:22.628Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657082683029,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/vfw1b6fe9a72c7b0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-07-06T04:45:22.628Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T04:45:22.629Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:45:22.629Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657082684160,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-07-06T04:45:22.629Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T04:45:22.629Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:45:22.629Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657082685506,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-07-06T04:45:22.629Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T04:45:22.630Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:45:22.630Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657082686759,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/vfw1b6fe9a72c7b0_modules.json",
"status": "DEPLOY_OK"
}
2022-07-06T04:45:22.630Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T04:45:22.630Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:45:22.630Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657082687762,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-07-06T04:45:22.631Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T04:45:22.631Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:45:22.631Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657082688766,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-07-06T04:45:22.631Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T04:45:22.631Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:45:22.631Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657082689770,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/artifacts/service-Vfw20220706044109-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-06T04:45:22.632Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T04:45:22.632Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:45:22.632Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657082721233,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-06T04:45:22.632Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T04:45:31.810Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:45:31.811Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:45:31.811Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|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-07-06T04:45:31.812Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:45:41.365Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:45:41.367Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:45:41.368Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|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-07-06T04:45:41.369Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:45:50.952Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:46:21.976Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:46:21.979Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|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-07-06T04:46:21.979Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:46:21.979Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:46:21.980Z||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-07-06T04:46:21.980Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:46:24.645Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:46:24.646Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-06T04:46:24.646Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"48b77510-e3d2-4304-8a8f-0bc878a459b4","serviceName":"vFW 2022-07-06 04-45-06","serviceVersion":"1.0","serviceUUID":"43d3c14b-fc84-45b6-9132-7521d364b01d","serviceDescription":"catalog service description","serviceInvariantUUID":"09626e86-8bbf-450b-aefc-38210e97013a","resources":[{"resourceInstanceName":"vFW d9f81d7e-558e 0","resourceName":"vFW d9f81d7e-558e","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5ea49398-6208-4778-b9a6-8c0c2fd63a71","resourceInvariantUUID":"9ea88092-d360-4a63-94f5-1b35fae4a092","resourceCustomizationUUID":"023aa547-99bc-4434-b8c7-30c09ea607e7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220706044506/1.0/resourceInstances/vfwd9f81d7e558e0/artifacts/vf-license-model.xml","artifactChecksum":"N2ViMDU3NDkzY2YyYjc1Y2YyMWJiNmFhZjMyY2UxZDY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"37333352-44f5-4060-8b7e-f80ba6c2d9f2","artifactVersion":"1"},{"artifactName":"vfwd9f81d7e558e0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220706044506/1.0/resourceInstances/vfwd9f81d7e558e0/artifacts/vfwd9f81d7e558e0_modules.json","artifactChecksum":"NGE5YzZmNzEwYjZlMjA2ZjgwZWU4ZjU5MjZjMTVhOTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2b331a0d-28e1-4fe0-a33e-93318abf7959","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220706044506/1.0/resourceInstances/vfwd9f81d7e558e0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2b07baf4-a497-4534-a4a8-6aed4002491a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220706044506/1.0/resourceInstances/vfwd9f81d7e558e0/artifacts/vendor-license-model.xml","artifactChecksum":"YzQyMTdjMDkyM2Y4NDkzYTYzNmFlZDJkNmE2YzExZGI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"cf86036f-295a-419f-bd11-5768cc7e988e","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220706044506/1.0/resourceInstances/vfwd9f81d7e558e0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e862a10f-f679-4c4c-9a73-6a01cf04a7ce","artifactVersion":"2","generatedFromUUID":"2b07baf4-a497-4534-a4a8-6aed4002491a"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220706044506-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220706044506/1.0/artifacts/service-Vfw20220706044506-template.yml","artifactChecksum":"MDY4YTE4MWQxNjA0ODM1OGQ2MmMyYzdkNTJmNzVlMDE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9e14cff1-9b19-42d4-80a0-b10577674a32","artifactVersion":"1"},{"artifactName":"service-Vfw20220706044506-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220706044506/1.0/artifacts/service-Vfw20220706044506-csar.csar","artifactChecksum":"MGIyYTM4ODFlZWRjYzMyOTNlMjdiYzYzZTBkNjIzZGE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fa9c2285-e13d-4510-af5e-c5a7856b4df6","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-06T04:46:24.650Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-06T04:46:24.650Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T04:46:24.652Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T04:46:24.653Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "48b77510-e3d2-4304-8a8f-0bc878a459b4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657082781976,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706044506/1.0/resourceInstances/vfwd9f81d7e558e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-06T04:46:24.753Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T04:46:24.754Z||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-07-06T04:46:24.754Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:46:24.772Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:46:24.773Z||pool-35-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-07-06T04:46:24.914Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:46:24.914Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:46:24.914Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48b77510-e3d2-4304-8a8f-0bc878a459b4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657082781976,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706044506/1.0/resourceInstances/vfwd9f81d7e558e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-06T04:46:24.915Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-06T04:46:25.653Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-06T04:46:25.654Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T04:46:25.656Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T04:46:25.657Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "48b77510-e3d2-4304-8a8f-0bc878a459b4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657082781976,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706044506/1.0/resourceInstances/vfwd9f81d7e558e0/artifacts/vfwd9f81d7e558e0_modules.json",
"status": "NOTIFIED"
}
2022-07-06T04:46:25.757Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T04:46:25.758Z||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-07-06T04:46:25.758Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:46:25.791Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:46:25.791Z||pool-36-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1}
2022-07-06T04:46:26.657Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-06T04:46:26.658Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T04:46:26.660Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T04:46:26.660Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "48b77510-e3d2-4304-8a8f-0bc878a459b4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657082781976,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706044506/1.0/resourceInstances/vfwd9f81d7e558e0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-07-06T04:46:26.761Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T04:46:26.761Z||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-07-06T04:46:26.762Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:46:26.801Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:46:26.801Z||pool-37-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":1,"count":1}
2022-07-06T04:46:27.661Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-06T04:46:27.662Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T04:46:27.665Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T04:46:27.665Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "48b77510-e3d2-4304-8a8f-0bc878a459b4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657082781976,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706044506/1.0/resourceInstances/vfwd9f81d7e558e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-06T04:46:27.766Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T04:46:27.767Z||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-07-06T04:46:27.767Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:46:27.791Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:46:27.791Z||pool-38-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-07-06T04:46:28.665Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-06T04:46:28.666Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T04:46:28.669Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T04:46:28.669Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "48b77510-e3d2-4304-8a8f-0bc878a459b4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657082781976,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706044506/1.0/resourceInstances/vfwd9f81d7e558e0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-07-06T04:46:28.769Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T04:46:28.770Z||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-07-06T04:46:28.770Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:46:28.830Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:46:28.830Z||pool-39-thread-1|||||INFO|500||cambria reply ok (61 ms):{"serverTimeMs":1,"count":1}
2022-07-06T04:46:29.669Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-06T04:46:29.670Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T04:46:29.672Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T04:46:29.672Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "48b77510-e3d2-4304-8a8f-0bc878a459b4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657082781976,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706044506/1.0/artifacts/service-Vfw20220706044506-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-06T04:46:29.773Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-06T04:46:29.774Z||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-07-06T04:46:29.774Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:46:29.793Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:46:29.793Z||pool-40-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-07-06T04:46:30.673Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-06T04:46:30.674Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T04:46:30.676Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T04:46:30.676Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "48b77510-e3d2-4304-8a8f-0bc878a459b4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657082781976,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706044506/1.0/artifacts/service-Vfw20220706044506-csar.csar",
"status": "NOTIFIED"
}
2022-07-06T04:46:30.776Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-06T04:46:30.777Z||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-07-06T04:46:30.777Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:46:30.807Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:46:30.807Z||pool-41-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-07-06T04:46:31.678Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "48b77510-e3d2-4304-8a8f-0bc878a459b4",
"serviceName": "vFW 2022-07-06 04-45-06",
"serviceVersion": "1.0",
"serviceUUID": "43d3c14b-fc84-45b6-9132-7521d364b01d",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "09626e86-8bbf-450b-aefc-38210e97013a",
"resources": [
{
"resourceInstanceName": "vFW d9f81d7e-558e 0",
"resourceCustomizationUUID": "023aa547-99bc-4434-b8c7-30c09ea607e7",
"resourceName": "vFW d9f81d7e-558e",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "5ea49398-6208-4778-b9a6-8c0c2fd63a71",
"resourceInvariantUUID": "9ea88092-d360-4a63-94f5-1b35fae4a092",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwd9f81d7e558e0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706044506/1.0/resourceInstances/vfwd9f81d7e558e0/artifacts/vfwd9f81d7e558e0_modules.json",
"artifactChecksum": "NGE5YzZmNzEwYjZlMjA2ZjgwZWU4ZjU5MjZjMTVhOTU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "2b331a0d-28e1-4fe0-a33e-93318abf7959",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706044506/1.0/resourceInstances/vfwd9f81d7e558e0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "2b07baf4-a497-4534-a4a8-6aed4002491a",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706044506/1.0/resourceInstances/vfwd9f81d7e558e0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "e862a10f-f679-4c4c-9a73-6a01cf04a7ce",
"generatedFromUUID": "2b07baf4-a497-4534-a4a8-6aed4002491a"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706044506/1.0/resourceInstances/vfwd9f81d7e558e0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "e862a10f-f679-4c4c-9a73-6a01cf04a7ce",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220706044506-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706044506/1.0/artifacts/service-Vfw20220706044506-csar.csar",
"artifactChecksum": "MGIyYTM4ODFlZWRjYzMyOTNlMjdiYzYzZTBkNjIzZGE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "fa9c2285-e13d-4510-af5e-c5a7856b4df6"
}
],
"workloadContext": "Production"
}
2022-07-06T04:46:31.679Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-06T04:46:31.679Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 43d3c14b-fc84-45b6-9132-7521d364b01d ASDC
2022-07-06T04:46:31.680Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:48b77510-e3d2-4304-8a8f-0bc878a459b4
ServiceName:vFW 2022-07-06 04-45-06
ServiceVersion:1.0
ServiceUUID:43d3c14b-fc84-45b6-9132-7521d364b01d
ServiceInvariantUUID:09626e86-8bbf-450b-aefc-38210e97013a
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220706044506-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220706044506/1.0/artifacts/service-Vfw20220706044506-csar.csar
ArtifactUUID:fa9c2285-e13d-4510-af5e-c5a7856b4df6
ArtifactChecksum:MGIyYTM4ODFlZWRjYzMyOTNlMjdiYzYzZTBkNjIzZGE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW d9f81d7e-558e 0
ResourceCustomizationUUID:023aa547-99bc-4434-b8c7-30c09ea607e7
ResourceInvariantUUID:9ea88092-d360-4a63-94f5-1b35fae4a092
ResourceName:vFW d9f81d7e-558e
ResourceType:VF
ResourceUUID:5ea49398-6208-4778-b9a6-8c0c2fd63a71
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwd9f81d7e558e0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220706044506/1.0/resourceInstances/vfwd9f81d7e558e0/artifacts/vfwd9f81d7e558e0_modules.json
ArtifactUUID:2b331a0d-28e1-4fe0-a33e-93318abf7959
ArtifactChecksum:NGE5YzZmNzEwYjZlMjA2ZjgwZWU4ZjU5MjZjMTVhOTU=
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/Vfw20220706044506/1.0/resourceInstances/vfwd9f81d7e558e0/artifacts/base_vfw.yaml
ArtifactUUID:2b07baf4-a497-4534-a4a8-6aed4002491a
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/Vfw20220706044506/1.0/resourceInstances/vfwd9f81d7e558e0/artifacts/base_vfw.env
ArtifactUUID:e862a10f-f679-4c4c-9a73-6a01cf04a7ce
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/Vfw20220706044506/1.0/resourceInstances/vfwd9f81d7e558e0/artifacts/base_vfw.env
ArtifactUUID:e862a10f-f679-4c4c-9a73-6a01cf04a7ce
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-07-06T04:46:31.681Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 43d3c14b-fc84-45b6-9132-7521d364b01d 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-07-06T04:46:31.715Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-06T04:46:31.715Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-07-06T04:46:31.715Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-07-06T04:46:31.715Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: fa9c2285-e13d-4510-af5e-c5a7856b4df6 from URL: /sdc/v1/catalog/services/Vfw20220706044506/1.0/artifacts/service-Vfw20220706044506-csar.csar
2022-07-06T04:46:31.715Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-07-06T04:46:31.716Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220706044506/1.0/artifacts/service-Vfw20220706044506-csar.csar
2022-07-06T04:46:32.103Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-07-06T04:46:32.108Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220706044506/1.0/artifacts/service-Vfw20220706044506-csar.csar fa9c2285-e13d-4510-af5e-c5a7856b4df6 99034
2022-07-06T04:46:32.108Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220706044506/1.0/artifacts/service-Vfw20220706044506-csar.csar ASDC sendASDCNotification
2022-07-06T04:46:32.108Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220706044506/1.0/artifacts/service-Vfw20220706044506-csar.csar
2022-07-06T04:46:32.108Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-06T04:46:32.109Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T04:46:32.111Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T04:46:32.111Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "48b77510-e3d2-4304-8a8f-0bc878a459b4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657082792108,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706044506/1.0/artifacts/service-Vfw20220706044506-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-06T04:46:32.211Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T04:46:32.212Z||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-07-06T04:46:32.212Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:46:32.236Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T04:46:32.237Z||pool-42-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-07-06T04:46:33.111Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-06T04:46:33.112Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-07-06T04:46:33.112Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: fa9c2285-e13d-4510-af5e-c5a7856b4df6, URL: /sdc/v1/catalog/services/Vfw20220706044506/1.0/artifacts/service-Vfw20220706044506-csar.csar to file: /app/ASDC/1/service-Vfw20220706044506-csar.csar
2022-07-06T04:46:33.112Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220706044506-csar.csar
2022-07-06T04:46:33.113Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220706044506-csar.csar
2022-07-06T04:46:33.113Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220706044506-csar.csar
2022-07-06T04:46:33.363Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15059385856257824171/Definitions/service-Vfw20220706044506-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-07-06T04:46:35.274Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-06T04:46:35.274Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-07-06T04:46:35.274Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220706044506-csar.csar
2022-07-06T04:46:35.274Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-07-06T04:46:35.274Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220706044506-csar.csar
2022-07-06T04:46:35.275Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220706044506-csar.csar
2022-07-06T04:46:35.275Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220706044506-csar.csar
2022-07-06T04:46:35.275Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220706044506-csar.csar
2022-07-06T04:46:35.275Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220706044506-csar.csar
2022-07-06T04:46:35.275Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220706044506-csar.csar
2022-07-06T04:46:35.275Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW d9f81d7e-558e 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-Vfw20220706044506-csar.csar
2022-07-06T04:46:35.275Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220706044506-csar.csar
2022-07-06T04:46:35.275Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220706044506-csar.csar
2022-07-06T04:46:35.275Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220706044506-csar.csar
2022-07-06T04:46:35.275Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220706044506-csar.csar
2022-07-06T04:46:35.275Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220706044506-csar.csar
2022-07-06T04:46:35.275Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220706044506-csar.csar
2022-07-06T04:46:35.276Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-07-06T04:46:35.276Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T04:46:35.276Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-07-06 04-45-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T04:46:35.276Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template vFW d9f81d7e-558e 0 is matching search criteria
2022-07-06T04:46:35.276Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-07-06T04:46:35.276Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d9f81d7e-558e 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-06T04:46:35.277Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T04:46:35.277Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-07-06 04-45-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T04:46:35.277Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template vFW d9f81d7e-558e 0 is matching search criteria
2022-07-06T04:46:35.277Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-07-06T04:46:35.277Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d9f81d7e-558e 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-06T04:46:35.278Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T04:46:35.278Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-07-06 04-45-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T04:46:35.278Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T04:46:35.278Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template vFW d9f81d7e-558e 0 is not matching search criteria
2022-07-06T04:46:35.278Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-06T04:46:35.278Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-06T04:46:35.279Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-06T04:46:35.279Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-06T04:46:35.280Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-06T04:46:35.280Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-06T04:46:35.280Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-06T04:46:35.280Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-06T04:46:35.280Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-06T04:46:35.280Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-06T04:46:35.280Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-06T04:46:35.280Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-06T04:46:35.281Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-06T04:46:35.281Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-06T04:46:35.281Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-06T04:46:35.281Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-06T04:46:35.281Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T04:46:35.281Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-07-06 04-45-06 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-06T04:46:35.281Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T04:46:35.281Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template vFW d9f81d7e-558e 0 is matching search criteria
2022-07-06T04:46:35.282Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d9f81d7e-558e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-06T04:46:35.282Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T04:46:35.282Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template vFW d9f81d7e-558e 0 is matching search criteria
2022-07-06T04:46:35.282Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d9f81d7e-558e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-06T04:46:35.282Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T04:46:35.282Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template vFW d9f81d7e-558e 0 is matching search criteria
2022-07-06T04:46:35.282Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d9f81d7e-558e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-06T04:46:35.283Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T04:46:35.283Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template vFW d9f81d7e-558e 0 is not matching search criteria
2022-07-06T04:46:35.283Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-06T04:46:35.283Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-07-06T04:46:35.283Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-06T04:46:35.283Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-06T04:46:35.283Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-06T04:46:35.284Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-06T04:46:35.284Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-06T04:46:35.284Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-06T04:46:35.284Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-06T04:46:35.284Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-06T04:46:35.284Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-06T04:46:35.284Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=2b68ad0d-a79b-449d-9b68-70f5396bb011
2022-07-06T04:46:35.285Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T04:46:35.285Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template vFW d9f81d7e-558e 0 is not matching search criteria
2022-07-06T04:46:35.285Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-06T04:46:35.285Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-06T04:46:35.285Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-06T04:46:35.285Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-06T04:46:35.285Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-06T04:46:35.286Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-06T04:46:35.286Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-06T04:46:35.286Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-07-06T04:46:35.286Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-06T04:46:35.286Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-06T04:46:35.286Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-06T04:46:35.286Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-06T04:46:35.286Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=cfee0eb1-9e6c-470a-8b96-f2ac618a11d3
2022-07-06T04:46:35.287Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T04:46:35.287Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template vFW d9f81d7e-558e 0 is not matching search criteria
2022-07-06T04:46:35.287Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-06T04:46:35.287Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-06T04:46:35.287Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-06T04:46:35.287Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-06T04:46:35.287Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-06T04:46:35.287Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-06T04:46:35.288Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-06T04:46:35.288Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-06T04:46:35.288Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-06T04:46:35.288Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-06T04:46:35.288Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-06T04:46:35.288Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-07-06T04:46:35.288Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=d134cc0a-9512-4dc3-9c21-f0534fb13e1a
2022-07-06T04:46:35.288Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T04:46:35.289Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-07-06 04-45-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T04:46:35.289Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive