By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2022-06-30T05:37:24.702Z||main|||||INFO|500||The following profiles are active: basic
2022-06-30T05:37:36.445Z||main|||||INFO|500||Starting service [Tomcat]
2022-06-30T05:37:36.448Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-06-30T05:37:36.578Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-06-30T05:37:41.082Z||main|||||INFO|500||catdb-pool - Starting...
2022-06-30T05:37:41.586Z||main|||||INFO|500||catdb-pool - Start completed.
2022-06-30T05:37:42.175Z||main|||||INFO|500||reqdb-pool - Starting...
2022-06-30T05:37:42.193Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-06-30T05:37:42.304Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-06-30T05:37:42.535Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-06-30T05:37:43.224Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-06-30T05:37:45.019Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-30T05:37:47.866Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-30T05:37:47.956Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-06-30T05:37:48.548Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-30T05:37:48.755Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-06-30T05:37:50.081Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-30T05:37:51.241Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-06-30T05:37:51.263Z||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$$af915e9a.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-06-30T05:37:51.264Z||main|||||WARN|500||The sdc end point is not alive
2022-06-30T05:37:54.848Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-06-30T05:37:57.833Z||main|||||WARN|500||---
2022-06-30T05:37:57.833Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-06-30T05:37:57.834Z||main|||||WARN|500||---
2022-06-30T05:37:58.367Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-06-30T05:38:03.531Z||main|||||INFO|500||Started Application in 42.147 seconds (JVM running for 44.291)
2022-06-30T05:38:03.543Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-30T05:38:03.546Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-30T05:38:03.560Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-30T05:38:03.585Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-30T05:38:03.640Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 03be6cf9-eb72-4086-bff8-dc5ac2ba196f url= /sdc/v1/artifactTypes
2022-06-30T05:38:03.640Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-30T05:38:04.730Z||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.14.252] 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$$3c663776.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 50 common frames omitted
2022-06-30T05:38:04.734Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@14f0a540
2022-06-30T05:38:04.734Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-30T05:38:04.752Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-30T05:38:04.754Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-30T05:38:04.757Z||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$$3c663776.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 33 common frames omitted
2022-06-30T05:38:53.522Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-30T05:38:53.523Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-30T05:38:53.523Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-30T05:38:53.526Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-30T05:38:53.534Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c06c91af-683d-403d-a2c8-62cf2f43c8d6 url= /sdc/v1/artifactTypes
2022-06-30T05:38:53.534Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-30T05:38:54.585Z||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.14.252] 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$$3c663776.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 50 common frames omitted
2022-06-30T05:38:54.585Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@69ddb6f
2022-06-30T05:38:54.586Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-30T05:38:54.586Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-30T05:38:54.587Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-30T05:38:54.587Z||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$$3c663776.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 33 common frames omitted
2022-06-30T05:39:43.521Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-30T05:39:43.522Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-30T05:39:43.522Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-30T05:39:43.526Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-30T05:39:43.534Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a4d924ec-dd07-4cbf-ac1e-0314ed976322 url= /sdc/v1/artifactTypes
2022-06-30T05:39:43.535Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-30T05:39:44.569Z||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.14.252] 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$$3c663776.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 50 common frames omitted
2022-06-30T05:39:44.569Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7cf81aaa
2022-06-30T05:39:44.573Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-30T05:39:44.573Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-30T05:39:44.574Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-30T05:39:44.574Z||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$$3c663776.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 33 common frames omitted
2022-06-30T05:40:33.522Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-30T05:40:33.525Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-30T05:40:33.525Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-30T05:40:33.531Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-30T05:40:33.540Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 449c1d69-2c3b-49bb-a514-9497a6d79590 url= /sdc/v1/artifactTypes
2022-06-30T05:40:33.540Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-30T05:40:34.585Z||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.14.252] 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$$3c663776.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 49 common frames omitted
2022-06-30T05:40:34.586Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@667cb5aa
2022-06-30T05:40:34.586Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-30T05:40:34.587Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-30T05:40:34.587Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-30T05:40:34.590Z||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$$3c663776.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 32 common frames omitted
2022-06-30T05:41:23.522Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-30T05:41:23.523Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-30T05:41:23.523Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-30T05:41:23.530Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-30T05:41:23.539Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5adac0e8-9429-4aff-833d-1e9826581be6 url= /sdc/v1/artifactTypes
2022-06-30T05:41:23.539Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-30T05:41:24.568Z||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.14.252] 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$$3c663776.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 49 common frames omitted
2022-06-30T05:41:24.570Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@de776e3
2022-06-30T05:41:24.570Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-30T05:41:24.570Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-30T05:41:24.570Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-30T05:41:24.571Z||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$$3c663776.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 32 common frames omitted
2022-06-30T05:42:13.521Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-30T05:42:13.521Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-30T05:42:13.522Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-30T05:42:13.525Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-30T05:42:13.531Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d219593d-1e50-4816-8937-1c144eed2c6d url= /sdc/v1/artifactTypes
2022-06-30T05:42:13.531Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-30T05:42:13.745Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-06-30T05:42:13.760Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-06-30T05:42:13.796Z||scheduling-1|||||DEBUG|500||create keys
2022-06-30T05:42:13.807Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-06-30T05:42:13.849Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T05:42:13.871Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 87f6c54b-caad-4254-8867-02eb0b5e77d7 url= /sdc/v1/registerForDistribution
2022-06-30T05:42:14.037Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 87f6c54b-caad-4254-8867-02eb0b5e77d7 url= /sdc/v1/registerForDistribution
2022-06-30T05:42:14.037Z||scheduling-1|||||INFO|500||start DistributionClient
2022-06-30T05:42:14.048Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T05:42:14.049Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T05:42:14.056Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T05:42:14.056Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T05:42:14.056Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T05:42:14.056Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T05:42:14.060Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-06-30T05:42:24.376Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T05:42:24.388Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T05:43:14.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T05:43:14.047Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T05:43:14.047Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T05:43:14.048Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T05:43:14.050Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T05:43:14.051Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T05:43:23.603Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T05:43:23.605Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T05:44:14.045Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T05:44:14.047Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T05:44:14.047Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T05:44:14.049Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T05:44:14.050Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T05:44:14.050Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T05:44:23.601Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T05:44:23.632Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T05:45:14.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T05:45:14.047Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T05:45:14.047Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T05:45:14.048Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T05:45:14.051Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T05:45:14.051Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T05:45:23.604Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T05:45:23.605Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T05:46:14.046Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T05:46:14.047Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T05:46:14.047Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T05:46:14.049Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T05:46:14.050Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T05:46:14.050Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T05:46:23.603Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T05:46:23.631Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T05:47:14.046Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T05:47:14.048Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T05:47:14.048Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T05:47:14.048Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T05:47:14.049Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T05:47:14.049Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T05:47:23.600Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T05:47:23.602Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T05:48:02.895Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-06-30T05:48:14.046Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T05:48:14.047Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T05:48:14.048Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T05:48:14.048Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T05:48:14.049Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T05:48:14.049Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T05:48:23.600Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T05:48:23.622Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T05:49:14.046Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T05:49:14.048Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T05:49:14.048Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T05:49:14.048Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T05:49:14.050Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T05:49:14.050Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T05:49:23.615Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T05:49:23.617Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T05:50:14.045Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T05:50:14.048Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T05:50:14.049Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T05:50:14.049Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T05:50:14.049Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T05:50:14.049Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T05:50:23.623Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T05:50:23.657Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T05:51:14.045Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T05:51:14.047Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T05:51:14.047Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T05:51:14.048Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T05:51:14.049Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T05:51:14.049Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T05:51:23.615Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T05:51:23.616Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T05:52:14.045Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T05:52:14.047Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T05:52:14.047Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T05:52:14.048Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T05:52:14.049Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T05:52:14.049Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T05:52:23.592Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T05:52:23.604Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T05:53:14.045Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T05:53:14.046Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T05:53:14.047Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T05:53:14.048Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T05:53:14.049Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T05:53:14.049Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T05:53:23.590Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T05:53:23.628Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T05:54:14.045Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T05:54:14.046Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T05:54:14.046Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T05:54:14.048Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T05:54:14.049Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T05:54:14.049Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T05:54:23.592Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T05:54:23.593Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T05:55:14.045Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T05:55:14.046Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T05:55:14.047Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T05:55:14.048Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T05:55:14.049Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T05:55:14.049Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T05:55:23.619Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T05:55:23.619Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T05:56:14.046Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T05:56:14.047Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T05:56:14.048Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T05:56:14.048Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T05:56:14.049Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T05:56:14.049Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T05:56:23.600Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T05:56:23.600Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T05:57:14.045Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T05:57:14.046Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T05:57:14.046Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T05:57:14.048Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T05:57:14.049Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T05:57:14.049Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T05:57:23.591Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T05:57:23.595Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T05:58:14.046Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T05:58:14.048Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T05:58:14.049Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T05:58:14.049Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T05:58:14.050Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T05:58:14.050Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T05:58:23.614Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T05:58:23.620Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T05:59:14.046Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T05:59:14.047Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T05:59:14.047Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T05:59:14.048Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T05:59:14.049Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T05:59:14.049Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T05:59:23.600Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T05:59:23.602Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T06:00:14.045Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:00:14.046Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:00:14.046Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:00:14.048Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:00:14.049Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:00:14.050Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:00:23.618Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T06:00:23.618Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T06:01:14.046Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:01:14.047Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:01:14.047Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:01:14.048Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:01:14.049Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:01:14.049Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:01:23.618Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T06:01:23.620Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T06:02:14.046Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:02:14.047Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:02:14.047Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:02:14.048Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:02:14.049Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:02:14.049Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:02:23.593Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T06:02:23.600Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T06:03:14.045Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:03:14.047Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:03:14.047Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:03:14.048Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:03:14.049Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:03:14.049Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:03:23.608Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T06:03:23.645Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T06:04:14.045Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:04:14.046Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:04:14.046Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:04:14.048Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:04:14.048Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:04:14.049Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:04:23.602Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T06:04:23.607Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T06:05:14.045Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:05:14.047Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:05:14.047Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:05:14.048Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:05:14.049Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:05:14.050Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:05:23.589Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T06:05:23.598Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T06:06:14.045Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:06:14.046Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:06:14.046Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:06:14.048Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:06:14.049Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:06:14.049Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:06:23.619Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T06:06:23.620Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T06:07:14.046Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:07:14.047Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:07:14.047Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:07:14.048Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:07:14.049Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:07:14.049Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:07:23.600Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T06:07:23.601Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T06:08:14.046Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:08:14.047Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:08:14.047Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:08:14.048Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:08:14.049Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:08:14.049Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:08:23.613Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T06:08:23.634Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T06:09:14.046Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:09:14.049Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:09:14.049Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:09:14.049Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:09:14.050Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:09:14.050Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:09:23.621Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T06:09:23.623Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T06:10:14.046Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:10:14.047Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:10:14.047Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:10:14.048Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:10:14.049Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:10:14.049Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:10:23.622Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T06:10:23.625Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T06:11:14.045Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:11:14.046Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:11:14.046Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:11:14.048Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:11:14.049Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:11:14.049Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:11:23.598Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T06:11:23.666Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T06:12:14.046Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:12:14.047Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:12:14.047Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:12:14.048Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:12:14.049Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:12:14.049Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:12:23.618Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T06:12:23.626Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T06:13:14.045Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:13:14.047Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:13:14.047Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:13:14.048Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:13:14.049Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:13:14.049Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:13:23.593Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T06:13:23.597Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T06:14:14.045Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:14:14.046Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:14:14.047Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:14:14.048Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:14:14.049Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:14:14.050Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:14:23.625Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T06:14:23.625Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T06:15:14.045Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:15:14.047Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:15:14.047Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:15:14.048Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:15:14.049Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:15:14.049Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:15:23.619Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T06:15:23.625Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T06:16:14.046Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:16:14.048Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:16:14.048Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:16:14.048Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:16:14.049Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:16:14.049Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:16:23.608Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T06:16:23.614Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T06:17:14.046Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:17:14.047Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:17:14.047Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:17:14.048Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:17:14.049Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:17:14.049Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:17:23.604Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T06:17:23.635Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T06:18:14.046Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:18:14.047Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:18:14.047Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:18:14.048Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:18:14.049Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:18:14.049Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:18:23.618Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T06:18:23.618Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T06:19:14.045Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:19:14.046Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:19:14.047Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:19:14.048Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:19:14.049Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:19:14.049Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:19:23.617Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T06:19:23.618Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T06:20:14.046Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:20:14.047Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:20:14.047Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:20:14.048Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:20:14.049Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:20:14.049Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:20:23.628Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T06:20:23.642Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T06:21:14.046Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:21:14.048Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:21:14.048Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:21:14.048Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:21:14.049Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:21:14.049Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:21:23.615Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T06:21:23.622Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T06:22:14.045Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:22:14.047Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:22:14.047Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:22:14.048Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:22:14.049Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:22:14.049Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:22:23.615Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T06:22:23.619Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T06:23:14.045Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:23:14.046Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:23:14.046Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:23:14.048Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:23:14.049Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:23:14.049Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:23:23.613Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T06:23:23.617Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T06:24:14.045Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:24:14.046Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:24:14.047Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:24:14.048Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:24:14.049Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:24:14.049Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:24:23.619Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T06:24:23.621Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T06:25:14.045Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:25:14.046Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:25:14.046Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:25:14.048Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:25:14.049Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:25:14.049Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:25:23.615Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T06:25:23.622Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T06:26:14.045Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:26:14.046Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:26:14.046Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:26:14.048Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:26:14.049Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:26:14.049Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:26:23.622Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T06:26:23.628Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T06:27:14.046Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:27:14.047Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:27:14.047Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:27:14.048Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:27:14.049Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:27:14.049Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:27:23.618Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T06:27:23.621Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T06:28:14.046Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:28:14.047Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:28:14.047Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:28:14.048Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:28:14.049Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:28:14.049Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:28:23.617Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T06:28:23.617Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T06:29:14.046Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:29:14.047Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:29:14.048Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:29:14.048Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:29:14.049Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:29:14.049Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:29:23.619Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T06:29:23.661Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T06:30:14.046Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:30:14.047Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:30:14.047Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:30:14.048Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:30:14.049Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:30:14.050Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:30:23.658Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T06:30:23.661Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T06:31:14.045Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:31:14.046Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:31:14.046Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:31:14.048Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:31:14.049Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:31:14.049Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:31:23.618Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T06:31:23.622Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T06:32:14.045Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:32:14.046Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:32:14.046Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:32:14.048Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:32:14.049Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:32:14.049Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:32:14.681Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T06:32:14.683Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-30T06:32:14.683Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"55a70cf2-1c8a-4fe8-a057-e15ec80aba95","serviceName":"basic_onboard_xKnGSt","serviceVersion":"1.0","serviceUUID":"0709e1a2-f259-47f1-9365-7122efc13b6e","serviceDescription":"service","serviceInvariantUUID":"8793a7ee-feab-4a01-9375-daf17c328d0d","resources":[{"resourceInstanceName":"basic_onboard_xKnGSt 0","resourceName":"basic_onboard_xKnGSt","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"12926fc0-bb5c-47a6-b96e-6361584c1e9e","resourceInvariantUUID":"4e18a895-8ec7-433c-8d31-55bdd4d9933e","resourceCustomizationUUID":"c89a60e4-ebc6-4b8a-ab2a-e2fcc9195558","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/vf-license-model.xml","artifactChecksum":"YWYyNWJiOWI1YzllM2RlOWMwMGRhYzU0ZTc4MmVjZWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fc78e751-2924-42f3-8a05-a835c56f5ca0","artifactVersion":"1"},{"artifactName":"basic_onboard_xkngst0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/basic_onboard_xkngst0_modules.json","artifactChecksum":"MTlkOGMwNjhlMWVhNDMwMjZiMmNjZWIzODY0NGU2ZTk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a4c0994c-a11f-4fb7-a020-679b9d3e77d6","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ac548f98-af3c-4b30-8bf6-213be91ad3a6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"429d7001-3842-421d-8b72-6634eacfd44a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"24de5817-7381-4c24-b86c-6e6b1199fa79","artifactVersion":"2","generatedFromUUID":"ac548f98-af3c-4b30-8bf6-213be91ad3a6"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardXkngst-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/artifacts/service-BasicOnboardXkngst-template.yml","artifactChecksum":"N2E3Zjk1MGQ4ZjI3MGJlZTRkYTc5YjU2ZmY1N2JlMmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5ab9f244-d7c8-4573-ad89-8fd9137273eb","artifactVersion":"1"},{"artifactName":"service-BasicOnboardXkngst-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/artifacts/service-BasicOnboardXkngst-csar.csar","artifactChecksum":"ZjYxM2MxMGJiNzNkODdkYzkyMDYzZDQ4YmVlN2ZlZGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c060a0af-4849-4ae0-9141-24b46599e873","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-30T06:32:14.699Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-30T06:32:14.710Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:32:14.723Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:32:14.724Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656570734045,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-30T06:32:14.823Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-06-30T06:32:14.827Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:32:14.828Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:32:14.845Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T06:32:14.846Z||pool-3-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-30T06:32:14.852Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T06:32:14.853Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:32:14.854Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
"consumerID": "clamp",
"timestamp": 1656570730479,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-30T06:32:14.889Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-30T06:32:14.890Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:32:14.890Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
"consumerID": "ves-openapi-manager",
"timestamp": 1656570730704,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-30T06:32:14.890Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-30T06:32:14.890Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:32:14.890Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656570728485,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-30T06:32:14.891Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-30T06:32:14.891Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:32:14.891Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
"consumerID": "cds",
"timestamp": 1656570732078,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-30T06:32:14.891Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-30T06:32:15.733Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-30T06:32:15.734Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:32:15.737Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:32:15.737Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656570734045,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/basic_onboard_xkngst0_modules.json",
"status": "NOTIFIED"
}
2022-06-30T06:32:15.837Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T06:32:15.838Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:32:15.838Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:32:15.862Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T06:32:15.863Z||pool-4-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-06-30T06:32:16.738Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-30T06:32:16.739Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:32:16.742Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:32:16.742Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656570734045,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-30T06:32:16.842Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-30T06:32:16.843Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:32:16.844Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:32:16.859Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T06:32:16.860Z||pool-5-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-30T06:32:17.743Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-30T06:32:17.744Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:32:17.747Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:32:17.747Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656570734045,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-30T06:32:17.847Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T06:32:17.848Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:32:17.848Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:32:17.863Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T06:32:17.864Z||pool-6-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-30T06:32:18.747Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-30T06:32:18.748Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:32:18.750Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:32:18.750Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656570734045,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-30T06:32:18.850Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T06:32:18.852Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:32:18.852Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:32:18.868Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T06:32:18.868Z||pool-7-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-30T06:32:19.751Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-30T06:32:19.752Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:32:19.754Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:32:19.755Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656570734045,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/artifacts/service-BasicOnboardXkngst-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-30T06:32:19.855Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T06:32:19.857Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:32:19.857Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:32:19.870Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T06:32:19.871Z||pool-8-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-06-30T06:32:20.755Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-30T06:32:20.756Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:32:20.758Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:32:20.758Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656570734045,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/artifacts/service-BasicOnboardXkngst-csar.csar",
"status": "NOTIFIED"
}
2022-06-30T06:32:20.858Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T06:32:20.859Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:32:20.860Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:32:20.876Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T06:32:20.877Z||pool-9-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-30T06:32:21.760Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
"serviceName": "basic_onboard_xKnGSt",
"serviceVersion": "1.0",
"serviceUUID": "0709e1a2-f259-47f1-9365-7122efc13b6e",
"serviceDescription": "service",
"serviceInvariantUUID": "8793a7ee-feab-4a01-9375-daf17c328d0d",
"resources": [
{
"resourceInstanceName": "basic_onboard_xKnGSt 0",
"resourceCustomizationUUID": "c89a60e4-ebc6-4b8a-ab2a-e2fcc9195558",
"resourceName": "basic_onboard_xKnGSt",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "12926fc0-bb5c-47a6-b96e-6361584c1e9e",
"resourceInvariantUUID": "4e18a895-8ec7-433c-8d31-55bdd4d9933e",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_xkngst0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/basic_onboard_xkngst0_modules.json",
"artifactChecksum": "MTlkOGMwNjhlMWVhNDMwMjZiMmNjZWIzODY0NGU2ZTk\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "a4c0994c-a11f-4fb7-a020-679b9d3e77d6",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "ac548f98-af3c-4b30-8bf6-213be91ad3a6",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "24de5817-7381-4c24-b86c-6e6b1199fa79",
"generatedFromUUID": "ac548f98-af3c-4b30-8bf6-213be91ad3a6"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "24de5817-7381-4c24-b86c-6e6b1199fa79",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardXkngst-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/artifacts/service-BasicOnboardXkngst-csar.csar",
"artifactChecksum": "ZjYxM2MxMGJiNzNkODdkYzkyMDYzZDQ4YmVlN2ZlZGU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c060a0af-4849-4ae0-9141-24b46599e873"
}
],
"workloadContext": "Production"
}
2022-06-30T06:32:21.761Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-30T06:32:21.761Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0709e1a2-f259-47f1-9365-7122efc13b6e ASDC
2022-06-30T06:32:21.932Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:55a70cf2-1c8a-4fe8-a057-e15ec80aba95
ServiceName:basic_onboard_xKnGSt
ServiceVersion:1.0
ServiceUUID:0709e1a2-f259-47f1-9365-7122efc13b6e
ServiceInvariantUUID:8793a7ee-feab-4a01-9375-daf17c328d0d
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardXkngst-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/artifacts/service-BasicOnboardXkngst-csar.csar
ArtifactUUID:c060a0af-4849-4ae0-9141-24b46599e873
ArtifactChecksum:ZjYxM2MxMGJiNzNkODdkYzkyMDYzZDQ4YmVlN2ZlZGU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_xKnGSt 0
ResourceCustomizationUUID:c89a60e4-ebc6-4b8a-ab2a-e2fcc9195558
ResourceInvariantUUID:4e18a895-8ec7-433c-8d31-55bdd4d9933e
ResourceName:basic_onboard_xKnGSt
ResourceType:VF
ResourceUUID:12926fc0-bb5c-47a6-b96e-6361584c1e9e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_xkngst0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/basic_onboard_xkngst0_modules.json
ArtifactUUID:a4c0994c-a11f-4fb7-a020-679b9d3e77d6
ArtifactChecksum:MTlkOGMwNjhlMWVhNDMwMjZiMmNjZWIzODY0NGU2ZTk=
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/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/base_ubuntu18.yaml
ArtifactUUID:ac548f98-af3c-4b30-8bf6-213be91ad3a6
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/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/base_ubuntu18.env
ArtifactUUID:24de5817-7381-4c24-b86c-6e6b1199fa79
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/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/base_ubuntu18.env
ArtifactUUID:24de5817-7381-4c24-b86c-6e6b1199fa79
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-06-30T06:32:21.933Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0709e1a2-f259-47f1-9365-7122efc13b6e ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-30T06:32:22.235Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-30T06:32:22.238Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-06-30T06:32:22.240Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-06-30T06:32:22.240Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: c060a0af-4849-4ae0-9141-24b46599e873 from URL: /sdc/v1/catalog/services/BasicOnboardXkngst/1.0/artifacts/service-BasicOnboardXkngst-csar.csar
2022-06-30T06:32:22.241Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-30T06:32:22.244Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/artifacts/service-BasicOnboardXkngst-csar.csar
2022-06-30T06:32:22.335Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-30T06:32:22.352Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXkngst/1.0/artifacts/service-BasicOnboardXkngst-csar.csar c060a0af-4849-4ae0-9141-24b46599e873 71576
2022-06-30T06:32:22.353Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXkngst/1.0/artifacts/service-BasicOnboardXkngst-csar.csar ASDC sendASDCNotification
2022-06-30T06:32:22.353Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/artifacts/service-BasicOnboardXkngst-csar.csar
2022-06-30T06:32:22.354Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-30T06:32:22.355Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:32:22.357Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:32:22.357Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656570742352,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/artifacts/service-BasicOnboardXkngst-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-30T06:32:22.457Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-30T06:32:22.458Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:32:22.459Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:32:22.473Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T06:32:22.474Z||pool-10-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-30T06:32:23.358Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-30T06:32:23.359Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-06-30T06:32:23.360Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: c060a0af-4849-4ae0-9141-24b46599e873, URL: /sdc/v1/catalog/services/BasicOnboardXkngst/1.0/artifacts/service-BasicOnboardXkngst-csar.csar to file: /app/ASDC/1/service-BasicOnboardXkngst-csar.csar
2022-06-30T06:32:23.361Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardXkngst-csar.csar
2022-06-30T06:32:23.443Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardXkngst-csar.csar
2022-06-30T06:32:23.443Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardXkngst-csar.csar
2022-06-30T06:32:24.119Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14680789346763888601/Definitions/service-BasicOnboardXkngst-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-06-30T06:32:26.027Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-30T06:32:26.032Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-06-30T06:32:26.033Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardXkngst-csar.csar
2022-06-30T06:32:26.033Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-30T06:32:26.033Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||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-BasicOnboardXkngst-csar.csar
2022-06-30T06:32:26.033Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||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-BasicOnboardXkngst-csar.csar
2022-06-30T06:32:26.034Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||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-BasicOnboardXkngst-csar.csar
2022-06-30T06:32:26.034Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||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-BasicOnboardXkngst-csar.csar
2022-06-30T06:32:26.034Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardXkngst-csar.csar
2022-06-30T06:32:26.035Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_xKnGSt 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-BasicOnboardXkngst-csar.csar
2022-06-30T06:32:26.035Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardXkngst-csar.csar
2022-06-30T06:32:26.035Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||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-BasicOnboardXkngst-csar.csar
2022-06-30T06:32:26.035Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||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-BasicOnboardXkngst-csar.csar
2022-06-30T06:32:26.036Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-06-30T06:32:26.042Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T06:32:26.044Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_xKnGSt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:32:26.048Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_xKnGSt 0 is matching search criteria
2022-06-30T06:32:26.049Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-06-30T06:32:26.050Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_xKnGSt 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-30T06:32:26.052Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T06:32:26.052Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_xKnGSt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:32:26.053Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_xKnGSt 0 is matching search criteria
2022-06-30T06:32:26.053Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-06-30T06:32:26.053Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_xKnGSt 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-30T06:32:26.054Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T06:32:26.054Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_xKnGSt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:32:26.057Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T06:32:26.058Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_xKnGSt 0 is not matching search criteria
2022-06-30T06:32:26.058Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-06-30T06:32:26.058Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-06-30T06:32:26.059Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-06-30T06:32:26.059Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-30T06:32:26.059Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-30T06:32:26.060Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T06:32:26.060Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_xKnGSt is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-30T06:32:26.061Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T06:32:26.061Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_xKnGSt 0 is matching search criteria
2022-06-30T06:32:26.062Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_xKnGSt 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-30T06:32:26.062Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T06:32:26.063Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_xKnGSt 0 is matching search criteria
2022-06-30T06:32:26.063Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_xKnGSt 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-30T06:32:26.063Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T06:32:26.064Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_xKnGSt 0 is matching search criteria
2022-06-30T06:32:26.064Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_xKnGSt 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-30T06:32:26.064Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T06:32:26.065Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_xKnGSt 0 is not matching search criteria
2022-06-30T06:32:26.065Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-30T06:32:26.065Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-30T06:32:26.066Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=3da932cb-344e-4e0e-b756-d2b58aa7bf3e
2022-06-30T06:32:26.066Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T06:32:26.066Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_xKnGSt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:32:26.067Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T06:32:26.067Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_xKnGSt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:32:26.067Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T06:32:26.068Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_xKnGSt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:32:26.068Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T06:32:26.068Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_xKnGSt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:32:26.069Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_xKnGSt
Description:service
Model UUID:0709e1a2-f259-47f1-9365-7122efc13b6e
Model Version:NULL
Model InvariantUuid:8793a7ee-feab-4a01-9375-daf17c328d0d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_xKnGSt
Model UUID:00e0a8b9-d970-407c-9403-66b51cc2da30
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:4e18a895-8ec7-433c-8d31-55bdd4d9933e
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:c89a60e4-ebc6-4b8a-ab2a-e2fcc9195558
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:106b55e8-9c8b-45eb-b653-34e69b551634
ModelName:BasicOnboardXkngst..base_ubuntu18..module-0
ModelUuid:312b7e46-2ea5-4f66-9c7b-770fd6d5c935
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:3da932cb-344e-4e0e-b756-d2b58aa7bf3e
ModelInvariantUuid:6b31e9e9-dc89-4dec-b1b3-2f7ea4b2f05c
ModelName:basic_onboard_xKnGSt-nodes.ubuntu18Cvfc
ModelUuid:7ee54819-ce82-4344-ab98-9a7101378e97
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:f9f5b163-75ac-4069-85cf-a1f60e698097
ModelInvariantUuid:324c4649-c0e7-43ea-a6c6-f9e06a6bd89b
ModelName:BasicOnboardXkngst.compute.nodes.heat.ubuntu18
ModelUuid:4a6a51d7-9390-468f-bedd-877e35bccc70
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-30T06:32:26.099Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 12926fc0-bb5c-47a6-b96e-6361584c1e9e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-30T06:32:26.199Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||basic_onboard_xKnGSt 0
2022-06-30T06:32:26.207Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 12926fc0-bb5c-47a6-b96e-6361584c1e9e
2022-06-30T06:32:26.207Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: a4c0994c-a11f-4fb7-a020-679b9d3e77d6 from URL: /sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/basic_onboard_xkngst0_modules.json
2022-06-30T06:32:26.207Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-30T06:32:26.207Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/basic_onboard_xkngst0_modules.json
2022-06-30T06:32:26.294Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-30T06:32:26.294Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/basic_onboard_xkngst0_modules.json a4c0994c-a11f-4fb7-a020-679b9d3e77d6 798
2022-06-30T06:32:26.294Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/basic_onboard_xkngst0_modules.json ASDC sendASDCNotification
2022-06-30T06:32:26.295Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/basic_onboard_xkngst0_modules.json
2022-06-30T06:32:26.295Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-30T06:32:26.295Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:32:26.297Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:32:26.297Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656570746294,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/basic_onboard_xkngst0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-30T06:32:26.397Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T06:32:26.403Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:32:26.403Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:32:26.419Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T06:32:26.420Z||pool-11-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-30T06:32:27.299Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardXkngst..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "106b55e8-9c8b-45eb-b653-34e69b551634",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "312b7e46-2ea5-4f66-9c7b-770fd6d5c935",
"vfModuleModelCustomizationUUID": "985b66e7-8ab0-4208-ae2e-1344236a3d1b",
"isBase": true,
"artifacts": [
"ac548f98-af3c-4b30-8bf6-213be91ad3a6",
"24de5817-7381-4c24-b86c-6e6b1199fa79"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-06-30T06:32:27.316Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardXkngst..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:312b7e46-2ea5-4f66-9c7b-770fd6d5c935
VfModuleModelInvariantUUID:106b55e8-9c8b-45eb-b653-34e69b551634
VfModuleModelDescription:NULL
Artifacts UUID List:{
ac548f98-af3c-4b30-8bf6-213be91ad3a6
,
24de5817-7381-4c24-b86c-6e6b1199fa79
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-06-30T06:32:27.320Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardXkngst..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "106b55e8-9c8b-45eb-b653-34e69b551634",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "312b7e46-2ea5-4f66-9c7b-770fd6d5c935",
"vfModuleModelCustomizationUUID": "985b66e7-8ab0-4208-ae2e-1344236a3d1b",
"isBase": true,
"artifacts": [
"ac548f98-af3c-4b30-8bf6-213be91ad3a6",
"24de5817-7381-4c24-b86c-6e6b1199fa79"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-06-30T06:32:27.320Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardXkngst..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:312b7e46-2ea5-4f66-9c7b-770fd6d5c935
VfModuleModelInvariantUUID:106b55e8-9c8b-45eb-b653-34e69b551634
VfModuleModelDescription:NULL
Artifacts UUID List:{
ac548f98-af3c-4b30-8bf6-213be91ad3a6
,
24de5817-7381-4c24-b86c-6e6b1199fa79
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-06-30T06:32:27.320Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: ac548f98-af3c-4b30-8bf6-213be91ad3a6 from URL: /sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/base_ubuntu18.yaml
2022-06-30T06:32:27.320Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-30T06:32:27.320Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/base_ubuntu18.yaml
2022-06-30T06:32:27.383Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-30T06:32:27.383Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/base_ubuntu18.yaml ac548f98-af3c-4b30-8bf6-213be91ad3a6 5033
2022-06-30T06:32:27.384Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-30T06:32:27.384Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/base_ubuntu18.yaml
2022-06-30T06:32:27.384Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-30T06:32:27.385Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:32:27.387Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:32:27.388Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656570747384,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-30T06:32:27.488Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T06:32:27.489Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:32:27.490Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:32:27.511Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T06:32:27.512Z||pool-12-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-06-30T06:32:28.389Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 24de5817-7381-4c24-b86c-6e6b1199fa79 from URL: /sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/base_ubuntu18.env
2022-06-30T06:32:28.389Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-30T06:32:28.389Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/base_ubuntu18.env
2022-06-30T06:32:28.498Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-30T06:32:28.499Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/base_ubuntu18.env 24de5817-7381-4c24-b86c-6e6b1199fa79 909
2022-06-30T06:32:28.499Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-30T06:32:28.499Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/base_ubuntu18.env
2022-06-30T06:32:28.499Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-30T06:32:28.500Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:32:28.501Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:32:28.502Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656570748499,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-30T06:32:28.602Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T06:32:28.603Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:32:28.603Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:32:28.618Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T06:32:28.619Z||pool-13-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-30T06:32:29.502Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 0709e1a2-f259-47f1-9365-7122efc13b6e
2022-06-30T06:32:29.503Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_xKnGSt 0 12926fc0-bb5c-47a6-b96e-6361584c1e9e 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-06-30T06:32:29.536Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2795741e, org.onap.sdc.toscaparser.api.parameters.Input@2da0d2ab, org.onap.sdc.toscaparser.api.parameters.Input@1a23c547, org.onap.sdc.toscaparser.api.parameters.Input@4a6c6f8c, org.onap.sdc.toscaparser.api.parameters.Input@4655d75b]
2022-06-30T06:32:29.540Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T06:32:29.540Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_xKnGSt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:32:29.541Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic
2022-06-30T06:32:29.541Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= c89a60e4-ebc6-4b8a-ab2a-e2fcc9195558
2022-06-30T06:32:29.541Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c89a60e4-ebc6-4b8a-ab2a-e2fcc9195558 matches Tosca VF Customization UUID: c89a60e4-ebc6-4b8a-ab2a-e2fcc9195558
2022-06-30T06:32:29.541Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: c89a60e4-ebc6-4b8a-ab2a-e2fcc9195558 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-30T06:32:29.549Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T06:32:29.550Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_xKnGSt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:32:29.551Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id c89a60e4-ebc6-4b8a-ab2a-e2fcc9195558: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-06-30T06:32:29.552Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@418d3341
2022-06-30T06:32:29.552Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T06:32:29.552Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_xKnGSt is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-30T06:32:29.553Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 985b66e7-8ab0-4208-ae2e-1344236a3d1b
2022-06-30T06:32:29.554Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 985b66e7-8ab0-4208-ae2e-1344236a3d1b
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-30T06:32:29.561Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T06:32:29.561Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_xKnGSt 0 is matching search criteria
2022-06-30T06:32:29.562Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_xKnGSt 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-30T06:32:29.563Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T06:32:29.563Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_xKnGSt 0 is matching search criteria
2022-06-30T06:32:29.563Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_xKnGSt 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-30T06:32:29.563Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T06:32:29.564Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_xKnGSt 0 is not matching search criteria
2022-06-30T06:32:29.564Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-30T06:32:29.564Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-30T06:32:29.565Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=3da932cb-344e-4e0e-b756-d2b58aa7bf3e
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-30T06:32:29.578Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T06:32:29.578Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_xKnGSt 0 is matching search criteria
2022-06-30T06:32:29.578Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_xKnGSt 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-30T06:32:29.579Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T06:32:29.579Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_xKnGSt 0 is matching search criteria
2022-06-30T06:32:29.579Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_xKnGSt 0] matching following query criteria: sdcType=VF, customizationUUID=c89a60e4-ebc6-4b8a-ab2a-e2fcc9195558
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-30T06:32:29.582Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T06:32:29.582Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_xKnGSt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:32:29.583Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 0709e1a2-f259-47f1-9365-7122efc13b6e: basic_onboard_xKnGSt
2022-06-30T06:32:29.583Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T06:32:29.583Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_xKnGSt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:32:29.584Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T06:32:29.584Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_xKnGSt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:32:29.584Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T06:32:29.584Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_xKnGSt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:32:29.585Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T06:32:29.585Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_xKnGSt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:32:29.585Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T06:32:29.586Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_xKnGSt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:32:29.586Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||Saving Service: basic_onboard_xKnGSt
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-30T06:32:29.768Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_xKnGSt 12926fc0-bb5c-47a6-b96e-6361584c1e9e 1 ASDC deployResourceStructure
2022-06-30T06:32:29.769Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/basic_onboard_xkngst0_modules.json ASDC sendASDCNotification
2022-06-30T06:32:29.769Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/basic_onboard_xkngst0_modules.json
2022-06-30T06:32:29.769Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-30T06:32:29.769Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:32:29.771Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:32:29.771Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656570749769,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/basic_onboard_xkngst0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-30T06:32:29.872Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T06:32:29.873Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:32:29.873Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:32:29.886Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T06:32:29.887Z||pool-14-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-06-30T06:32:30.774Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-30T06:32:30.775Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/base_ubuntu18.yaml
2022-06-30T06:32:30.776Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-30T06:32:30.776Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:32:30.778Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:32:30.778Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656570750774,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-06-30T06:32:30.878Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-30T06:32:30.879Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:32:30.880Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:32:30.893Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T06:32:30.893Z||pool-15-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-30T06:32:31.780Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-30T06:32:31.780Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/base_ubuntu18.env
2022-06-30T06:32:31.780Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-30T06:32:31.781Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:32:31.783Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:32:31.783Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656570751780,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-06-30T06:32:31.883Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T06:32:31.884Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:32:31.884Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:32:31.900Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T06:32:31.900Z||pool-16-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-30T06:32:32.784Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXkngst/1.0/artifacts/service-BasicOnboardXkngst-csar.csar ASDC sendASDCNotification
2022-06-30T06:32:32.784Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/artifacts/service-BasicOnboardXkngst-csar.csar
2022-06-30T06:32:32.784Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-30T06:32:32.785Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:32:32.787Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:32:32.787Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656570752784,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/artifacts/service-BasicOnboardXkngst-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-30T06:32:32.887Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-30T06:32:32.888Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:32:32.888Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:32:32.902Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T06:32:32.902Z||pool-17-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-30T06:32:33.788Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 55a70cf2-1c8a-4fe8-a057-e15ec80aba95
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-30T06:32:33.816Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 55a70cf2-1c8a-4fe8-a057-e15ec80aba95
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-30T06:32:33.820Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-30T06:32:33.820Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-30T06:32:33.820Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-30T06:33:03.821Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 55a70cf2-1c8a-4fe8-a057-e15ec80aba95
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-30T06:33:03.830Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 55a70cf2-1c8a-4fe8-a057-e15ec80aba95
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-30T06:33:03.832Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-30T06:33:03.833Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-30T06:33:03.833Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-30T06:33:14.048Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:33:14.049Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:33:14.050Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:33:14.073Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T06:33:14.074Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:33:14.074Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
"consumerID": "policy-id",
"timestamp": 1656570733497,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-30T06:33:14.075Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-30T06:33:33.833Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 55a70cf2-1c8a-4fe8-a057-e15ec80aba95
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-30T06:33:33.842Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 55a70cf2-1c8a-4fe8-a057-e15ec80aba95
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-30T06:33:33.845Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-30T06:33:33.845Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-30T06:33:33.845Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-30T06:34:03.845Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 55a70cf2-1c8a-4fe8-a057-e15ec80aba95
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-30T06:34:03.854Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 55a70cf2-1c8a-4fe8-a057-e15ec80aba95
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-30T06:34:03.857Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-30T06:34:03.858Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-30T06:34:03.858Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-30T06:34:14.048Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:34:14.049Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:34:14.049Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:34:14.080Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T06:34:14.080Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:34:14.080Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656570734045,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-30T06:34:14.081Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-30T06:34:33.858Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 55a70cf2-1c8a-4fe8-a057-e15ec80aba95
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-30T06:34:33.870Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 55a70cf2-1c8a-4fe8-a057-e15ec80aba95
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-30T06:34:33.873Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-30T06:34:33.873Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-30T06:34:33.873Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-30T06:35:03.873Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 55a70cf2-1c8a-4fe8-a057-e15ec80aba95
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-30T06:35:03.888Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 55a70cf2-1c8a-4fe8-a057-e15ec80aba95
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-30T06:35:03.890Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-30T06:35:03.891Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-30T06:35:03.891Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-30T06:35:14.049Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:35:14.051Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:35:14.051Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:35:14.089Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T06:35:14.094Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.094Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
"consumerID": "clamp",
"timestamp": 1656570730479,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/basic_onboard_xkngst0_modules.json",
"status": "NOTIFIED"
}
2022-06-30T06:35:14.095Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-30T06:35:14.095Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.095Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
"consumerID": "ves-openapi-manager",
"timestamp": 1656570730704,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/basic_onboard_xkngst0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-30T06:35:14.096Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-30T06:35:14.096Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.096Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656570728485,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/basic_onboard_xkngst0_modules.json",
"status": "NOTIFIED"
}
2022-06-30T06:35:14.096Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-30T06:35:14.096Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.096Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
"consumerID": "cds",
"timestamp": 1656570732078,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/basic_onboard_xkngst0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-30T06:35:14.096Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-30T06:35:14.097Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.097Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
"consumerID": "policy-id",
"timestamp": 1656570733497,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/basic_onboard_xkngst0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-30T06:35:14.097Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-30T06:35:14.097Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.097Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656570734045,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/basic_onboard_xkngst0_modules.json",
"status": "NOTIFIED"
}
2022-06-30T06:35:14.098Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-30T06:35:14.098Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.098Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
"consumerID": "clamp",
"timestamp": 1656570730479,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-30T06:35:14.098Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-30T06:35:14.098Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.098Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
"consumerID": "ves-openapi-manager",
"timestamp": 1656570730704,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-30T06:35:14.099Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-30T06:35:14.099Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.099Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656570728485,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-30T06:35:14.099Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-30T06:35:14.099Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.099Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
"consumerID": "cds",
"timestamp": 1656570732078,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-30T06:35:14.102Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-30T06:35:14.102Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.102Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
"consumerID": "policy-id",
"timestamp": 1656570733497,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-30T06:35:14.102Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-30T06:35:14.102Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.103Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656570734045,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-30T06:35:14.103Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-30T06:35:14.103Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.103Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
"consumerID": "clamp",
"timestamp": 1656570730479,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-30T06:35:14.103Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-30T06:35:14.103Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.103Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
"consumerID": "ves-openapi-manager",
"timestamp": 1656570730704,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-30T06:35:14.103Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-30T06:35:14.104Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.104Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656570728485,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-30T06:35:14.104Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-30T06:35:14.104Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.104Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
"consumerID": "cds",
"timestamp": 1656570732078,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-30T06:35:14.104Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-30T06:35:14.104Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.105Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
"consumerID": "policy-id",
"timestamp": 1656570733497,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-30T06:35:14.105Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-30T06:35:14.105Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.105Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656570734045,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-30T06:35:14.105Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-30T06:35:14.105Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.105Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
"consumerID": "ves-openapi-manager",
"timestamp": 1656570730704,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-30T06:35:14.105Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-30T06:35:14.106Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.106Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
"consumerID": "clamp",
"timestamp": 1656570730479,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-30T06:35:14.106Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-30T06:35:14.106Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.106Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656570728485,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-30T06:35:14.106Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-30T06:35:14.106Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.106Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
"consumerID": "cds",
"timestamp": 1656570732078,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-30T06:35:14.106Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-30T06:35:14.107Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.107Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
"consumerID": "policy-id",
"timestamp": 1656570733497,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-30T06:35:14.107Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-30T06:35:14.107Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.107Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656570734045,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-30T06:35:14.107Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-30T06:35:14.107Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.107Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
"consumerID": "ves-openapi-manager",
"timestamp": 1656570730704,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/artifacts/service-BasicOnboardXkngst-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-30T06:35:14.108Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-30T06:35:14.108Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.108Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
"consumerID": "clamp",
"timestamp": 1656570730479,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/artifacts/service-BasicOnboardXkngst-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-30T06:35:14.108Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-30T06:35:14.108Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.108Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656570728485,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/artifacts/service-BasicOnboardXkngst-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-30T06:35:14.108Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-30T06:35:14.108Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.108Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
"consumerID": "cds",
"timestamp": 1656570732078,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/artifacts/service-BasicOnboardXkngst-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-30T06:35:14.109Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-30T06:35:14.109Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.109Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
"consumerID": "policy-id",
"timestamp": 1656570733497,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/artifacts/service-BasicOnboardXkngst-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-30T06:35:14.109Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-30T06:35:14.109Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.109Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656570734045,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/artifacts/service-BasicOnboardXkngst-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-30T06:35:14.109Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-30T06:35:14.109Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.110Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
"consumerID": "clamp",
"timestamp": 1656570730479,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/artifacts/service-BasicOnboardXkngst-csar.csar",
"status": "NOTIFIED"
}
2022-06-30T06:35:14.110Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-30T06:35:14.110Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.110Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
"consumerID": "ves-openapi-manager",
"timestamp": 1656570730704,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/artifacts/service-BasicOnboardXkngst-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-30T06:35:14.110Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-30T06:35:14.110Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.110Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656570728485,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/artifacts/service-BasicOnboardXkngst-csar.csar",
"status": "NOTIFIED"
}
2022-06-30T06:35:14.110Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-30T06:35:14.111Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.111Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
"consumerID": "cds",
"timestamp": 1656570732078,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/artifacts/service-BasicOnboardXkngst-csar.csar",
"status": "NOTIFIED"
}
2022-06-30T06:35:14.111Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-30T06:35:14.111Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.111Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
"consumerID": "policy-id",
"timestamp": 1656570733497,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/artifacts/service-BasicOnboardXkngst-csar.csar",
"status": "NOTIFIED"
}
2022-06-30T06:35:14.111Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-30T06:35:14.112Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.112Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656570734045,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/artifacts/service-BasicOnboardXkngst-csar.csar",
"status": "NOTIFIED"
}
2022-06-30T06:35:14.112Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-30T06:35:14.112Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.112Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656570741694,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/basic_onboard_xkngst0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-30T06:35:14.112Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:35:14.112Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.113Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
"consumerID": "cds",
"timestamp": 1656570741172,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/artifacts/service-BasicOnboardXkngst-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-30T06:35:14.113Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:35:14.113Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.113Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
"consumerID": "policy-id",
"timestamp": 1656570741328,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/artifacts/service-BasicOnboardXkngst-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-30T06:35:14.113Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:35:14.113Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.113Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656570742352,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/artifacts/service-BasicOnboardXkngst-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-30T06:35:14.113Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:35:14.114Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.114Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
"consumerID": "cds",
"timestamp": 1656570742194,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/artifacts/service-BasicOnboardXkngst-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-30T06:35:14.123Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 55a70cf2-1c8a-4fe8-a057-e15ec80aba95
2022-06-30T06:35:14.124Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 55a70cf2-1c8a-4fe8-a057-e15ec80aba95 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-30T06:35:14.138Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.139Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656570742814,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-30T06:35:14.139Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:35:14.139Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.140Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
"consumerID": "policy-id",
"timestamp": 1656570742338,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/artifacts/service-BasicOnboardXkngst-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-30T06:35:14.140Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:35:14.140Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.140Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
"consumerID": "policy-id",
"timestamp": 1656570743343,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-30T06:35:14.145Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 55a70cf2-1c8a-4fe8-a057-e15ec80aba95
2022-06-30T06:35:14.146Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 55a70cf2-1c8a-4fe8-a057-e15ec80aba95 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-30T06:35:14.156Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.156Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656570743889,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-30T06:35:14.157Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:35:14.157Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.157Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656570745017,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-30T06:35:14.162Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 55a70cf2-1c8a-4fe8-a057-e15ec80aba95
2022-06-30T06:35:14.162Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 55a70cf2-1c8a-4fe8-a057-e15ec80aba95 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-30T06:35:14.169Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.170Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656570746021,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/basic_onboard_xkngst0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-30T06:35:14.170Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:35:14.170Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.170Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656570746294,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/basic_onboard_xkngst0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-30T06:35:14.170Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:35:14.170Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.171Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656570747384,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-30T06:35:14.171Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:35:14.171Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.171Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
"consumerID": "aai-ml",
"timestamp": 1656570746523,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-30T06:35:14.171Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-30T06:35:14.171Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.171Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656570748499,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-30T06:35:14.172Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:35:14.172Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.172Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
"consumerID": "aai-ml",
"timestamp": 1656570746523,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/basic_onboard_xkngst0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-30T06:35:14.172Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-30T06:35:14.172Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.172Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
"consumerID": "aai-ml",
"timestamp": 1656570746523,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-30T06:35:14.172Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-30T06:35:14.173Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.173Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656570749769,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/basic_onboard_xkngst0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-30T06:35:14.173Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:35:14.173Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.173Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
"consumerID": "clamp",
"timestamp": 1656570750239,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/artifacts/service-BasicOnboardXkngst-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-30T06:35:14.173Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:35:14.173Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.174Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
"consumerID": "aai-ml",
"timestamp": 1656570746523,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-30T06:35:14.174Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-30T06:35:14.174Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.174Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656570750774,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-06-30T06:35:14.174Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:35:14.174Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.175Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656570749936,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-30T06:35:14.175Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-30T06:35:14.175Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.175Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
"consumerID": "aai-ml",
"timestamp": 1656570746523,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-30T06:35:14.175Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-30T06:35:14.175Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.176Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656570751780,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-06-30T06:35:14.176Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:35:14.176Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.176Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656570749936,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/basic_onboard_xkngst0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-30T06:35:14.177Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-30T06:35:14.177Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.177Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
"consumerID": "clamp",
"timestamp": 1656570752251,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/artifacts/service-BasicOnboardXkngst-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-30T06:35:14.177Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:35:14.177Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.177Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
"consumerID": "aai-ml",
"timestamp": 1656570746523,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/artifacts/service-BasicOnboardXkngst-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-30T06:35:14.178Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-30T06:35:14.178Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.178Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656570752784,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/artifacts/service-BasicOnboardXkngst-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-30T06:35:14.178Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:35:14.178Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.178Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656570749936,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-30T06:35:14.178Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-30T06:35:14.179Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.179Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
"consumerID": "aai-ml",
"timestamp": 1656570746523,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/artifacts/service-BasicOnboardXkngst-csar.csar",
"status": "NOTIFIED"
}
2022-06-30T06:35:14.179Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-30T06:35:14.179Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.179Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
"consumerID": "clamp",
"timestamp": 1656570753255,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-30T06:35:14.184Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 55a70cf2-1c8a-4fe8-a057-e15ec80aba95
2022-06-30T06:35:14.184Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 55a70cf2-1c8a-4fe8-a057-e15ec80aba95 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-30T06:35:14.196Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.196Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656570749936,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-30T06:35:14.197Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-30T06:35:14.197Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.197Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656570749936,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/resourceInstances/basic_onboard_xkngst0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-30T06:35:14.197Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-30T06:35:14.197Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.197Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
"consumerID": "aai-ml",
"timestamp": 1656570754581,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/artifacts/service-BasicOnboardXkngst-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-30T06:35:14.198Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:35:14.198Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.198Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656570749936,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/artifacts/service-BasicOnboardXkngst-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-30T06:35:14.198Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-30T06:35:14.198Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.198Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656570749936,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/artifacts/service-BasicOnboardXkngst-csar.csar",
"status": "NOTIFIED"
}
2022-06-30T06:35:14.199Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-30T06:35:14.199Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.199Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656570757851,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/artifacts/service-BasicOnboardXkngst-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-30T06:35:14.199Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:35:14.199Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.199Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656570762408,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/artifacts/service-BasicOnboardXkngst-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-30T06:35:14.200Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:35:14.200Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.200Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656570763413,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-30T06:35:14.205Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 55a70cf2-1c8a-4fe8-a057-e15ec80aba95
2022-06-30T06:35:14.205Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 55a70cf2-1c8a-4fe8-a057-e15ec80aba95 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-30T06:35:14.229Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.229Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
"consumerID": "aai-ml",
"timestamp": 1656570768229,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXkngst/1.0/artifacts/service-BasicOnboardXkngst-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-30T06:35:14.229Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:35:14.230Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:35:14.230Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
"consumerID": "aai-ml",
"timestamp": 1656570769235,
"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-06-30T06:35:14.235Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 55a70cf2-1c8a-4fe8-a057-e15ec80aba95
2022-06-30T06:35:14.235Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 55a70cf2-1c8a-4fe8-a057-e15ec80aba95 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-30T06:35:33.891Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 55a70cf2-1c8a-4fe8-a057-e15ec80aba95
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-30T06:35:33.903Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 55a70cf2-1c8a-4fe8-a057-e15ec80aba95
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-30T06:35:33.908Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-30T06:35:33.908Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-30T06:35:33.908Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-30T06:35:33.908Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-30T06:35:33.909Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-30T06:35:33.909Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-30T06:35:33.909Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-30T06:35:33.909Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-30T06:35:33.909Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-30T06:35:33.909Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-30T06:35:33.909Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||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-06-30T06:35:33.917Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-30T06:36:03.917Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 55a70cf2-1c8a-4fe8-a057-e15ec80aba95 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-30T06:36:03.930Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 55a70cf2-1c8a-4fe8-a057-e15ec80aba95 and serviceModelVersionId: 0709e1a2-f259-47f1-9365-7122efc13b6e
2022-06-30T06:36:03.931Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8793a7ee-feab-4a01-9375-daf17c328d0d
2022-06-30T06:36:14.048Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:36:14.049Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:36:14.049Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:36:14.079Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T06:36:14.082Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:36:14.082Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
"consumerID": "ves-openapi-manager",
"timestamp": 1656570830704,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-30T06:36:14.082Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-30T06:36:14.082Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:36:14.083Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656570828485,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-30T06:36:14.083Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-30T06:36:14.083Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:36:14.083Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
"consumerID": "ves-openapi-manager",
"timestamp": 1656570830704,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/vfwda985c018bdd0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-30T06:36:14.083Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-30T06:36:14.083Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:36:14.083Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656570828485,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/vfwda985c018bdd0_modules.json",
"status": "NOTIFIED"
}
2022-06-30T06:36:14.083Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-30T06:36:14.083Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:36:14.083Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
"consumerID": "policy-id",
"timestamp": 1656570833497,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-30T06:36:14.084Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-30T06:36:14.084Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:36:14.084Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
"consumerID": "ves-openapi-manager",
"timestamp": 1656570830704,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-30T06:36:14.084Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-30T06:36:14.084Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:36:14.084Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656570828485,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-30T06:36:14.084Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-30T06:36:14.084Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:36:14.084Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
"consumerID": "policy-id",
"timestamp": 1656570833497,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/vfwda985c018bdd0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-30T06:36:14.085Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-30T06:36:14.085Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:36:14.085Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
"consumerID": "ves-openapi-manager",
"timestamp": 1656570830704,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-30T06:36:14.085Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-30T06:36:14.085Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:36:14.085Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656570828485,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-30T06:36:14.085Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-30T06:36:14.085Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:36:14.085Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
"consumerID": "policy-id",
"timestamp": 1656570833497,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-30T06:36:14.085Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-30T06:36:14.086Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:36:14.086Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656570828485,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-30T06:36:14.086Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-30T06:36:14.086Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:36:14.086Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
"consumerID": "ves-openapi-manager",
"timestamp": 1656570830704,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-30T06:36:14.086Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-30T06:36:14.086Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:36:14.086Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
"consumerID": "policy-id",
"timestamp": 1656570833497,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-30T06:36:14.086Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-30T06:36:14.087Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:36:14.087Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
"consumerID": "aai-ml",
"timestamp": 1656570836523,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-30T06:36:14.087Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-30T06:36:14.087Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:36:14.087Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656570828485,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/artifacts/service-Vfw20220630063226-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-30T06:36:14.087Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-30T06:36:14.087Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:36:14.087Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
"consumerID": "ves-openapi-manager",
"timestamp": 1656570830704,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/artifacts/service-Vfw20220630063226-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-30T06:36:14.087Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-30T06:36:14.087Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:36:14.088Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
"consumerID": "cds",
"timestamp": 1656570837078,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-30T06:36:14.088Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-30T06:36:14.088Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:36:14.088Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
"consumerID": "policy-id",
"timestamp": 1656570833497,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-30T06:36:14.088Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-30T06:36:14.088Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:36:14.088Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
"consumerID": "aai-ml",
"timestamp": 1656570836523,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/vfwda985c018bdd0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-30T06:36:14.088Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-30T06:36:14.088Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:36:14.088Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656570828485,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/artifacts/service-Vfw20220630063226-csar.csar",
"status": "NOTIFIED"
}
2022-06-30T06:36:14.089Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-30T06:36:14.089Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:36:14.089Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
"consumerID": "ves-openapi-manager",
"timestamp": 1656570830704,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/artifacts/service-Vfw20220630063226-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-30T06:36:14.089Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-30T06:36:14.089Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:36:14.089Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
"consumerID": "cds",
"timestamp": 1656570837078,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/vfwda985c018bdd0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-30T06:36:14.089Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-30T06:36:14.089Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:36:14.089Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
"consumerID": "policy-id",
"timestamp": 1656570833497,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/artifacts/service-Vfw20220630063226-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-30T06:36:14.089Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-30T06:36:14.089Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:36:14.090Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
"consumerID": "aai-ml",
"timestamp": 1656570836523,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-30T06:36:14.090Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-30T06:36:14.090Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:36:14.090Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656570840017,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/vfwda985c018bdd0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-30T06:36:14.090Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:36:14.090Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:36:14.090Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
"consumerID": "cds",
"timestamp": 1656570837078,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-30T06:36:14.090Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-30T06:36:14.090Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:36:14.090Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
"consumerID": "policy-id",
"timestamp": 1656570833497,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/artifacts/service-Vfw20220630063226-csar.csar",
"status": "NOTIFIED"
}
2022-06-30T06:36:14.091Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-30T06:36:14.091Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:36:14.091Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
"consumerID": "aai-ml",
"timestamp": 1656570836523,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-30T06:36:14.091Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-30T06:36:14.091Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:36:14.091Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656570839936,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-30T06:36:14.091Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-30T06:36:14.091Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:36:14.091Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
"consumerID": "cds",
"timestamp": 1656570837078,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-30T06:36:14.091Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-30T06:36:14.092Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:36:14.092Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656570841247,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-30T06:36:14.092Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:36:14.092Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:36:14.092Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
"consumerID": "aai-ml",
"timestamp": 1656570836523,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-30T06:36:14.092Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-30T06:36:14.092Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:36:14.092Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
"consumerID": "policy-id",
"timestamp": 1656570841273,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/artifacts/service-Vfw20220630063226-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-30T06:36:14.093Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:36:14.093Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:36:14.093Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656570839936,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/vfwda985c018bdd0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-30T06:36:14.093Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-30T06:36:14.093Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:36:14.093Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
"consumerID": "cds",
"timestamp": 1656570837078,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-30T06:36:14.093Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-30T06:36:14.093Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:36:14.094Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656570842326,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-30T06:36:14.094Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:36:14.094Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:36:14.094Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
"consumerID": "aai-ml",
"timestamp": 1656570836523,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/artifacts/service-Vfw20220630063226-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-30T06:36:14.094Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-30T06:36:14.094Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:36:14.094Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
"consumerID": "policy-id",
"timestamp": 1656570842277,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/artifacts/service-Vfw20220630063226-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-30T06:36:14.095Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:36:14.095Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:36:14.095Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656570839936,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-30T06:36:14.095Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-30T06:36:14.095Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:36:14.095Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
"consumerID": "cds",
"timestamp": 1656570837078,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/artifacts/service-Vfw20220630063226-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-30T06:36:14.095Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-30T06:36:14.095Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:36:14.095Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656570843378,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-30T06:36:14.110Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 042878c0-b1f4-4d96-8b96-39f1a62be399
2022-06-30T06:36:14.111Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 042878c0-b1f4-4d96-8b96-39f1a62be399 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-30T06:36:14.118Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:36:14.118Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
"consumerID": "aai-ml",
"timestamp": 1656570836523,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/artifacts/service-Vfw20220630063226-csar.csar",
"status": "NOTIFIED"
}
2022-06-30T06:36:14.118Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-30T06:36:14.118Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:36:14.118Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
"consumerID": "policy-id",
"timestamp": 1656570843280,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-30T06:36:14.123Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 042878c0-b1f4-4d96-8b96-39f1a62be399
2022-06-30T06:36:14.123Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 042878c0-b1f4-4d96-8b96-39f1a62be399 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-30T06:36:14.130Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:36:14.130Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656570839936,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-30T06:36:14.131Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-30T06:36:14.131Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:36:14.131Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
"consumerID": "cds",
"timestamp": 1656570837078,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/artifacts/service-Vfw20220630063226-csar.csar",
"status": "NOTIFIED"
}
2022-06-30T06:36:14.131Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-30T06:36:14.131Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:36:14.131Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656570844390,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/vfwda985c018bdd0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-30T06:36:14.132Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:36:14.132Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:36:14.132Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
"consumerID": "aai-ml",
"timestamp": 1656570844351,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/artifacts/service-Vfw20220630063226-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-30T06:36:14.132Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:36:14.132Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:36:14.132Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656570839936,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-30T06:36:14.133Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-30T06:36:14.133Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:36:14.133Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
"consumerID": "cds",
"timestamp": 1656570844818,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/artifacts/service-Vfw20220630063226-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-30T06:36:14.133Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:36:14.133Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:36:14.133Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656570839936,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/artifacts/service-Vfw20220630063226-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-30T06:36:14.134Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-30T06:36:14.134Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:36:14.134Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
"consumerID": "cds",
"timestamp": 1656570845823,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/artifacts/service-Vfw20220630063226-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-30T06:36:14.139Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 042878c0-b1f4-4d96-8b96-39f1a62be399
2022-06-30T06:36:14.139Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 042878c0-b1f4-4d96-8b96-39f1a62be399 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-30T06:36:14.150Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:36:14.150Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656570839936,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/artifacts/service-Vfw20220630063226-csar.csar",
"status": "NOTIFIED"
}
2022-06-30T06:36:14.150Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-30T06:36:14.150Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:36:14.150Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656570847777,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/artifacts/service-Vfw20220630063226-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-30T06:36:14.150Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:36:14.151Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:36:14.151Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656570851117,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/artifacts/service-Vfw20220630063226-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-30T06:36:14.151Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:36:14.151Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:36:14.151Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
"consumerID": "clamp",
"timestamp": 1656570850479,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-30T06:36:14.151Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-30T06:36:14.151Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:36:14.151Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
"consumerID": "clamp",
"timestamp": 1656570850479,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/vfwda985c018bdd0_modules.json",
"status": "NOTIFIED"
}
2022-06-30T06:36:14.151Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-30T06:36:14.151Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:36:14.152Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656570852126,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-30T06:36:14.156Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 042878c0-b1f4-4d96-8b96-39f1a62be399
2022-06-30T06:36:14.156Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 042878c0-b1f4-4d96-8b96-39f1a62be399 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-30T06:36:14.164Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:36:14.164Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
"consumerID": "clamp",
"timestamp": 1656570850479,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-30T06:36:14.164Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-30T06:36:19.400Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8793a7ee-feab-4a01-9375-daf17c328d0d/model-vers/model-ver/0709e1a2-f259-47f1-9365-7122efc13b6e?depth=0
2022-06-30T06:36:19.522Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-06-30T06:36:20.036Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8793a7ee-feab-4a01-9375-daf17c328d0d/model-vers/model-ver/0709e1a2-f259-47f1-9365-7122efc13b6e?depth=0|INFO|500||Invoke
2022-06-30T06:36:20.044Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8793a7ee-feab-4a01-9375-daf17c328d0d/model-vers/model-ver/0709e1a2-f259-47f1-9365-7122efc13b6e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8793a7ee-feab-4a01-9375-daf17c328d0d/model-vers/model-ver/0709e1a2-f259-47f1-9365-7122efc13b6e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[55a70cf2-1c8a-4fe8-a057-e15ec80aba95], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[87328f07-f97d-46c2-9702-8185a821103a], X-ECOMP-RequestID=[55a70cf2-1c8a-4fe8-a057-e15ec80aba95], X-TransactionId=[], X-ONAP-RequestID=[55a70cf2-1c8a-4fe8-a057-e15ec80aba95], Content-Type=[application/merge-patch+json]}
2022-06-30T06:36:20.166Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8793a7ee-feab-4a01-9375-daf17c328d0d/model-vers/model-ver/0709e1a2-f259-47f1-9365-7122efc13b6e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-06-30T06:36:20.510Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8793a7ee-feab-4a01-9375-daf17c328d0d/model-vers/model-ver/0709e1a2-f259-47f1-9365-7122efc13b6e?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/8793a7ee-feab-4a01-9375-daf17c328d0d/model-vers/model-ver/0709e1a2-f259-47f1-9365-7122efc13b6e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220630-06:36:20:176-55035], vertex-id=[225472], Content-Length=[0], Date=[Thu, 30 Jun 2022 06:36:20 GMT], Content-Type=[application/json]}
2022-06-30T06:36:20.512Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8793a7ee-feab-4a01-9375-daf17c328d0d/model-vers/model-ver/0709e1a2-f259-47f1-9365-7122efc13b6e?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-30T06:36:20.512Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8793a7ee-feab-4a01-9375-daf17c328d0d/model-vers/model-ver/0709e1a2-f259-47f1-9365-7122efc13b6e?depth=0|INFO|500||InvokeReturn
2022-06-30T06:36:20.517Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-30T06:36:20.517Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||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-06-30T06:36:20.522Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-06-30T06:36:20.523Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 55a70cf2-1c8a-4fe8-a057-e15ec80aba95 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-30T06:36:20.524Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-30T06:36:20.525Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:36:20.527Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:36:20.527Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "55a70cf2-1c8a-4fe8-a057-e15ec80aba95",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656570980523,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-30T06:36:20.627Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-30T06:36:20.629Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:36:20.629Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:36:20.649Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T06:36:20.650Z||pool-18-thread-1|||||INFO|500||cambria reply ok (22 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-06-30T06:36:21.543Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:36:21.544Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:36:21.544Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:36:26.006Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T06:36:26.007Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-30T06:36:26.007Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"042878c0-b1f4-4d96-8b96-39f1a62be399","serviceName":"vFW 2022-06-30 06-32-26","serviceVersion":"1.0","serviceUUID":"c7394348-1fed-4576-828b-c117769aeaed","serviceDescription":"catalog service description","serviceInvariantUUID":"97d6e064-565a-45c9-aff8-4d826ffe6dc2","resources":[{"resourceInstanceName":"vFW da985c01-8bdd 0","resourceName":"vFW da985c01-8bdd","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"52c761e8-c52b-479d-9806-fbe6896a2f5d","resourceInvariantUUID":"da04cdbd-81e0-4f26-a1ad-b350e8af2fbd","resourceCustomizationUUID":"fbc0dc01-c7e2-46fa-8f90-87f0fc6a6f7f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/vf-license-model.xml","artifactChecksum":"M2Q0Y2QxZDZhZDgyY2Y1NzA3NWNmNzA2YmFiN2VmMWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b0b07cc7-50de-4164-8176-dd43bd38b81a","artifactVersion":"1"},{"artifactName":"vfwda985c018bdd0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/vfwda985c018bdd0_modules.json","artifactChecksum":"ZjY2NDk3NmIxYzhlNWUxYjZiM2M3NWJjOGMwNTRmZGY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e93ea084-90f6-4688-9020-d98fb56c1811","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a9eea8d5-770e-4252-947d-cf3504e3e616","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/vendor-license-model.xml","artifactChecksum":"M2M2ZmQwMjRhYzBhN2VkYTljOGNlNDhmZmI2MzExNTk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4bfd42b6-1eb1-4016-90c1-a6e627c22c1b","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"6cdde2f2-0664-4d13-a134-7fe1713bf6fb","artifactVersion":"2","generatedFromUUID":"a9eea8d5-770e-4252-947d-cf3504e3e616"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220630063226-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220630063226/1.0/artifacts/service-Vfw20220630063226-template.yml","artifactChecksum":"NTA5OWM5ZmNkZGNhNTVkYTJhMDk1NGFkYTFlZWYwZmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cf6d6897-d7a3-4c31-b541-8aa7e933ebd8","artifactVersion":"1"},{"artifactName":"service-Vfw20220630063226-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220630063226/1.0/artifacts/service-Vfw20220630063226-csar.csar","artifactChecksum":"NjhjMmVmNzI4Mjk0ZTkwM2E2ZTk2NjQ0MjhhYzAyODU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f1dfe325-d9ef-498a-81a7-400f9e0766b4","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-30T06:36:26.010Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-30T06:36:26.010Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:36:26.012Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:36:26.012Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656570981542,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-30T06:36:26.112Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T06:36:26.113Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:36:26.113Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:36:26.128Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T06:36:26.129Z||pool-19-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-30T06:36:27.013Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-30T06:36:27.014Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:36:27.017Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:36:27.018Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656570981542,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/vfwda985c018bdd0_modules.json",
"status": "NOTIFIED"
}
2022-06-30T06:36:27.118Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T06:36:27.118Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:36:27.119Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:36:27.133Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T06:36:27.133Z||pool-20-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-30T06:36:28.018Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-30T06:36:28.019Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:36:28.021Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:36:28.022Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656570981542,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-30T06:36:28.122Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T06:36:28.124Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:36:28.124Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:36:28.147Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T06:36:28.148Z||pool-21-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-06-30T06:36:29.022Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-30T06:36:29.023Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:36:29.025Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:36:29.025Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656570981542,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-30T06:36:29.127Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-30T06:36:29.128Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:36:29.128Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:36:29.143Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T06:36:29.144Z||pool-22-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-30T06:36:30.026Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-30T06:36:30.026Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:36:30.028Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:36:30.028Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656570981542,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-30T06:36:30.129Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-30T06:36:30.130Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:36:30.130Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:36:30.145Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T06:36:30.145Z||pool-23-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-06-30T06:36:31.029Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-30T06:36:31.030Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:36:31.032Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:36:31.032Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656570981542,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/artifacts/service-Vfw20220630063226-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-30T06:36:31.132Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T06:36:31.133Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:36:31.134Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:36:31.151Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T06:36:31.151Z||pool-24-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-30T06:36:32.033Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-30T06:36:32.033Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:36:32.035Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:36:32.035Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656570981542,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/artifacts/service-Vfw20220630063226-csar.csar",
"status": "NOTIFIED"
}
2022-06-30T06:36:32.135Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-30T06:36:32.136Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:36:32.137Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:36:32.153Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T06:36:32.154Z||pool-25-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-30T06:36:33.037Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
"serviceName": "vFW 2022-06-30 06-32-26",
"serviceVersion": "1.0",
"serviceUUID": "c7394348-1fed-4576-828b-c117769aeaed",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "97d6e064-565a-45c9-aff8-4d826ffe6dc2",
"resources": [
{
"resourceInstanceName": "vFW da985c01-8bdd 0",
"resourceCustomizationUUID": "fbc0dc01-c7e2-46fa-8f90-87f0fc6a6f7f",
"resourceName": "vFW da985c01-8bdd",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "52c761e8-c52b-479d-9806-fbe6896a2f5d",
"resourceInvariantUUID": "da04cdbd-81e0-4f26-a1ad-b350e8af2fbd",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwda985c018bdd0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/vfwda985c018bdd0_modules.json",
"artifactChecksum": "ZjY2NDk3NmIxYzhlNWUxYjZiM2M3NWJjOGMwNTRmZGY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "e93ea084-90f6-4688-9020-d98fb56c1811",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "a9eea8d5-770e-4252-947d-cf3504e3e616",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "6cdde2f2-0664-4d13-a134-7fe1713bf6fb",
"generatedFromUUID": "a9eea8d5-770e-4252-947d-cf3504e3e616"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "6cdde2f2-0664-4d13-a134-7fe1713bf6fb",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220630063226-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/artifacts/service-Vfw20220630063226-csar.csar",
"artifactChecksum": "NjhjMmVmNzI4Mjk0ZTkwM2E2ZTk2NjQ0MjhhYzAyODU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f1dfe325-d9ef-498a-81a7-400f9e0766b4"
}
],
"workloadContext": "Production"
}
2022-06-30T06:36:33.038Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-30T06:36:33.038Z|55a70cf2-1c8a-4fe8-a057-e15ec80aba95|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c7394348-1fed-4576-828b-c117769aeaed ASDC
2022-06-30T06:36:33.038Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:042878c0-b1f4-4d96-8b96-39f1a62be399
ServiceName:vFW 2022-06-30 06-32-26
ServiceVersion:1.0
ServiceUUID:c7394348-1fed-4576-828b-c117769aeaed
ServiceInvariantUUID:97d6e064-565a-45c9-aff8-4d826ffe6dc2
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220630063226-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220630063226/1.0/artifacts/service-Vfw20220630063226-csar.csar
ArtifactUUID:f1dfe325-d9ef-498a-81a7-400f9e0766b4
ArtifactChecksum:NjhjMmVmNzI4Mjk0ZTkwM2E2ZTk2NjQ0MjhhYzAyODU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW da985c01-8bdd 0
ResourceCustomizationUUID:fbc0dc01-c7e2-46fa-8f90-87f0fc6a6f7f
ResourceInvariantUUID:da04cdbd-81e0-4f26-a1ad-b350e8af2fbd
ResourceName:vFW da985c01-8bdd
ResourceType:VF
ResourceUUID:52c761e8-c52b-479d-9806-fbe6896a2f5d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwda985c018bdd0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/vfwda985c018bdd0_modules.json
ArtifactUUID:e93ea084-90f6-4688-9020-d98fb56c1811
ArtifactChecksum:ZjY2NDk3NmIxYzhlNWUxYjZiM2M3NWJjOGMwNTRmZGY=
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/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/base_vfw.yaml
ArtifactUUID:a9eea8d5-770e-4252-947d-cf3504e3e616
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/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/base_vfw.env
ArtifactUUID:6cdde2f2-0664-4d13-a134-7fe1713bf6fb
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/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/base_vfw.env
ArtifactUUID:6cdde2f2-0664-4d13-a134-7fe1713bf6fb
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-06-30T06:36:33.038Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c7394348-1fed-4576-828b-c117769aeaed 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-06-30T06:36:33.074Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-30T06:36:33.075Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-06-30T06:36:33.075Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-06-30T06:36:33.075Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: f1dfe325-d9ef-498a-81a7-400f9e0766b4 from URL: /sdc/v1/catalog/services/Vfw20220630063226/1.0/artifacts/service-Vfw20220630063226-csar.csar
2022-06-30T06:36:33.075Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-30T06:36:33.075Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220630063226/1.0/artifacts/service-Vfw20220630063226-csar.csar
2022-06-30T06:36:33.244Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-30T06:36:33.251Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220630063226/1.0/artifacts/service-Vfw20220630063226-csar.csar f1dfe325-d9ef-498a-81a7-400f9e0766b4 99032
2022-06-30T06:36:33.252Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220630063226/1.0/artifacts/service-Vfw20220630063226-csar.csar ASDC sendASDCNotification
2022-06-30T06:36:33.252Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220630063226/1.0/artifacts/service-Vfw20220630063226-csar.csar
2022-06-30T06:36:33.252Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-30T06:36:33.252Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:36:33.255Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:36:33.255Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656570993251,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/artifacts/service-Vfw20220630063226-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-30T06:36:33.355Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T06:36:33.356Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:36:33.356Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:36:33.370Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T06:36:33.370Z||pool-26-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-30T06:36:34.256Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-30T06:36:34.256Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-06-30T06:36:34.257Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: f1dfe325-d9ef-498a-81a7-400f9e0766b4, URL: /sdc/v1/catalog/services/Vfw20220630063226/1.0/artifacts/service-Vfw20220630063226-csar.csar to file: /app/ASDC/1/service-Vfw20220630063226-csar.csar
2022-06-30T06:36:34.257Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220630063226-csar.csar
2022-06-30T06:36:34.257Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220630063226-csar.csar
2022-06-30T06:36:34.258Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220630063226-csar.csar
2022-06-30T06:36:34.581Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11674669699546627621/Definitions/service-Vfw20220630063226-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-06-30T06:36:36.751Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-30T06:36:36.752Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-06-30T06:36:36.752Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220630063226-csar.csar
2022-06-30T06:36:36.752Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-30T06:36:36.753Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||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-Vfw20220630063226-csar.csar
2022-06-30T06:36:36.753Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||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-Vfw20220630063226-csar.csar
2022-06-30T06:36:36.753Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||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-Vfw20220630063226-csar.csar
2022-06-30T06:36:36.753Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220630063226-csar.csar
2022-06-30T06:36:36.753Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220630063226-csar.csar
2022-06-30T06:36:36.754Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||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-Vfw20220630063226-csar.csar
2022-06-30T06:36:36.754Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||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-Vfw20220630063226-csar.csar
2022-06-30T06:36:36.754Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||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-Vfw20220630063226-csar.csar
2022-06-30T06:36:36.754Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW da985c01-8bdd 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-Vfw20220630063226-csar.csar
2022-06-30T06:36:36.754Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220630063226-csar.csar
2022-06-30T06:36:36.755Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||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-Vfw20220630063226-csar.csar
2022-06-30T06:36:36.755Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220630063226-csar.csar
2022-06-30T06:36:36.755Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||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-Vfw20220630063226-csar.csar
2022-06-30T06:36:36.755Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-06-30T06:36:36.755Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T06:36:36.756Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-30 06-32-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:36:36.756Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vFW da985c01-8bdd 0 is matching search criteria
2022-06-30T06:36:36.756Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-06-30T06:36:36.757Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW da985c01-8bdd 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-30T06:36:36.757Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T06:36:36.757Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-30 06-32-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:36:36.758Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vFW da985c01-8bdd 0 is matching search criteria
2022-06-30T06:36:36.758Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-06-30T06:36:36.758Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW da985c01-8bdd 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-30T06:36:36.758Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T06:36:36.759Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-30 06-32-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:36:36.759Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T06:36:36.759Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vFW da985c01-8bdd 0 is not matching search criteria
2022-06-30T06:36:36.760Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-30T06:36:36.760Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-30T06:36:36.760Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-30T06:36:36.760Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-30T06:36:36.760Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-30T06:36:36.761Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-30T06:36:36.761Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-30T06:36:36.761Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-30T06:36:36.761Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-30T06:36:36.762Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-30T06:36:36.762Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-30T06:36:36.762Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-30T06:36:36.762Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-30T06:36:36.763Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-30T06:36:36.763Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-30T06:36:36.763Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-30T06:36:36.763Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T06:36:36.764Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-30 06-32-26 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-30T06:36:36.764Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T06:36:36.764Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vFW da985c01-8bdd 0 is matching search criteria
2022-06-30T06:36:36.764Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW da985c01-8bdd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-30T06:36:36.765Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T06:36:36.765Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vFW da985c01-8bdd 0 is matching search criteria
2022-06-30T06:36:36.765Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW da985c01-8bdd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-30T06:36:36.766Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T06:36:36.766Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vFW da985c01-8bdd 0 is matching search criteria
2022-06-30T06:36:36.766Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW da985c01-8bdd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-30T06:36:36.766Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T06:36:36.767Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vFW da985c01-8bdd 0 is not matching search criteria
2022-06-30T06:36:36.767Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-30T06:36:36.767Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-30T06:36:36.768Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-30T06:36:36.768Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-30T06:36:36.768Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-30T06:36:36.768Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-30T06:36:36.768Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-30T06:36:36.769Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-30T06:36:36.769Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-30T06:36:36.769Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-30T06:36:36.769Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-30T06:36:36.770Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=a54820f2-39dd-4af1-b50e-e5c435bf8906
2022-06-30T06:36:36.770Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T06:36:36.770Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vFW da985c01-8bdd 0 is not matching search criteria
2022-06-30T06:36:36.770Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-30T06:36:36.771Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-30T06:36:36.771Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-30T06:36:36.771Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-30T06:36:36.771Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-30T06:36:36.771Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-30T06:36:36.772Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-30T06:36:36.772Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-30T06:36:36.772Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-30T06:36:36.772Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-30T06:36:36.772Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-30T06:36:36.772Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-30T06:36:36.772Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=4ab57c0b-550d-42eb-be10-1332d77043ba
2022-06-30T06:36:36.773Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T06:36:36.773Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vFW da985c01-8bdd 0 is not matching search criteria
2022-06-30T06:36:36.773Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-30T06:36:36.773Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-30T06:36:36.773Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-30T06:36:36.774Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-30T06:36:36.774Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-30T06:36:36.774Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-30T06:36:36.774Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-30T06:36:36.774Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-30T06:36:36.774Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-30T06:36:36.774Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-30T06:36:36.775Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-30T06:36:36.775Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-30T06:36:36.775Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=aad62d63-45d2-4d76-a8bb-52c13d8f0d90
2022-06-30T06:36:36.775Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T06:36:36.775Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-30 06-32-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:36:36.776Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T06:36:36.776Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-30 06-32-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:36:36.776Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T06:36:36.776Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-30 06-32-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:36:36.776Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T06:36:36.776Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-30 06-32-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:36:36.777Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-06-30 06-32-26
Description:catalog service description
Model UUID:c7394348-1fed-4576-828b-c117769aeaed
Model Version:NULL
Model InvariantUuid:97d6e064-565a-45c9-aff8-4d826ffe6dc2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW da985c01-8bdd
Model UUID:3a8cad0d-d19c-4c83-b4a1-0ca07275c057
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:da04cdbd-81e0-4f26-a1ad-b350e8af2fbd
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:fbc0dc01-c7e2-46fa-8f90-87f0fc6a6f7f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:b06f67a7-034e-4c58-af5f-c5e496cd583c
ModelName:VfwDa985c018bdd..base_vfw..module-0
ModelUuid:577b9d30-feb2-4e55-87ee-485d0a9cc163
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:a54820f2-39dd-4af1-b50e-e5c435bf8906
ModelInvariantUuid:d2cc4547-4ecc-4c70-95c7-d7f234b386c1
ModelName:vFW da985c01-8bdd-nodes.vfwCvfc
ModelUuid:ed36e0f9-b3e4-42e4-83f1-79ab1804185b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:ea42d98b-d36a-4382-8cd2-1ef5686d909a
ModelInvariantUuid:c712c5c3-a822-470b-84b6-a21a734a00dd
ModelName:VfwDa985c018bdd.compute.nodes.heat.vfw
ModelUuid:89d8f041-b266-4b59-a982-af402320d431
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:4ab57c0b-550d-42eb-be10-1332d77043ba
ModelInvariantUuid:fc99b9bd-3571-4873-be19-b2a095e41c7f
ModelName:vFW da985c01-8bdd-nodes.vsnCvfc
ModelUuid:a4894028-32f8-44be-aa25-c51b83c65b3c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:7587ab0e-0519-4d80-bd25-495edf13563a
ModelInvariantUuid:e0a52087-8a55-4c0f-b34b-aefedaf6e75f
ModelName:VfwDa985c018bdd.compute.nodes.heat.vsn
ModelUuid:28d2acf2-438f-44b8-a554-f549368d55bb
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:aad62d63-45d2-4d76-a8bb-52c13d8f0d90
ModelInvariantUuid:c1bfb8dc-fbda-49c6-be0a-84ab8047326b
ModelName:vFW da985c01-8bdd-nodes.vpgCvfc
ModelUuid:ef671d9c-18ba-4560-83da-c032ce6fa7d3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:f4e32f9e-a7c8-4dd7-990c-7279718c5c30
ModelInvariantUuid:21d0102d-8ba2-48cd-bbb9-1f21fa139df2
ModelName:VfwDa985c018bdd.compute.nodes.heat.vpg
ModelUuid:777287f9-f741-41fa-9364-79336fb9291d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-30T06:36:36.784Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 52c761e8-c52b-479d-9806-fbe6896a2f5d
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-30T06:36:36.787Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||INFO|500||vFW da985c01-8bdd 0
2022-06-30T06:36:36.787Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 52c761e8-c52b-479d-9806-fbe6896a2f5d
2022-06-30T06:36:36.787Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: e93ea084-90f6-4688-9020-d98fb56c1811 from URL: /sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/vfwda985c018bdd0_modules.json
2022-06-30T06:36:36.787Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-30T06:36:36.787Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/vfwda985c018bdd0_modules.json
2022-06-30T06:36:36.913Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-30T06:36:36.913Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/vfwda985c018bdd0_modules.json e93ea084-90f6-4688-9020-d98fb56c1811 785
2022-06-30T06:36:36.914Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/vfwda985c018bdd0_modules.json ASDC sendASDCNotification
2022-06-30T06:36:36.914Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/vfwda985c018bdd0_modules.json
2022-06-30T06:36:36.914Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-30T06:36:36.914Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:36:36.917Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:36:36.917Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656570996913,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/vfwda985c018bdd0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-30T06:36:37.017Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T06:36:37.018Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:36:37.018Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:36:37.034Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T06:36:37.034Z||pool-27-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-06-30T06:36:37.918Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwDa985c018bdd..base_vfw..module-0",
"vfModuleModelInvariantUUID": "b06f67a7-034e-4c58-af5f-c5e496cd583c",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "577b9d30-feb2-4e55-87ee-485d0a9cc163",
"vfModuleModelCustomizationUUID": "e6ba124c-0eb0-4564-bbc4-ba2ab2a1489d",
"isBase": true,
"artifacts": [
"a9eea8d5-770e-4252-947d-cf3504e3e616",
"6cdde2f2-0664-4d13-a134-7fe1713bf6fb"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-06-30T06:36:37.923Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwDa985c018bdd..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:577b9d30-feb2-4e55-87ee-485d0a9cc163
VfModuleModelInvariantUUID:b06f67a7-034e-4c58-af5f-c5e496cd583c
VfModuleModelDescription:NULL
Artifacts UUID List:{
a9eea8d5-770e-4252-947d-cf3504e3e616
,
6cdde2f2-0664-4d13-a134-7fe1713bf6fb
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-06-30T06:36:37.925Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwDa985c018bdd..base_vfw..module-0",
"vfModuleModelInvariantUUID": "b06f67a7-034e-4c58-af5f-c5e496cd583c",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "577b9d30-feb2-4e55-87ee-485d0a9cc163",
"vfModuleModelCustomizationUUID": "e6ba124c-0eb0-4564-bbc4-ba2ab2a1489d",
"isBase": true,
"artifacts": [
"a9eea8d5-770e-4252-947d-cf3504e3e616",
"6cdde2f2-0664-4d13-a134-7fe1713bf6fb"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-06-30T06:36:37.925Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwDa985c018bdd..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:577b9d30-feb2-4e55-87ee-485d0a9cc163
VfModuleModelInvariantUUID:b06f67a7-034e-4c58-af5f-c5e496cd583c
VfModuleModelDescription:NULL
Artifacts UUID List:{
a9eea8d5-770e-4252-947d-cf3504e3e616
,
6cdde2f2-0664-4d13-a134-7fe1713bf6fb
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-06-30T06:36:37.925Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: a9eea8d5-770e-4252-947d-cf3504e3e616 from URL: /sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/base_vfw.yaml
2022-06-30T06:36:37.925Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-30T06:36:37.925Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/base_vfw.yaml
2022-06-30T06:36:37.995Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-30T06:36:37.995Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/base_vfw.yaml a9eea8d5-770e-4252-947d-cf3504e3e616 20368
2022-06-30T06:36:37.996Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-30T06:36:37.996Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/base_vfw.yaml
2022-06-30T06:36:37.996Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-30T06:36:37.996Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:36:37.998Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:36:37.998Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656570997996,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-30T06:36:38.098Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T06:36:38.099Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:36:38.100Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:36:38.120Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T06:36:38.120Z||pool-28-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-30T06:36:38.999Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 6cdde2f2-0664-4d13-a134-7fe1713bf6fb from URL: /sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/base_vfw.env
2022-06-30T06:36:38.999Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-30T06:36:39.000Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/base_vfw.env
2022-06-30T06:36:39.120Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-30T06:36:39.120Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/base_vfw.env 6cdde2f2-0664-4d13-a134-7fe1713bf6fb 2098
2022-06-30T06:36:39.121Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-30T06:36:39.121Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/base_vfw.env
2022-06-30T06:36:39.121Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-30T06:36:39.121Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:36:39.124Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:36:39.124Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656570999121,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-30T06:36:39.224Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T06:36:39.225Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:36:39.225Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:36:39.241Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T06:36:39.242Z||pool-29-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-30T06:36:40.124Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: c7394348-1fed-4576-828b-c117769aeaed
2022-06-30T06:36:40.125Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW da985c01-8bdd 0 52c761e8-c52b-479d-9806-fbe6896a2f5d ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-30T06:36:40.145Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3fee85ec, org.onap.sdc.toscaparser.api.parameters.Input@64a1c3f5, org.onap.sdc.toscaparser.api.parameters.Input@7dbe081d, org.onap.sdc.toscaparser.api.parameters.Input@5b9619d7, org.onap.sdc.toscaparser.api.parameters.Input@109c26ac]
2022-06-30T06:36:40.147Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T06:36:40.147Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-30 06-32-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:36:40.147Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic
2022-06-30T06:36:40.147Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= fbc0dc01-c7e2-46fa-8f90-87f0fc6a6f7f
2022-06-30T06:36:40.148Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: fbc0dc01-c7e2-46fa-8f90-87f0fc6a6f7f matches Tosca VF Customization UUID: fbc0dc01-c7e2-46fa-8f90-87f0fc6a6f7f
2022-06-30T06:36:40.148Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: fbc0dc01-c7e2-46fa-8f90-87f0fc6a6f7f matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-30T06:36:40.150Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T06:36:40.151Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-30 06-32-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:36:40.151Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id fbc0dc01-c7e2-46fa-8f90-87f0fc6a6f7f: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-06-30T06:36:40.152Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1c881714
2022-06-30T06:36:40.152Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T06:36:40.152Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-30 06-32-26 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-30T06:36:40.152Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e6ba124c-0eb0-4564-bbc4-ba2ab2a1489d
2022-06-30T06:36:40.153Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e6ba124c-0eb0-4564-bbc4-ba2ab2a1489d
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-30T06:36:40.155Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T06:36:40.155Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vFW da985c01-8bdd 0 is matching search criteria
2022-06-30T06:36:40.155Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW da985c01-8bdd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-30T06:36:40.156Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T06:36:40.156Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vFW da985c01-8bdd 0 is matching search criteria
2022-06-30T06:36:40.156Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW da985c01-8bdd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-30T06:36:40.156Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T06:36:40.156Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vFW da985c01-8bdd 0 is not matching search criteria
2022-06-30T06:36:40.156Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-30T06:36:40.157Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-30T06:36:40.157Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-30T06:36:40.157Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-30T06:36:40.157Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-30T06:36:40.157Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-30T06:36:40.157Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-30T06:36:40.158Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-30T06:36:40.158Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-30T06:36:40.158Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-30T06:36:40.158Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-30T06:36:40.158Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=a54820f2-39dd-4af1-b50e-e5c435bf8906
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-30T06:36:40.160Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T06:36:40.160Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vFW da985c01-8bdd 0 is matching search criteria
2022-06-30T06:36:40.160Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW da985c01-8bdd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-30T06:36:40.161Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T06:36:40.161Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vFW da985c01-8bdd 0 is not matching search criteria
2022-06-30T06:36:40.161Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-30T06:36:40.161Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-30T06:36:40.161Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-30T06:36:40.161Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-30T06:36:40.162Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-30T06:36:40.162Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-30T06:36:40.162Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-30T06:36:40.162Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-30T06:36:40.162Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-30T06:36:40.162Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-30T06:36:40.163Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-30T06:36:40.163Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-30T06:36:40.163Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=4ab57c0b-550d-42eb-be10-1332d77043ba
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-30T06:36:40.165Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T06:36:40.165Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vFW da985c01-8bdd 0 is matching search criteria
2022-06-30T06:36:40.165Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW da985c01-8bdd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-30T06:36:40.168Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T06:36:40.168Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vFW da985c01-8bdd 0 is not matching search criteria
2022-06-30T06:36:40.168Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-30T06:36:40.169Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-30T06:36:40.169Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-30T06:36:40.169Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-30T06:36:40.169Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-30T06:36:40.169Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-30T06:36:40.170Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-30T06:36:40.170Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-30T06:36:40.170Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-30T06:36:40.170Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-30T06:36:40.171Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-30T06:36:40.171Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-30T06:36:40.171Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=aad62d63-45d2-4d76-a8bb-52c13d8f0d90
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-30T06:36:40.173Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T06:36:40.173Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vFW da985c01-8bdd 0 is matching search criteria
2022-06-30T06:36:40.173Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW da985c01-8bdd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-30T06:36:40.174Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T06:36:40.174Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Node template vFW da985c01-8bdd 0 is matching search criteria
2022-06-30T06:36:40.174Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW da985c01-8bdd 0] matching following query criteria: sdcType=VF, customizationUUID=fbc0dc01-c7e2-46fa-8f90-87f0fc6a6f7f
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-30T06:36:40.176Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T06:36:40.176Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-30 06-32-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:36:40.176Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid c7394348-1fed-4576-828b-c117769aeaed: vFW da985c01-8bdd
2022-06-30T06:36:40.176Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T06:36:40.176Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-30 06-32-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:36:40.177Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T06:36:40.177Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-30 06-32-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:36:40.177Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T06:36:40.177Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-30 06-32-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:36:40.177Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T06:36:40.178Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-30 06-32-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:36:40.178Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T06:36:40.178Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-30 06-32-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:36:40.178Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2022-06-30 06-32-26
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-30T06:36:40.344Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW da985c01-8bdd 52c761e8-c52b-479d-9806-fbe6896a2f5d 1 ASDC deployResourceStructure
2022-06-30T06:36:40.345Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/vfwda985c018bdd0_modules.json ASDC sendASDCNotification
2022-06-30T06:36:40.345Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/vfwda985c018bdd0_modules.json
2022-06-30T06:36:40.345Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-30T06:36:40.345Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:36:40.348Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:36:40.348Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656571000345,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/vfwda985c018bdd0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-30T06:36:40.448Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T06:36:40.449Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:36:40.450Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:36:40.471Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T06:36:40.472Z||pool-30-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-06-30T06:36:41.349Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-30T06:36:41.349Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/base_vfw.yaml
2022-06-30T06:36:41.349Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-30T06:36:41.349Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:36:41.353Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:36:41.353Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656571001349,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-06-30T06:36:41.452Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-30T06:36:41.453Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:36:41.453Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:36:41.467Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T06:36:41.468Z||pool-31-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-06-30T06:36:42.354Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-30T06:36:42.355Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/base_vfw.env
2022-06-30T06:36:42.355Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-30T06:36:42.355Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:36:42.357Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:36:42.357Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656571002354,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-06-30T06:36:42.457Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T06:36:42.458Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:36:42.458Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:36:42.473Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T06:36:42.474Z||pool-32-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-30T06:36:43.358Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220630063226/1.0/artifacts/service-Vfw20220630063226-csar.csar ASDC sendASDCNotification
2022-06-30T06:36:43.358Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220630063226/1.0/artifacts/service-Vfw20220630063226-csar.csar
2022-06-30T06:36:43.358Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-30T06:36:43.359Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:36:43.361Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:36:43.361Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656571003358,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/artifacts/service-Vfw20220630063226-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-30T06:36:43.461Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-30T06:36:43.462Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:36:43.463Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:36:43.479Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T06:36:43.479Z||pool-33-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-30T06:36:44.362Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 042878c0-b1f4-4d96-8b96-39f1a62be399
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-30T06:36:44.372Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 042878c0-b1f4-4d96-8b96-39f1a62be399
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-30T06:36:44.375Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-30T06:36:44.375Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-30T06:36:44.375Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-30T06:37:14.048Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:37:14.049Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:37:14.049Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:37:14.079Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T06:37:14.080Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:37:14.080Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
"consumerID": "clamp",
"timestamp": 1656570850479,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-30T06:37:14.081Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-30T06:37:14.081Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:37:14.081Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
"consumerID": "clamp",
"timestamp": 1656570850479,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/resourceInstances/vfwda985c018bdd0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-30T06:37:14.081Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-30T06:37:14.082Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:37:14.082Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
"consumerID": "aai-ml",
"timestamp": 1656570855920,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/artifacts/service-Vfw20220630063226-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-30T06:37:14.082Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:37:14.082Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:37:14.082Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
"consumerID": "clamp",
"timestamp": 1656570850479,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/artifacts/service-Vfw20220630063226-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-30T06:37:14.082Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-30T06:37:14.082Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:37:14.082Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
"consumerID": "aai-ml",
"timestamp": 1656570856923,
"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-06-30T06:37:14.091Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 042878c0-b1f4-4d96-8b96-39f1a62be399
2022-06-30T06:37:14.091Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 042878c0-b1f4-4d96-8b96-39f1a62be399 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-30T06:37:14.099Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:37:14.099Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
"consumerID": "clamp",
"timestamp": 1656570850479,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/artifacts/service-Vfw20220630063226-csar.csar",
"status": "NOTIFIED"
}
2022-06-30T06:37:14.099Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-30T06:37:14.099Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:37:14.099Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
"consumerID": "clamp",
"timestamp": 1656570868248,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/artifacts/service-Vfw20220630063226-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-30T06:37:14.099Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:37:14.100Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:37:14.100Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
"consumerID": "clamp",
"timestamp": 1656570870258,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630063226/1.0/artifacts/service-Vfw20220630063226-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-30T06:37:14.100Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-30T06:37:14.100Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-30T06:37:14.100Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
"consumerID": "clamp",
"timestamp": 1656570871261,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-30T06:37:14.105Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 042878c0-b1f4-4d96-8b96-39f1a62be399
2022-06-30T06:37:14.105Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 042878c0-b1f4-4d96-8b96-39f1a62be399 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-30T06:37:14.375Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 042878c0-b1f4-4d96-8b96-39f1a62be399
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-30T06:37:14.384Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 042878c0-b1f4-4d96-8b96-39f1a62be399
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-30T06:37:14.387Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-30T06:37:14.387Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-30T06:37:14.388Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-30T06:37:14.388Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-30T06:37:14.388Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-30T06:37:14.388Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-30T06:37:14.388Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-30T06:37:14.388Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-30T06:37:14.388Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-30T06:37:14.388Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-30T06:37:14.388Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||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-06-30T06:37:14.393Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-30T06:37:44.393Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 042878c0-b1f4-4d96-8b96-39f1a62be399 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-30T06:37:44.400Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 042878c0-b1f4-4d96-8b96-39f1a62be399 and serviceModelVersionId: c7394348-1fed-4576-828b-c117769aeaed
2022-06-30T06:37:44.401Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 97d6e064-565a-45c9-aff8-4d826ffe6dc2
2022-06-30T06:37:44.402Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/97d6e064-565a-45c9-aff8-4d826ffe6dc2/model-vers/model-ver/c7394348-1fed-4576-828b-c117769aeaed?depth=0
2022-06-30T06:37:44.406Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-06-30T06:37:44.455Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97d6e064-565a-45c9-aff8-4d826ffe6dc2/model-vers/model-ver/c7394348-1fed-4576-828b-c117769aeaed?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-06-30T06:37:44.457Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97d6e064-565a-45c9-aff8-4d826ffe6dc2/model-vers/model-ver/c7394348-1fed-4576-828b-c117769aeaed?depth=0|INFO|500||Invoke
2022-06-30T06:37:44.489Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97d6e064-565a-45c9-aff8-4d826ffe6dc2/model-vers/model-ver/c7394348-1fed-4576-828b-c117769aeaed?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-06-30T06:37:44.692Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97d6e064-565a-45c9-aff8-4d826ffe6dc2/model-vers/model-ver/c7394348-1fed-4576-828b-c117769aeaed?depth=0|INFO|500||InvokeReturn
2022-06-30T06:37:44.697Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97d6e064-565a-45c9-aff8-4d826ffe6dc2/model-vers/model-ver/c7394348-1fed-4576-828b-c117769aeaed?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220630-06:37:44:499-70842], vertex-id=[225344], Content-Length=[0], Date=[Thu, 30 Jun 2022 06:37:44 GMT], Content-Type=[application/json]}
2022-06-30T06:37:44.697Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2022-06-30T06:37:44.698Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-30T06:37:44.698Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||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-06-30T06:37:44.704Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-06-30T06:37:44.704Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 042878c0-b1f4-4d96-8b96-39f1a62be399 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-30T06:37:44.705Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-30T06:37:44.705Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:37:44.707Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:37:44.707Z|042878c0-b1f4-4d96-8b96-39f1a62be399|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "042878c0-b1f4-4d96-8b96-39f1a62be399",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656571064705,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-30T06:37:44.807Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T06:37:44.808Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:37:44.808Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:37:44.825Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T06:37:44.826Z||pool-34-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-30T06:37:45.722Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-30T06:37:45.723Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-30T06:37:45.723Z||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 Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:37:46.371Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T06:37:46.372Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-30T06:37:46.372Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"43bb6a28-51f4-4747-aaa5-2d717884d981","serviceName":"vFW 2022-06-30 06-35-24","serviceVersion":"1.0","serviceUUID":"2b2ff8f9-c777-42be-b24b-a3a691558884","serviceDescription":"catalog service description","serviceInvariantUUID":"6ddcd25e-3fe6-414d-a1e4-48b410f37485","resources":[{"resourceInstanceName":"vFW d397927f-a36c 0","resourceName":"vFW d397927f-a36c","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4a91ffd5-b1ee-4ca3-b1d0-6dae64b481e1","resourceInvariantUUID":"19c4cfd4-142b-4ffa-835f-446c56fe7498","resourceCustomizationUUID":"66e0057e-0748-4308-aef6-badfb78445f1","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220630063524/1.0/resourceInstances/vfwd397927fa36c0/artifacts/vf-license-model.xml","artifactChecksum":"YmY1NWYxMTFjM2E4MDg3MjI5MTlkYTMwMmQ3NmFlNzk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4152aafe-f29d-4e6d-9ee4-3df5ad8d1e39","artifactVersion":"1"},{"artifactName":"vfwd397927fa36c0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220630063524/1.0/resourceInstances/vfwd397927fa36c0/artifacts/vfwd397927fa36c0_modules.json","artifactChecksum":"MmMxNjY2MDk4NDAyZmQyZjY0N2FhZWEwNmY2ZTExNjk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b35b71ec-66ba-47b5-bafa-bab74c6787d5","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220630063524/1.0/resourceInstances/vfwd397927fa36c0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d3f1b71c-ee2e-4199-8a4e-55e11d050887","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220630063524/1.0/resourceInstances/vfwd397927fa36c0/artifacts/vendor-license-model.xml","artifactChecksum":"NDE1MTgyMDZiNDllNTA2ZGJkZTcyOGJkMzBiNjUxZmY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"58badc5d-6433-44c6-b567-9721e984ed1d","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220630063524/1.0/resourceInstances/vfwd397927fa36c0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ac2e3e3b-c826-4481-ae78-2538c89e0384","artifactVersion":"2","generatedFromUUID":"d3f1b71c-ee2e-4199-8a4e-55e11d050887"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220630063524-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220630063524/1.0/artifacts/service-Vfw20220630063524-template.yml","artifactChecksum":"YjczYTExYjZjNzc1NjUyZjY2NTBlOWQzZTc1OTQwMzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fa5e72e4-bccb-4a1c-a0b2-06044f6255b1","artifactVersion":"1"},{"artifactName":"service-Vfw20220630063524-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220630063524/1.0/artifacts/service-Vfw20220630063524-csar.csar","artifactChecksum":"YmYxZTczNmNhOGVlOTBlMGU5YWY2MDRmMTFlZDFhNjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8abc1afe-aec0-4b05-a308-2582fa07968e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-30T06:37:46.377Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-30T06:37:46.378Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:37:46.381Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:37:46.381Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "43bb6a28-51f4-4747-aaa5-2d717884d981",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656571065722,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630063524/1.0/resourceInstances/vfwd397927fa36c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-30T06:37:46.481Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T06:37:46.482Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:37:46.482Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:37:46.496Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T06:37:46.496Z||pool-35-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-30T06:37:47.382Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-30T06:37:47.382Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:37:47.384Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:37:47.384Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "43bb6a28-51f4-4747-aaa5-2d717884d981",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656571065722,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630063524/1.0/resourceInstances/vfwd397927fa36c0/artifacts/vfwd397927fa36c0_modules.json",
"status": "NOTIFIED"
}
2022-06-30T06:37:47.484Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T06:37:47.485Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:37:47.486Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:37:47.511Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T06:37:47.511Z||pool-36-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-06-30T06:37:48.385Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-30T06:37:48.385Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:37:48.387Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:37:48.387Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "43bb6a28-51f4-4747-aaa5-2d717884d981",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656571065722,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630063524/1.0/resourceInstances/vfwd397927fa36c0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-30T06:37:48.488Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T06:37:48.489Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:37:48.489Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:37:48.504Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T06:37:48.504Z||pool-37-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-30T06:37:49.388Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-30T06:37:49.389Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:37:49.392Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:37:49.392Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "43bb6a28-51f4-4747-aaa5-2d717884d981",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656571065722,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630063524/1.0/resourceInstances/vfwd397927fa36c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-30T06:37:49.492Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T06:37:49.493Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:37:49.493Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:37:49.506Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T06:37:49.506Z||pool-38-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-06-30T06:37:50.392Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-30T06:37:50.393Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:37:50.395Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:37:50.395Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "43bb6a28-51f4-4747-aaa5-2d717884d981",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656571065722,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630063524/1.0/resourceInstances/vfwd397927fa36c0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-30T06:37:50.495Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T06:37:50.497Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:37:50.497Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:37:50.514Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T06:37:50.515Z||pool-39-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-30T06:37:51.396Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-30T06:37:51.396Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:37:51.399Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:37:51.399Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "43bb6a28-51f4-4747-aaa5-2d717884d981",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656571065722,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630063524/1.0/artifacts/service-Vfw20220630063524-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-30T06:37:51.499Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T06:37:51.500Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:37:51.500Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:37:51.515Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T06:37:51.516Z||pool-40-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-30T06:37:52.399Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-30T06:37:52.400Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:37:52.402Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:37:52.402Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "43bb6a28-51f4-4747-aaa5-2d717884d981",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656571065722,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630063524/1.0/artifacts/service-Vfw20220630063524-csar.csar",
"status": "NOTIFIED"
}
2022-06-30T06:37:52.502Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T06:37:52.504Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:37:52.504Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:37:52.519Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T06:37:52.520Z||pool-41-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-30T06:37:53.403Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "43bb6a28-51f4-4747-aaa5-2d717884d981",
"serviceName": "vFW 2022-06-30 06-35-24",
"serviceVersion": "1.0",
"serviceUUID": "2b2ff8f9-c777-42be-b24b-a3a691558884",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "6ddcd25e-3fe6-414d-a1e4-48b410f37485",
"resources": [
{
"resourceInstanceName": "vFW d397927f-a36c 0",
"resourceCustomizationUUID": "66e0057e-0748-4308-aef6-badfb78445f1",
"resourceName": "vFW d397927f-a36c",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "4a91ffd5-b1ee-4ca3-b1d0-6dae64b481e1",
"resourceInvariantUUID": "19c4cfd4-142b-4ffa-835f-446c56fe7498",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwd397927fa36c0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630063524/1.0/resourceInstances/vfwd397927fa36c0/artifacts/vfwd397927fa36c0_modules.json",
"artifactChecksum": "MmMxNjY2MDk4NDAyZmQyZjY0N2FhZWEwNmY2ZTExNjk\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b35b71ec-66ba-47b5-bafa-bab74c6787d5",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630063524/1.0/resourceInstances/vfwd397927fa36c0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "d3f1b71c-ee2e-4199-8a4e-55e11d050887",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630063524/1.0/resourceInstances/vfwd397927fa36c0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "ac2e3e3b-c826-4481-ae78-2538c89e0384",
"generatedFromUUID": "d3f1b71c-ee2e-4199-8a4e-55e11d050887"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630063524/1.0/resourceInstances/vfwd397927fa36c0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "ac2e3e3b-c826-4481-ae78-2538c89e0384",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220630063524-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630063524/1.0/artifacts/service-Vfw20220630063524-csar.csar",
"artifactChecksum": "YmYxZTczNmNhOGVlOTBlMGU5YWY2MDRmMTFlZDFhNjc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "8abc1afe-aec0-4b05-a308-2582fa07968e"
}
],
"workloadContext": "Production"
}
2022-06-30T06:37:53.403Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-30T06:37:53.404Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2b2ff8f9-c777-42be-b24b-a3a691558884 ASDC
2022-06-30T06:37:53.404Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:43bb6a28-51f4-4747-aaa5-2d717884d981
ServiceName:vFW 2022-06-30 06-35-24
ServiceVersion:1.0
ServiceUUID:2b2ff8f9-c777-42be-b24b-a3a691558884
ServiceInvariantUUID:6ddcd25e-3fe6-414d-a1e4-48b410f37485
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220630063524-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220630063524/1.0/artifacts/service-Vfw20220630063524-csar.csar
ArtifactUUID:8abc1afe-aec0-4b05-a308-2582fa07968e
ArtifactChecksum:YmYxZTczNmNhOGVlOTBlMGU5YWY2MDRmMTFlZDFhNjc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW d397927f-a36c 0
ResourceCustomizationUUID:66e0057e-0748-4308-aef6-badfb78445f1
ResourceInvariantUUID:19c4cfd4-142b-4ffa-835f-446c56fe7498
ResourceName:vFW d397927f-a36c
ResourceType:VF
ResourceUUID:4a91ffd5-b1ee-4ca3-b1d0-6dae64b481e1
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwd397927fa36c0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220630063524/1.0/resourceInstances/vfwd397927fa36c0/artifacts/vfwd397927fa36c0_modules.json
ArtifactUUID:b35b71ec-66ba-47b5-bafa-bab74c6787d5
ArtifactChecksum:MmMxNjY2MDk4NDAyZmQyZjY0N2FhZWEwNmY2ZTExNjk=
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/Vfw20220630063524/1.0/resourceInstances/vfwd397927fa36c0/artifacts/base_vfw.yaml
ArtifactUUID:d3f1b71c-ee2e-4199-8a4e-55e11d050887
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/Vfw20220630063524/1.0/resourceInstances/vfwd397927fa36c0/artifacts/base_vfw.env
ArtifactUUID:ac2e3e3b-c826-4481-ae78-2538c89e0384
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/Vfw20220630063524/1.0/resourceInstances/vfwd397927fa36c0/artifacts/base_vfw.env
ArtifactUUID:ac2e3e3b-c826-4481-ae78-2538c89e0384
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-06-30T06:37:53.404Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2b2ff8f9-c777-42be-b24b-a3a691558884 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-30T06:37:53.437Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-30T06:37:53.438Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-30T06:37:53.438Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-30T06:37:53.438Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 8abc1afe-aec0-4b05-a308-2582fa07968e from URL: /sdc/v1/catalog/services/Vfw20220630063524/1.0/artifacts/service-Vfw20220630063524-csar.csar
2022-06-30T06:37:53.439Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-30T06:37:53.439Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220630063524/1.0/artifacts/service-Vfw20220630063524-csar.csar
2022-06-30T06:37:53.615Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-30T06:37:53.620Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220630063524/1.0/artifacts/service-Vfw20220630063524-csar.csar 8abc1afe-aec0-4b05-a308-2582fa07968e 99020
2022-06-30T06:37:53.620Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220630063524/1.0/artifacts/service-Vfw20220630063524-csar.csar ASDC sendASDCNotification
2022-06-30T06:37:53.620Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220630063524/1.0/artifacts/service-Vfw20220630063524-csar.csar
2022-06-30T06:37:53.620Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-30T06:37:53.620Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:37:53.622Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:37:53.622Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "43bb6a28-51f4-4747-aaa5-2d717884d981",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656571073620,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630063524/1.0/artifacts/service-Vfw20220630063524-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-30T06:37:53.722Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T06:37:53.723Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:37:53.723Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:37:53.742Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T06:37:53.743Z||pool-42-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-30T06:37:54.623Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-30T06:37:54.624Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-30T06:37:54.624Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 8abc1afe-aec0-4b05-a308-2582fa07968e, URL: /sdc/v1/catalog/services/Vfw20220630063524/1.0/artifacts/service-Vfw20220630063524-csar.csar to file: /app/ASDC/1/service-Vfw20220630063524-csar.csar
2022-06-30T06:37:54.624Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220630063524-csar.csar
2022-06-30T06:37:54.625Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220630063524-csar.csar
2022-06-30T06:37:54.625Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220630063524-csar.csar
2022-06-30T06:37:54.878Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14787441845695738084/Definitions/service-Vfw20220630063524-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-06-30T06:37:57.139Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-30T06:37:57.139Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-06-30T06:37:57.139Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220630063524-csar.csar
2022-06-30T06:37:57.139Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-30T06:37:57.139Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220630063524-csar.csar
2022-06-30T06:37:57.140Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220630063524-csar.csar
2022-06-30T06:37:57.140Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220630063524-csar.csar
2022-06-30T06:37:57.140Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220630063524-csar.csar
2022-06-30T06:37:57.140Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220630063524-csar.csar
2022-06-30T06:37:57.140Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220630063524-csar.csar
2022-06-30T06:37:57.140Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW d397927f-a36c 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-Vfw20220630063524-csar.csar
2022-06-30T06:37:57.140Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220630063524-csar.csar
2022-06-30T06:37:57.140Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220630063524-csar.csar
2022-06-30T06:37:57.140Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220630063524-csar.csar
2022-06-30T06:37:57.140Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220630063524-csar.csar
2022-06-30T06:37:57.140Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220630063524-csar.csar
2022-06-30T06:37:57.141Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220630063524-csar.csar
2022-06-30T06:37:57.141Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-06-30T06:37:57.141Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T06:37:57.141Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-30 06-35-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:37:57.141Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template vFW d397927f-a36c 0 is matching search criteria
2022-06-30T06:37:57.141Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-06-30T06:37:57.141Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW d397927f-a36c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-30T06:37:57.142Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T06:37:57.142Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-30 06-35-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:37:57.142Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template vFW d397927f-a36c 0 is matching search criteria
2022-06-30T06:37:57.142Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-06-30T06:37:57.142Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW d397927f-a36c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-30T06:37:57.142Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T06:37:57.143Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-30 06-35-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:37:57.143Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T06:37:57.143Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template vFW d397927f-a36c 0 is not matching search criteria
2022-06-30T06:37:57.143Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-30T06:37:57.143Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-30T06:37:57.143Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-30T06:37:57.143Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-30T06:37:57.144Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-30T06:37:57.144Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-30T06:37:57.144Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-30T06:37:57.144Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-30T06:37:57.144Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-30T06:37:57.144Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-30T06:37:57.144Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-30T06:37:57.144Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-30T06:37:57.145Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-30T06:37:57.145Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-30T06:37:57.145Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-30T06:37:57.145Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-30T06:37:57.145Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T06:37:57.145Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-30 06-35-24 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-30T06:37:57.145Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T06:37:57.146Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template vFW d397927f-a36c 0 is matching search criteria
2022-06-30T06:37:57.146Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW d397927f-a36c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-30T06:37:57.146Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T06:37:57.146Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template vFW d397927f-a36c 0 is matching search criteria
2022-06-30T06:37:57.146Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW d397927f-a36c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-30T06:37:57.146Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T06:37:57.147Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template vFW d397927f-a36c 0 is matching search criteria
2022-06-30T06:37:57.147Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW d397927f-a36c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-30T06:37:57.147Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T06:37:57.147Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template vFW d397927f-a36c 0 is not matching search criteria
2022-06-30T06:37:57.147Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-30T06:37:57.147Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-30T06:37:57.147Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-30T06:37:57.148Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-30T06:37:57.148Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-30T06:37:57.148Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-30T06:37:57.148Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-30T06:37:57.148Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-30T06:37:57.148Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-30T06:37:57.148Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-30T06:37:57.148Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-30T06:37:57.149Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=cf7f4e22-d293-42ef-b26a-94e88f8ea616
2022-06-30T06:37:57.149Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T06:37:57.149Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template vFW d397927f-a36c 0 is not matching search criteria
2022-06-30T06:37:57.149Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-30T06:37:57.149Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-30T06:37:57.149Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-30T06:37:57.149Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-30T06:37:57.150Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-30T06:37:57.150Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-30T06:37:57.150Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-30T06:37:57.150Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-30T06:37:57.150Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-30T06:37:57.150Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-30T06:37:57.150Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-30T06:37:57.151Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-30T06:37:57.151Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=54fddc96-3e55-4ee3-96c0-51fc43f1a067
2022-06-30T06:37:57.151Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T06:37:57.151Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template vFW d397927f-a36c 0 is not matching search criteria
2022-06-30T06:37:57.151Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-30T06:37:57.151Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-30T06:37:57.151Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-30T06:37:57.151Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-30T06:37:57.152Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-30T06:37:57.152Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-30T06:37:57.152Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-30T06:37:57.152Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-30T06:37:57.152Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-30T06:37:57.152Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-30T06:37:57.153Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-30T06:37:57.153Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-30T06:37:57.153Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=bc889022-909e-4721-a73c-13d9127a07dc
2022-06-30T06:37:57.153Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T06:37:57.153Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-30 06-35-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:37:57.153Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T06:37:57.153Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-30 06-35-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:37:57.154Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T06:37:57.154Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-30 06-35-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:37:57.154Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-30T06:37:57.154Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-30 06-35-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-30T06:37:57.154Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-06-30 06-35-24
Description:catalog service description
Model UUID:2b2ff8f9-c777-42be-b24b-a3a691558884
Model Version:NULL
Model InvariantUuid:6ddcd25e-3fe6-414d-a1e4-48b410f37485
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW d397927f-a36c
Model UUID:173173ac-2d9a-4622-8fe3-4df56d30792c
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:19c4cfd4-142b-4ffa-835f-446c56fe7498
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:66e0057e-0748-4308-aef6-badfb78445f1
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:c6cb86d5-e25d-484b-bb40-81d030fb5e66
ModelName:VfwD397927fA36c..base_vfw..module-0
ModelUuid:0004a355-cb08-464a-b08a-450b0b40c1d0
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:cf7f4e22-d293-42ef-b26a-94e88f8ea616
ModelInvariantUuid:34649641-f26d-4b0c-9256-23245fdc8b03
ModelName:vFW d397927f-a36c-nodes.vfwCvfc
ModelUuid:26f009b2-cfd1-46fa-b9c6-659bbba0ad8e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:d1199459-58a9-4814-80fe-2dafa4a74a6e
ModelInvariantUuid:3f5c27ae-9df0-4bc6-b5f3-22b1a37eaffd
ModelName:VfwD397927fA36c.compute.nodes.heat.vfw
ModelUuid:5c3965a3-14a8-477b-8216-53ca590b005e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:54fddc96-3e55-4ee3-96c0-51fc43f1a067
ModelInvariantUuid:169cd924-6bd1-423d-aa6a-e8f90b833fe4
ModelName:vFW d397927f-a36c-nodes.vsnCvfc
ModelUuid:79dadf05-8f04-457b-969d-00017d3a8867
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:715626a5-133b-4915-949f-24c18f304c78
ModelInvariantUuid:38eb9d88-f36f-445b-aef2-fd9b7091b831
ModelName:VfwD397927fA36c.compute.nodes.heat.vsn
ModelUuid:53f7dc37-165b-4643-b40a-b73cbb4c7458
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:bc889022-909e-4721-a73c-13d9127a07dc
ModelInvariantUuid:2781f997-e2db-4dec-8df7-507ec3cbb289
ModelName:vFW d397927f-a36c-nodes.vpgCvfc
ModelUuid:3b6f124c-a390-4138-8902-e9af95af4df1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:e0233703-a581-450d-bad0-dcf930eca8e4
ModelInvariantUuid:991f6765-9430-43cd-ad7b-96ffe54a5beb
ModelName:VfwD397927fA36c.compute.nodes.heat.vpg
ModelUuid:087a5f23-275c-4220-a696-27a5538971d9
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-30T06:37:57.165Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 4a91ffd5-b1ee-4ca3-b1d0-6dae64b481e1
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-30T06:37:57.168Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||INFO|500||vFW d397927f-a36c 0
2022-06-30T06:37:57.168Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4a91ffd5-b1ee-4ca3-b1d0-6dae64b481e1
2022-06-30T06:37:57.168Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: b35b71ec-66ba-47b5-bafa-bab74c6787d5 from URL: /sdc/v1/catalog/services/Vfw20220630063524/1.0/resourceInstances/vfwd397927fa36c0/artifacts/vfwd397927fa36c0_modules.json
2022-06-30T06:37:57.169Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-30T06:37:57.169Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220630063524/1.0/resourceInstances/vfwd397927fa36c0/artifacts/vfwd397927fa36c0_modules.json
2022-06-30T06:37:57.237Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-30T06:37:57.237Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220630063524/1.0/resourceInstances/vfwd397927fa36c0/artifacts/vfwd397927fa36c0_modules.json b35b71ec-66ba-47b5-bafa-bab74c6787d5 785
2022-06-30T06:37:57.238Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220630063524/1.0/resourceInstances/vfwd397927fa36c0/artifacts/vfwd397927fa36c0_modules.json ASDC sendASDCNotification
2022-06-30T06:37:57.238Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220630063524/1.0/resourceInstances/vfwd397927fa36c0/artifacts/vfwd397927fa36c0_modules.json
2022-06-30T06:37:57.238Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-30T06:37:57.239Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:37:57.241Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:37:57.241Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "43bb6a28-51f4-4747-aaa5-2d717884d981",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656571077238,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630063524/1.0/resourceInstances/vfwd397927fa36c0/artifacts/vfwd397927fa36c0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-30T06:37:57.344Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-06-30T06:37:57.345Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:37:57.345Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:37:57.357Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T06:37:57.358Z||pool-43-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-30T06:37:58.242Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwD397927fA36c..base_vfw..module-0",
"vfModuleModelInvariantUUID": "c6cb86d5-e25d-484b-bb40-81d030fb5e66",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "0004a355-cb08-464a-b08a-450b0b40c1d0",
"vfModuleModelCustomizationUUID": "7f1ffa02-31b4-4146-a56b-0f665dcd9045",
"isBase": true,
"artifacts": [
"d3f1b71c-ee2e-4199-8a4e-55e11d050887",
"ac2e3e3b-c826-4481-ae78-2538c89e0384"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-06-30T06:37:58.246Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwD397927fA36c..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0004a355-cb08-464a-b08a-450b0b40c1d0
VfModuleModelInvariantUUID:c6cb86d5-e25d-484b-bb40-81d030fb5e66
VfModuleModelDescription:NULL
Artifacts UUID List:{
d3f1b71c-ee2e-4199-8a4e-55e11d050887
,
ac2e3e3b-c826-4481-ae78-2538c89e0384
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-06-30T06:37:58.249Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwD397927fA36c..base_vfw..module-0",
"vfModuleModelInvariantUUID": "c6cb86d5-e25d-484b-bb40-81d030fb5e66",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "0004a355-cb08-464a-b08a-450b0b40c1d0",
"vfModuleModelCustomizationUUID": "7f1ffa02-31b4-4146-a56b-0f665dcd9045",
"isBase": true,
"artifacts": [
"d3f1b71c-ee2e-4199-8a4e-55e11d050887",
"ac2e3e3b-c826-4481-ae78-2538c89e0384"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-06-30T06:37:58.250Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwD397927fA36c..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0004a355-cb08-464a-b08a-450b0b40c1d0
VfModuleModelInvariantUUID:c6cb86d5-e25d-484b-bb40-81d030fb5e66
VfModuleModelDescription:NULL
Artifacts UUID List:{
d3f1b71c-ee2e-4199-8a4e-55e11d050887
,
ac2e3e3b-c826-4481-ae78-2538c89e0384
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-06-30T06:37:58.250Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d3f1b71c-ee2e-4199-8a4e-55e11d050887 from URL: /sdc/v1/catalog/services/Vfw20220630063524/1.0/resourceInstances/vfwd397927fa36c0/artifacts/base_vfw.yaml
2022-06-30T06:37:58.250Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-30T06:37:58.250Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220630063524/1.0/resourceInstances/vfwd397927fa36c0/artifacts/base_vfw.yaml
2022-06-30T06:37:58.316Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-30T06:37:58.318Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220630063524/1.0/resourceInstances/vfwd397927fa36c0/artifacts/base_vfw.yaml d3f1b71c-ee2e-4199-8a4e-55e11d050887 20368
2022-06-30T06:37:58.318Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220630063524/1.0/resourceInstances/vfwd397927fa36c0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-30T06:37:58.318Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220630063524/1.0/resourceInstances/vfwd397927fa36c0/artifacts/base_vfw.yaml
2022-06-30T06:37:58.318Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-30T06:37:58.319Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:37:58.321Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:37:58.321Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "43bb6a28-51f4-4747-aaa5-2d717884d981",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656571078318,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630063524/1.0/resourceInstances/vfwd397927fa36c0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-30T06:37:58.421Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T06:37:58.422Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:37:58.422Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:37:58.438Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T06:37:58.439Z||pool-44-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-30T06:37:59.322Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: ac2e3e3b-c826-4481-ae78-2538c89e0384 from URL: /sdc/v1/catalog/services/Vfw20220630063524/1.0/resourceInstances/vfwd397927fa36c0/artifacts/base_vfw.env
2022-06-30T06:37:59.322Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-30T06:37:59.322Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220630063524/1.0/resourceInstances/vfwd397927fa36c0/artifacts/base_vfw.env
2022-06-30T06:37:59.423Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-30T06:37:59.424Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220630063524/1.0/resourceInstances/vfwd397927fa36c0/artifacts/base_vfw.env ac2e3e3b-c826-4481-ae78-2538c89e0384 2098
2022-06-30T06:37:59.424Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220630063524/1.0/resourceInstances/vfwd397927fa36c0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-30T06:37:59.424Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220630063524/1.0/resourceInstances/vfwd397927fa36c0/artifacts/base_vfw.env
2022-06-30T06:37:59.424Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-30T06:37:59.425Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-30T06:37:59.427Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-30T06:37:59.427Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "43bb6a28-51f4-4747-aaa5-2d717884d981",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656571079424,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220630063524/1.0/resourceInstances/vfwd397927fa36c0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-30T06:37:59.528Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-30T06:37:59.529Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-30T06:37:59.529Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fn2XL1ViFWlfZpy6) ...
2022-06-30T06:37:59.544Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-30T06:37:59.544Z||pool-45-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-30T06:38:00.428Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 2b2ff8f9-c777-42be-b24b-a3a691558884
2022-06-30T06:38:00.428Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW d397927f-a36c 0 4a91ffd5-b1ee-4ca3-b1d0-6dae64b481e1 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-06-30T06:38:00.454Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6cab30c9, org.onap.sdc.toscaparser.api.parameters.Input@1f55e25c, org.onap.sdc.toscaparser.api.parameters.Input@24810575, org.onap.sdc.toscaparser.api.parameters.Input@4b3687b5, org.onap.sdc.toscaparser.api.parameters.Input@7eaecb62]
2022-06-30T06:38:00.455Z|43bb6a28-51f4-4747-aaa5-2d717884d981|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery