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-09-10T05:19:44.579Z||main|||||INFO|500||The following profiles are active: basic
2022-09-10T05:19:57.199Z||main|||||INFO|500||Starting service [Tomcat]
2022-09-10T05:19:57.200Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-09-10T05:19:57.319Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-09-10T05:20:01.741Z||main|||||INFO|500||catdb-pool - Starting...
2022-09-10T05:20:02.226Z||main|||||INFO|500||catdb-pool - Start completed.
2022-09-10T05:20:02.712Z||main|||||INFO|500||reqdb-pool - Starting...
2022-09-10T05:20:02.719Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-09-10T05:20:02.842Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-09-10T05:20:03.140Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-09-10T05:20:03.708Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-09-10T05:20:05.462Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-09-10T05:20:07.757Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-09-10T05:20:07.814Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-09-10T05:20:08.336Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-09-10T05:20:08.541Z||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-09-10T05:20:09.745Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-09-10T05:20:10.814Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-09-10T05:20:10.834Z||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$$47a94641.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-09-10T05:20:10.835Z||main|||||WARN|500||The sdc end point is not alive
2022-09-10T05:20:14.113Z||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-09-10T05:20:17.006Z||main|||||WARN|500||---
2022-09-10T05:20:17.007Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-09-10T05:20:17.007Z||main|||||WARN|500||---
2022-09-10T05:20:17.435Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-09-10T05:20:22.257Z||main|||||INFO|500||Started Application in 40.831 seconds (JVM running for 43.171)
2022-09-10T05:20:22.289Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-10T05:20:22.290Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-10T05:20:22.303Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-10T05:20:22.331Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-10T05:20:22.398Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c453014f-5145-4e42-9b49-89f561f19f18 url= /sdc/v1/artifactTypes
2022-09-10T05:20:22.399Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-09-10T05:20:23.533Z||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.44.247] 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$$c872ab50.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-09-10T05:20:23.537Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@57e8f1cc
2022-09-10T05:20:23.537Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-09-10T05:20:23.554Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-09-10T05:20:23.556Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-09-10T05:20:23.559Z||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$$c872ab50.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-09-10T05:21:12.251Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-10T05:21:12.252Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-10T05:21:12.252Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-10T05:21:12.255Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-10T05:21:12.260Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6296b208-67fc-4f92-9769-5c1a522c8b0d url= /sdc/v1/artifactTypes
2022-09-10T05:21:12.261Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-09-10T05:21:13.292Z||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.44.247] 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$$c872ab50.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-09-10T05:21:13.294Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@706973f0
2022-09-10T05:21:13.294Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-09-10T05:21:13.295Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-09-10T05:21:13.295Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-09-10T05:21:13.296Z||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$$c872ab50.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-09-10T05:22:02.251Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-10T05:22:02.252Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-10T05:22:02.252Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-10T05:22:02.256Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-10T05:22:02.261Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ff653f05-8b38-4a9f-99cf-32b592c0115b url= /sdc/v1/artifactTypes
2022-09-10T05:22:02.261Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-09-10T05:22:03.275Z||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.44.247] 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$$c872ab50.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-09-10T05:22:03.276Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@683f4a86
2022-09-10T05:22:03.277Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-09-10T05:22:03.277Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-09-10T05:22:03.277Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-09-10T05:22:03.278Z||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$$c872ab50.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-09-10T05:22:52.252Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-10T05:22:52.255Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-10T05:22:52.256Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-10T05:22:52.262Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-10T05:22:52.275Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2b0ebd3e-3595-4fb8-9842-870d6a59c853 url= /sdc/v1/artifactTypes
2022-09-10T05:22:52.275Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-09-10T05:22:53.321Z||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.44.247] 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$$c872ab50.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-09-10T05:22:53.322Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7a122552
2022-09-10T05:22:53.323Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-09-10T05:22:53.323Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-09-10T05:22:53.324Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-09-10T05:22:53.326Z||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$$c872ab50.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-09-10T05:23:42.253Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-10T05:23:42.254Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-10T05:23:42.254Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-10T05:23:42.258Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-10T05:23:42.264Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 47509975-0354-4403-8cf5-27c15ba58cf9 url= /sdc/v1/artifactTypes
2022-09-10T05:23:42.264Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-09-10T05:23:43.310Z||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.44.247] 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$$c872ab50.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-09-10T05:23:43.311Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@27305322
2022-09-10T05:23:43.311Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-09-10T05:23:43.312Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-09-10T05:23:43.312Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-09-10T05:23:43.312Z||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$$c872ab50.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-09-10T05:24:32.251Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-10T05:24:32.252Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-10T05:24:32.252Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-10T05:24:32.257Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-10T05:24:32.261Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8ab1f9c0-96b1-4685-96be-38a3599c825d url= /sdc/v1/artifactTypes
2022-09-10T05:24:32.262Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-09-10T05:24:33.289Z||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.44.247] 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$$c872ab50.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-09-10T05:24:33.289Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@41729b72
2022-09-10T05:24:33.290Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-09-10T05:24:33.291Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-09-10T05:24:33.291Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-09-10T05:24:33.292Z||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$$c872ab50.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-09-10T05:25:22.251Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-10T05:25:22.252Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-10T05:25:22.252Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-10T05:25:22.256Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-10T05:25:22.264Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 312bcfab-1a66-4eb4-962c-7cbfc2b87c4d url= /sdc/v1/artifactTypes
2022-09-10T05:25:22.264Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-09-10T05:25:23.304Z||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.44.247] 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$$c872ab50.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-09-10T05:25:23.306Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5fccdf7c
2022-09-10T05:25:23.306Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-09-10T05:25:23.307Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-09-10T05:25:23.307Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-09-10T05:25:23.308Z||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$$c872ab50.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-09-10T05:26:12.251Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-10T05:26:12.251Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-10T05:26:12.252Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-10T05:26:12.255Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-10T05:26:12.261Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 627f2e5e-d2b1-4631-81ad-f4ba8d82e4e1 url= /sdc/v1/artifactTypes
2022-09-10T05:26:12.261Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-09-10T05:26:13.288Z||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.44.247] 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$$c872ab50.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-09-10T05:26:13.289Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7f6d98ee
2022-09-10T05:26:13.289Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-09-10T05:26:13.290Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-09-10T05:26:13.290Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-09-10T05:26:13.291Z||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$$c872ab50.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-09-10T05:27:02.251Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-10T05:27:02.252Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-10T05:27:02.252Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-10T05:27:02.255Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-10T05:27:02.266Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 45e5200c-8ceb-46f1-9b87-cc0c62a35437 url= /sdc/v1/artifactTypes
2022-09-10T05:27:02.267Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-09-10T05:27:03.304Z||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.44.247] 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$$c872ab50.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-09-10T05:27:03.305Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3c2cf43f
2022-09-10T05:27:03.305Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-09-10T05:27:03.306Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-09-10T05:27:03.306Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-09-10T05:27:03.307Z||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$$c872ab50.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-09-10T05:27:52.251Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-10T05:27:52.252Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-10T05:27:52.253Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-10T05:27:52.257Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-10T05:27:52.283Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 88ea6313-13dc-429f-a8be-8bd9ef5bd4bd url= /sdc/v1/artifactTypes
2022-09-10T05:27:52.284Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-09-10T05:27:52.574Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-09-10T05:27:52.584Z||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-09-10T05:27:52.610Z||scheduling-1|||||DEBUG|500||create keys
2022-09-10T05:27:52.617Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-09-10T05:27:52.640Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T05:27:52.661Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= daa809c8-8397-4210-b156-68d7d0764a07 url= /sdc/v1/registerForDistribution
2022-09-10T05:27:53.158Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= daa809c8-8397-4210-b156-68d7d0764a07 url= /sdc/v1/registerForDistribution
2022-09-10T05:27:53.159Z||scheduling-1|||||INFO|500||start DistributionClient
2022-09-10T05:27:53.169Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T05:27:53.170Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T05:27:53.177Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-09-10T05:27:53.180Z||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-09-10T05:27:53.180Z||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-09-10T05:27:53.180Z||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 B2OcHaxGVXBSP1RO) ...
2022-09-10T05:27:53.180Z||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 B2OcHaxGVXBSP1RO) ...
2022-09-10T05:28:03.467Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T05:28:03.471Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T05:28:53.167Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T05:28:53.168Z||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-09-10T05:28:53.168Z||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 B2OcHaxGVXBSP1RO) ...
2022-09-10T05:28:53.169Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T05:28:53.170Z||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-09-10T05:28:53.171Z||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 B2OcHaxGVXBSP1RO) ...
2022-09-10T05:29:02.729Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T05:29:02.739Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T05:29:52.204Z||http-nio-8085-exec-2|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-09-10T05:29:53.167Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T05:29:53.168Z||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-09-10T05:29:53.168Z||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 B2OcHaxGVXBSP1RO) ...
2022-09-10T05:29:53.171Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T05:29:53.173Z||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-09-10T05:29:53.174Z||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 B2OcHaxGVXBSP1RO) ...
2022-09-10T05:30:02.726Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T05:30:02.729Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T05:30:53.167Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T05:30:53.168Z||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-09-10T05:30:53.168Z||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 B2OcHaxGVXBSP1RO) ...
2022-09-10T05:30:53.171Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T05:30:53.173Z||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-09-10T05:30:53.173Z||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 B2OcHaxGVXBSP1RO) ...
2022-09-10T05:31:02.745Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T05:31:02.748Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T05:31:53.167Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T05:31:53.168Z||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-09-10T05:31:53.168Z||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 B2OcHaxGVXBSP1RO) ...
2022-09-10T05:31:53.169Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T05:31:53.170Z||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-09-10T05:31:53.171Z||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 B2OcHaxGVXBSP1RO) ...
2022-09-10T05:32:02.755Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T05:32:02.757Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T05:32:53.167Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T05:32:53.168Z||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-09-10T05:32:53.169Z||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 B2OcHaxGVXBSP1RO) ...
2022-09-10T05:32:53.170Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T05:32:53.171Z||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-09-10T05:32:53.171Z||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 B2OcHaxGVXBSP1RO) ...
2022-09-10T05:33:02.730Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T05:33:02.732Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T05:33:53.167Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T05:33:53.168Z||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-09-10T05:33:53.168Z||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 B2OcHaxGVXBSP1RO) ...
2022-09-10T05:33:53.170Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T05:33:53.170Z||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-09-10T05:33:53.170Z||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 B2OcHaxGVXBSP1RO) ...
2022-09-10T05:34:02.736Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T05:34:02.740Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T05:34:53.167Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T05:34:53.168Z||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-09-10T05:34:53.168Z||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 B2OcHaxGVXBSP1RO) ...
2022-09-10T05:34:53.170Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T05:34:53.171Z||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-09-10T05:34:53.171Z||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 B2OcHaxGVXBSP1RO) ...
2022-09-10T05:35:02.733Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T05:35:02.735Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T05:35:53.167Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T05:35:53.169Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T05:35:53.170Z||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-09-10T05:35:53.171Z||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 B2OcHaxGVXBSP1RO) ...
2022-09-10T05:35:53.184Z||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-09-10T05:35:53.186Z||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 B2OcHaxGVXBSP1RO) ...
2022-09-10T05:36:02.744Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T05:36:02.751Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T05:36:53.167Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T05:36:53.168Z||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-09-10T05:36:53.168Z||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 B2OcHaxGVXBSP1RO) ...
2022-09-10T05:36:53.170Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T05:36:53.170Z||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-09-10T05:36:53.171Z||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 B2OcHaxGVXBSP1RO) ...
2022-09-10T05:37:02.716Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T05:37:02.717Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T05:37:53.167Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T05:37:53.168Z||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-09-10T05:37:53.168Z||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 B2OcHaxGVXBSP1RO) ...
2022-09-10T05:37:53.169Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T05:37:53.170Z||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-09-10T05:37:53.170Z||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 B2OcHaxGVXBSP1RO) ...
2022-09-10T05:38:02.737Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T05:38:02.738Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T05:38:53.167Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T05:38:53.168Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-10T05:38:53.168Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B2OcHaxGVXBSP1RO) ...
2022-09-10T05:38:53.169Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T05:38:53.170Z||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-09-10T05:38:53.170Z||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 B2OcHaxGVXBSP1RO) ...
2022-09-10T05:39:02.721Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T05:39:02.727Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T05:39:53.167Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T05:39:53.168Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-10T05:39:53.168Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B2OcHaxGVXBSP1RO) ...
2022-09-10T05:39:53.169Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T05:39:53.170Z||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-09-10T05:39:53.170Z||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 B2OcHaxGVXBSP1RO) ...
2022-09-10T05:40:02.757Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T05:40:02.760Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T05:40:53.167Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T05:40:53.168Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-10T05:40:53.168Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B2OcHaxGVXBSP1RO) ...
2022-09-10T05:40:53.170Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T05:40:53.170Z||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-09-10T05:40:53.170Z||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 B2OcHaxGVXBSP1RO) ...
2022-09-10T05:41:02.740Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T05:41:02.744Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T05:41:53.167Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T05:41:53.169Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-10T05:41:53.169Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B2OcHaxGVXBSP1RO) ...
2022-09-10T05:41:53.169Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T05:41:53.170Z||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-09-10T05:41:53.170Z||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 B2OcHaxGVXBSP1RO) ...
2022-09-10T05:42:02.747Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T05:42:02.747Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T05:42:53.167Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T05:42:53.168Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-10T05:42:53.168Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B2OcHaxGVXBSP1RO) ...
2022-09-10T05:42:53.169Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T05:42:53.170Z||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-09-10T05:42:53.170Z||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 B2OcHaxGVXBSP1RO) ...
2022-09-10T05:43:02.721Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T05:43:02.723Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T05:43:53.167Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T05:43:53.168Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-10T05:43:53.168Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B2OcHaxGVXBSP1RO) ...
2022-09-10T05:43:53.169Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T05:43:53.170Z||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-09-10T05:43:53.171Z||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 B2OcHaxGVXBSP1RO) ...
2022-09-10T05:44:02.731Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T05:44:02.732Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T05:44:53.167Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T05:44:53.169Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-10T05:44:53.169Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B2OcHaxGVXBSP1RO) ...
2022-09-10T05:44:53.170Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T05:44:53.170Z||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-09-10T05:44:53.171Z||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 B2OcHaxGVXBSP1RO) ...
2022-09-10T05:45:02.783Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T05:45:02.785Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T05:45:53.167Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T05:45:53.167Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-10T05:45:53.168Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B2OcHaxGVXBSP1RO) ...
2022-09-10T05:45:53.169Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T05:45:53.170Z||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-09-10T05:45:53.170Z||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 B2OcHaxGVXBSP1RO) ...
2022-09-10T05:46:02.741Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T05:46:02.741Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T05:46:53.167Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T05:46:53.168Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-10T05:46:53.168Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B2OcHaxGVXBSP1RO) ...
2022-09-10T05:46:53.169Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T05:46:53.170Z||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-09-10T05:46:53.170Z||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 B2OcHaxGVXBSP1RO) ...
2022-09-10T05:47:02.721Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T05:47:02.726Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T05:47:53.167Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T05:47:53.168Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-10T05:47:53.168Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B2OcHaxGVXBSP1RO) ...
2022-09-10T05:47:53.169Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T05:47:53.171Z||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-09-10T05:47:53.171Z||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 B2OcHaxGVXBSP1RO) ...
2022-09-10T05:48:02.730Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T05:48:02.730Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T05:48:53.167Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T05:48:53.168Z||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-09-10T05:48:53.168Z||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 B2OcHaxGVXBSP1RO) ...
2022-09-10T05:48:53.171Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T05:48:53.172Z||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-09-10T05:48:53.172Z||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 B2OcHaxGVXBSP1RO) ...
2022-09-10T05:49:02.726Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T05:49:02.731Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T05:49:53.168Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T05:49:53.169Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-10T05:49:53.169Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T05:49:53.170Z||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-09-10T05:49:53.170Z||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 B2OcHaxGVXBSP1RO) ...
2022-09-10T05:49:53.169Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B2OcHaxGVXBSP1RO) ...
2022-09-10T05:50:02.731Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T05:50:02.733Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T05:50:53.167Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T05:50:53.168Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-10T05:50:53.168Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B2OcHaxGVXBSP1RO) ...
2022-09-10T05:50:53.170Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T05:50:53.170Z||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-09-10T05:50:53.171Z||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 B2OcHaxGVXBSP1RO) ...
2022-09-10T05:51:02.730Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T05:51:02.730Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T05:51:53.167Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T05:51:53.169Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-10T05:51:53.169Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B2OcHaxGVXBSP1RO) ...
2022-09-10T05:51:53.169Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T05:51:53.170Z||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-09-10T05:51:53.170Z||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 B2OcHaxGVXBSP1RO) ...
2022-09-10T05:52:02.735Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T05:52:02.743Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T05:52:53.167Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T05:52:53.167Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-10T05:52:53.168Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B2OcHaxGVXBSP1RO) ...
2022-09-10T05:52:53.169Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T05:52:53.170Z||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-09-10T05:52:53.170Z||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 B2OcHaxGVXBSP1RO) ...
2022-09-10T05:53:02.705Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T05:53:02.713Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T05:53:53.167Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T05:53:53.168Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-10T05:53:53.168Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B2OcHaxGVXBSP1RO) ...
2022-09-10T05:53:53.170Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T05:53:53.170Z||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-09-10T05:53:53.170Z||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 B2OcHaxGVXBSP1RO) ...
2022-09-10T05:54:02.728Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T05:54:02.734Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T05:54:53.167Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T05:54:53.168Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-10T05:54:53.168Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B2OcHaxGVXBSP1RO) ...
2022-09-10T05:54:53.170Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T05:54:53.171Z||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-09-10T05:54:53.171Z||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 B2OcHaxGVXBSP1RO) ...
2022-09-10T05:55:02.729Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T05:55:02.730Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T05:55:53.170Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T05:55:53.170Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T05:55:53.171Z||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-09-10T05:55:53.171Z||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 B2OcHaxGVXBSP1RO) ...
2022-09-10T05:55:53.171Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-10T05:55:53.172Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B2OcHaxGVXBSP1RO) ...
2022-09-10T05:56:02.743Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T05:56:02.744Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T05:56:53.167Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T05:56:53.168Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-10T05:56:53.168Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B2OcHaxGVXBSP1RO) ...
2022-09-10T05:56:53.169Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T05:56:53.170Z||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-09-10T05:56:53.170Z||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 B2OcHaxGVXBSP1RO) ...
2022-09-10T05:57:02.713Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T05:57:02.714Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T05:57:53.167Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T05:57:53.168Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-10T05:57:53.168Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B2OcHaxGVXBSP1RO) ...
2022-09-10T05:57:53.169Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T05:57:53.170Z||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-09-10T05:57:53.170Z||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 B2OcHaxGVXBSP1RO) ...
2022-09-10T05:58:02.731Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T05:58:02.731Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T05:58:53.167Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T05:58:53.168Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-10T05:58:53.168Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B2OcHaxGVXBSP1RO) ...
2022-09-10T05:58:53.169Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T05:58:53.170Z||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-09-10T05:58:53.170Z||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 B2OcHaxGVXBSP1RO) ...
2022-09-10T05:59:02.719Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T05:59:02.721Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T05:59:53.167Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T05:59:53.168Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-10T05:59:53.168Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B2OcHaxGVXBSP1RO) ...
2022-09-10T05:59:53.169Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T05:59:53.170Z||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-09-10T05:59:53.170Z||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 B2OcHaxGVXBSP1RO) ...
2022-09-10T06:00:02.756Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T06:00:02.759Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T06:00:53.167Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T06:00:53.168Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-10T06:00:53.168Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B2OcHaxGVXBSP1RO) ...
2022-09-10T06:00:53.169Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T06:00:53.170Z||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-09-10T06:00:53.171Z||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 B2OcHaxGVXBSP1RO) ...
2022-09-10T06:01:02.724Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T06:01:02.726Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T06:01:53.168Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T06:01:53.169Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-10T06:01:53.169Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B2OcHaxGVXBSP1RO) ...
2022-09-10T06:01:53.170Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T06:01:53.170Z||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-09-10T06:01:53.170Z||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 B2OcHaxGVXBSP1RO) ...
2022-09-10T06:02:02.724Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T06:02:02.732Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T06:02:53.167Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T06:02:53.168Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-10T06:02:53.168Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B2OcHaxGVXBSP1RO) ...
2022-09-10T06:02:53.169Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T06:02:53.170Z||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-09-10T06:02:53.170Z||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 B2OcHaxGVXBSP1RO) ...
2022-09-10T06:03:02.729Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T06:03:02.730Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T06:03:53.167Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T06:03:53.168Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-10T06:03:53.168Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B2OcHaxGVXBSP1RO) ...
2022-09-10T06:03:53.170Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T06:03:53.171Z||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-09-10T06:03:53.171Z||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 B2OcHaxGVXBSP1RO) ...
2022-09-10T06:04:02.734Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T06:04:02.736Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T06:04:53.167Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T06:04:53.168Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-10T06:04:53.168Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B2OcHaxGVXBSP1RO) ...
2022-09-10T06:04:53.169Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T06:04:53.170Z||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-09-10T06:04:53.170Z||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 B2OcHaxGVXBSP1RO) ...
2022-09-10T06:05:02.746Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T06:05:02.746Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T06:05:53.167Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T06:05:53.169Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T06:05:53.170Z||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-09-10T06:05:53.170Z||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 B2OcHaxGVXBSP1RO) ...
2022-09-10T06:05:53.170Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-10T06:05:53.171Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B2OcHaxGVXBSP1RO) ...
2022-09-10T06:06:02.753Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T06:06:02.757Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T06:06:53.167Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T06:06:53.168Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-10T06:06:53.168Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B2OcHaxGVXBSP1RO) ...
2022-09-10T06:06:53.169Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T06:06:53.170Z||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-09-10T06:06:53.170Z||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 B2OcHaxGVXBSP1RO) ...
2022-09-10T06:07:02.723Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T06:07:02.724Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T06:07:53.167Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T06:07:53.168Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-10T06:07:53.168Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B2OcHaxGVXBSP1RO) ...
2022-09-10T06:07:53.169Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T06:07:53.170Z||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-09-10T06:07:53.170Z||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 B2OcHaxGVXBSP1RO) ...
2022-09-10T06:08:01.076Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T06:08:01.079Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-10T06:08:01.079Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"e12d61a5-2616-4087-9618-4d553e000c3b","serviceName":"basic_onboard_ELzSHK","serviceVersion":"1.0","serviceUUID":"12a6224f-0d5e-4d1d-9502-a854e10e5796","serviceDescription":"service","serviceInvariantUUID":"383f63da-4f80-41dd-a8b3-6d78f2f4c0e1","resources":[{"resourceInstanceName":"basic_onboard_ELzSHK 0","resourceName":"basic_onboard_ELzSHK","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"369f7405-ddb9-4213-b230-26461dd8235e","resourceInvariantUUID":"5e3308e9-3755-47ad-8663-113ac3e14f11","resourceCustomizationUUID":"5d76f3e7-56b4-4dff-bd9f-1d746c9dfa13","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/vf-license-model.xml","artifactChecksum":"MGQ4ZTBmYjE1N2Y3YTMwMTI5YzI3NzQ2NjgwYTRhYzE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0838f797-cfb6-4b45-8411-dc7613bdfa8d","artifactVersion":"1"},{"artifactName":"basic_onboard_elzshk0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/basic_onboard_elzshk0_modules.json","artifactChecksum":"YTQ5OTA4OWMzN2JhMjMxODU1N2NiNjIyOTRlZmFmMjY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"fce06914-2551-447f-bf7d-718d56b957fb","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"48931507-7e2d-40b8-a7d5-fdf480b19701","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a721131b-596f-465b-9eba-b992407aa197","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"37a1cecf-ec42-4be4-b80c-d166d734bab9","artifactVersion":"2","generatedFromUUID":"48931507-7e2d-40b8-a7d5-fdf480b19701"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardElzshk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/artifacts/service-BasicOnboardElzshk-template.yml","artifactChecksum":"OWE5MzE4MmNmYzFmY2I5NjZmMDU5NmEyMDYwZTkyNDk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1e513795-9ad7-49a9-bda6-2d0bcc84be4a","artifactVersion":"1"},{"artifactName":"service-BasicOnboardElzshk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/artifacts/service-BasicOnboardElzshk-csar.csar","artifactChecksum":"YWNiOGRmOGRjZGVjNzA3MWZkMmIzOTEyMjlmZTBiY2M\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1ed5eb1f-447c-4c49-8f78-10a7f017ab6e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-10T06:08:01.096Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-10T06:08:01.104Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-10T06:08:01.117Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-10T06:08:01.117Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662790073167,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-10T06:08:01.217Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-09-10T06:08:01.221Z||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-09-10T06:08:01.221Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ...
2022-09-10T06:08:01.250Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T06:08:01.251Z||pool-3-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":3,"count":1}
2022-09-10T06:08:01.369Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T06:08:01.370Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:08:01.370Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662790073167,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-10T06:08:01.395Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-10T06:08:02.124Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-10T06:08:02.124Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-10T06:08:02.127Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-10T06:08:02.127Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662790073167,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/basic_onboard_elzshk0_modules.json",
"status": "NOTIFIED"
}
2022-09-10T06:08:02.227Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-10T06:08:02.228Z||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-09-10T06:08:02.228Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ...
2022-09-10T06:08:02.250Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T06:08:02.251Z||pool-4-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-09-10T06:08:03.128Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-10T06:08:03.128Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-10T06:08:03.130Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-10T06:08:03.130Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662790073167,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-09-10T06:08:03.231Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-10T06:08:03.231Z||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-09-10T06:08:03.232Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ...
2022-09-10T06:08:03.250Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T06:08:03.251Z||pool-5-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-09-10T06:08:04.131Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-10T06:08:04.132Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-10T06:08:04.134Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-10T06:08:04.134Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662790073167,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-10T06:08:04.234Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-10T06:08:04.235Z||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-09-10T06:08:04.235Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ...
2022-09-10T06:08:04.261Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T06:08:04.262Z||pool-6-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-09-10T06:08:05.135Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-10T06:08:05.135Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-10T06:08:05.137Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-10T06:08:05.137Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662790073167,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-09-10T06:08:05.238Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-10T06:08:05.238Z||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-09-10T06:08:05.239Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ...
2022-09-10T06:08:05.269Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T06:08:05.270Z||pool-7-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2022-09-10T06:08:06.138Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-10T06:08:06.139Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-10T06:08:06.141Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-10T06:08:06.141Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662790073167,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/artifacts/service-BasicOnboardElzshk-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-10T06:08:06.241Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-10T06:08:06.242Z||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-09-10T06:08:06.243Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ...
2022-09-10T06:08:06.283Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T06:08:06.283Z||pool-8-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2022-09-10T06:08:07.142Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-10T06:08:07.143Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-10T06:08:07.145Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-10T06:08:07.145Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662790073167,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/artifacts/service-BasicOnboardElzshk-csar.csar",
"status": "NOTIFIED"
}
2022-09-10T06:08:07.246Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-10T06:08:07.247Z||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-09-10T06:08:07.248Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ...
2022-09-10T06:08:07.261Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T06:08:07.262Z||pool-9-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-09-10T06:08:08.148Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b",
"serviceName": "basic_onboard_ELzSHK",
"serviceVersion": "1.0",
"serviceUUID": "12a6224f-0d5e-4d1d-9502-a854e10e5796",
"serviceDescription": "service",
"serviceInvariantUUID": "383f63da-4f80-41dd-a8b3-6d78f2f4c0e1",
"resources": [
{
"resourceInstanceName": "basic_onboard_ELzSHK 0",
"resourceCustomizationUUID": "5d76f3e7-56b4-4dff-bd9f-1d746c9dfa13",
"resourceName": "basic_onboard_ELzSHK",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "369f7405-ddb9-4213-b230-26461dd8235e",
"resourceInvariantUUID": "5e3308e9-3755-47ad-8663-113ac3e14f11",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_elzshk0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/basic_onboard_elzshk0_modules.json",
"artifactChecksum": "YTQ5OTA4OWMzN2JhMjMxODU1N2NiNjIyOTRlZmFmMjY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "fce06914-2551-447f-bf7d-718d56b957fb",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "48931507-7e2d-40b8-a7d5-fdf480b19701",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "37a1cecf-ec42-4be4-b80c-d166d734bab9",
"generatedFromUUID": "48931507-7e2d-40b8-a7d5-fdf480b19701"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "37a1cecf-ec42-4be4-b80c-d166d734bab9",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardElzshk-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/artifacts/service-BasicOnboardElzshk-csar.csar",
"artifactChecksum": "YWNiOGRmOGRjZGVjNzA3MWZkMmIzOTEyMjlmZTBiY2M\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "1ed5eb1f-447c-4c49-8f78-10a7f017ab6e"
}
],
"workloadContext": "Production"
}
2022-09-10T06:08:08.150Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-10T06:08:08.150Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 12a6224f-0d5e-4d1d-9502-a854e10e5796 ASDC
2022-09-10T06:08:08.262Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:e12d61a5-2616-4087-9618-4d553e000c3b
ServiceName:basic_onboard_ELzSHK
ServiceVersion:1.0
ServiceUUID:12a6224f-0d5e-4d1d-9502-a854e10e5796
ServiceInvariantUUID:383f63da-4f80-41dd-a8b3-6d78f2f4c0e1
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardElzshk-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/artifacts/service-BasicOnboardElzshk-csar.csar
ArtifactUUID:1ed5eb1f-447c-4c49-8f78-10a7f017ab6e
ArtifactChecksum:YWNiOGRmOGRjZGVjNzA3MWZkMmIzOTEyMjlmZTBiY2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_ELzSHK 0
ResourceCustomizationUUID:5d76f3e7-56b4-4dff-bd9f-1d746c9dfa13
ResourceInvariantUUID:5e3308e9-3755-47ad-8663-113ac3e14f11
ResourceName:basic_onboard_ELzSHK
ResourceType:VF
ResourceUUID:369f7405-ddb9-4213-b230-26461dd8235e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_elzshk0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/basic_onboard_elzshk0_modules.json
ArtifactUUID:fce06914-2551-447f-bf7d-718d56b957fb
ArtifactChecksum:YTQ5OTA4OWMzN2JhMjMxODU1N2NiNjIyOTRlZmFmMjY=
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/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/base_ubuntu18.yaml
ArtifactUUID:48931507-7e2d-40b8-a7d5-fdf480b19701
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/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/base_ubuntu18.env
ArtifactUUID:37a1cecf-ec42-4be4-b80c-d166d734bab9
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/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/base_ubuntu18.env
ArtifactUUID:37a1cecf-ec42-4be4-b80c-d166d734bab9
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-09-10T06:08:08.262Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 12a6224f-0d5e-4d1d-9502-a854e10e5796 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-09-10T06:08:08.504Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-10T06:08:08.505Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-09-10T06:08:08.506Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-09-10T06:08:08.506Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 1ed5eb1f-447c-4c49-8f78-10a7f017ab6e from URL: /sdc/v1/catalog/services/BasicOnboardElzshk/1.0/artifacts/service-BasicOnboardElzshk-csar.csar
2022-09-10T06:08:08.507Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-09-10T06:08:08.508Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/artifacts/service-BasicOnboardElzshk-csar.csar
2022-09-10T06:08:08.894Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-09-10T06:08:08.910Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardElzshk/1.0/artifacts/service-BasicOnboardElzshk-csar.csar 1ed5eb1f-447c-4c49-8f78-10a7f017ab6e 75224
2022-09-10T06:08:08.911Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardElzshk/1.0/artifacts/service-BasicOnboardElzshk-csar.csar ASDC sendASDCNotification
2022-09-10T06:08:08.911Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/artifacts/service-BasicOnboardElzshk-csar.csar
2022-09-10T06:08:08.912Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-10T06:08:08.913Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-10T06:08:08.915Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-10T06:08:08.915Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662790088910,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/artifacts/service-BasicOnboardElzshk-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-10T06:08:09.015Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-10T06:08:09.016Z||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-09-10T06:08:09.016Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ...
2022-09-10T06:08:09.030Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T06:08:09.030Z||pool-10-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-09-10T06:08:09.916Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-10T06:08:09.917Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-09-10T06:08:09.918Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 1ed5eb1f-447c-4c49-8f78-10a7f017ab6e, URL: /sdc/v1/catalog/services/BasicOnboardElzshk/1.0/artifacts/service-BasicOnboardElzshk-csar.csar to file: /app/ASDC/1/service-BasicOnboardElzshk-csar.csar
2022-09-10T06:08:09.918Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardElzshk-csar.csar
2022-09-10T06:08:10.006Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardElzshk-csar.csar
2022-09-10T06:08:10.007Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardElzshk-csar.csar
2022-09-10T06:08:10.609Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14781583593719375311/Definitions/service-BasicOnboardElzshk-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_security_groups" is not provided
Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_ubuntu18_metadata" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "compute_ubuntu18_name" 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_network" is not provided
Log warning: The required parameter "compute_ubuntu18_key_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided
2022-09-10T06:08:12.923Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-10T06:08:12.929Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-09-10T06:08:12.929Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardElzshk-csar.csar
2022-09-10T06:08:12.929Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-09-10T06:08:12.929Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardElzshk-csar.csar
2022-09-10T06:08:12.929Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardElzshk-csar.csar
2022-09-10T06:08:12.929Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardElzshk-csar.csar
2022-09-10T06:08:12.929Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_ELzSHK 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicOnboardElzshk-csar.csar
2022-09-10T06:08:12.930Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardElzshk-csar.csar
2022-09-10T06:08:12.930Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardElzshk-csar.csar
2022-09-10T06:08:12.930Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||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-BasicOnboardElzshk-csar.csar
2022-09-10T06:08:12.930Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-09-10T06:08:12.936Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-10T06:08:12.937Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ELzSHK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-10T06:08:12.941Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_ELzSHK 0 is matching search criteria
2022-09-10T06:08:12.941Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-09-10T06:08:12.943Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_ELzSHK 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-10T06:08:12.944Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-10T06:08:12.945Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ELzSHK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-10T06:08:12.945Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_ELzSHK 0 is matching search criteria
2022-09-10T06:08:12.945Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-09-10T06:08:12.945Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_ELzSHK 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-10T06:08:12.945Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-10T06:08:12.946Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ELzSHK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-10T06:08:12.949Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-10T06:08:12.949Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_ELzSHK 0 is not matching search criteria
2022-09-10T06:08:12.949Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-09-10T06:08:12.950Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-09-10T06:08:12.950Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-09-10T06:08:12.950Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-09-10T06:08:12.950Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-10T06:08:12.950Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-10T06:08:12.950Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ELzSHK is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-10T06:08:12.951Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-10T06:08:12.951Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_ELzSHK 0 is matching search criteria
2022-09-10T06:08:12.952Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_ELzSHK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-10T06:08:12.952Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-10T06:08:12.952Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_ELzSHK 0 is matching search criteria
2022-09-10T06:08:12.952Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_ELzSHK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-10T06:08:12.952Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-10T06:08:12.953Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_ELzSHK 0 is matching search criteria
2022-09-10T06:08:12.953Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_ELzSHK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-10T06:08:12.953Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-10T06:08:12.953Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_ELzSHK 0 is not matching search criteria
2022-09-10T06:08:12.953Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-09-10T06:08:12.953Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-09-10T06:08:12.953Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=a1345f88-c862-4b87-8109-85cc6f0125c1
2022-09-10T06:08:12.954Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-10T06:08:12.954Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ELzSHK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-10T06:08:12.954Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-10T06:08:12.954Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ELzSHK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-10T06:08:12.954Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-10T06:08:12.954Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ELzSHK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-10T06:08:12.955Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-10T06:08:12.955Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ELzSHK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-10T06:08:12.955Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_ELzSHK
Description:service
Model UUID:12a6224f-0d5e-4d1d-9502-a854e10e5796
Model Version:NULL
Model InvariantUuid:383f63da-4f80-41dd-a8b3-6d78f2f4c0e1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_ELzSHK
Model UUID:070aab2a-c084-49ab-8e6c-7ea625a54180
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:5e3308e9-3755-47ad-8663-113ac3e14f11
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:5d76f3e7-56b4-4dff-bd9f-1d746c9dfa13
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:606c8798-e9a4-4cc7-880f-6fa89cf4a49c
ModelName:BasicOnboardElzshk..base_ubuntu18..module-0
ModelUuid:2935e5a5-f475-455d-aabb-97403365abcc
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:a1345f88-c862-4b87-8109-85cc6f0125c1
ModelInvariantUuid:a9a2cc92-71e8-4bbb-bb7b-0115248d6ec0
ModelName:basic_onboard_ELzSHK-nodes.ubuntu18Cvfc
ModelUuid:7734fe87-7695-4dce-beed-983eb2ea7f2b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:27c545b6-c953-466c-a05c-594e60a5ed0e
ModelInvariantUuid:3b9ed036-dadc-46bd-bb32-d415216eb80c
ModelName:BasicOnboardElzshk.compute.nodes.heat.ubuntu18
ModelUuid:9bf1f1ca-f09b-42ab-b786-5b89187e30c8
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-09-10T06:08:12.975Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 369f7405-ddb9-4213-b230-26461dd8235e
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-09-10T06:08:13.057Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||basic_onboard_ELzSHK 0
2022-09-10T06:08:13.064Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 369f7405-ddb9-4213-b230-26461dd8235e
2022-09-10T06:08:13.064Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: fce06914-2551-447f-bf7d-718d56b957fb from URL: /sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/basic_onboard_elzshk0_modules.json
2022-09-10T06:08:13.064Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-09-10T06:08:13.064Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/basic_onboard_elzshk0_modules.json
2022-09-10T06:08:13.395Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-09-10T06:08:13.396Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/basic_onboard_elzshk0_modules.json fce06914-2551-447f-bf7d-718d56b957fb 798
2022-09-10T06:08:13.397Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/basic_onboard_elzshk0_modules.json ASDC sendASDCNotification
2022-09-10T06:08:13.397Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/basic_onboard_elzshk0_modules.json
2022-09-10T06:08:13.397Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-10T06:08:13.397Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-10T06:08:13.399Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-10T06:08:13.399Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662790093396,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/basic_onboard_elzshk0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-10T06:08:13.499Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-10T06:08:13.500Z||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-09-10T06:08:13.501Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ...
2022-09-10T06:08:13.512Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T06:08:13.513Z||pool-11-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-09-10T06:08:14.401Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardElzshk..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "606c8798-e9a4-4cc7-880f-6fa89cf4a49c",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "2935e5a5-f475-455d-aabb-97403365abcc",
"vfModuleModelCustomizationUUID": "63ae9c01-17c5-4a9c-940b-6cf331cd98ed",
"isBase": true,
"artifacts": [
"48931507-7e2d-40b8-a7d5-fdf480b19701",
"37a1cecf-ec42-4be4-b80c-d166d734bab9"
],
"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-09-10T06:08:14.415Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardElzshk..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2935e5a5-f475-455d-aabb-97403365abcc
VfModuleModelInvariantUUID:606c8798-e9a4-4cc7-880f-6fa89cf4a49c
VfModuleModelDescription:NULL
Artifacts UUID List:{
48931507-7e2d-40b8-a7d5-fdf480b19701
,
37a1cecf-ec42-4be4-b80c-d166d734bab9
}
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-09-10T06:08:14.418Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardElzshk..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "606c8798-e9a4-4cc7-880f-6fa89cf4a49c",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "2935e5a5-f475-455d-aabb-97403365abcc",
"vfModuleModelCustomizationUUID": "63ae9c01-17c5-4a9c-940b-6cf331cd98ed",
"isBase": true,
"artifacts": [
"48931507-7e2d-40b8-a7d5-fdf480b19701",
"37a1cecf-ec42-4be4-b80c-d166d734bab9"
],
"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-09-10T06:08:14.418Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardElzshk..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2935e5a5-f475-455d-aabb-97403365abcc
VfModuleModelInvariantUUID:606c8798-e9a4-4cc7-880f-6fa89cf4a49c
VfModuleModelDescription:NULL
Artifacts UUID List:{
48931507-7e2d-40b8-a7d5-fdf480b19701
,
37a1cecf-ec42-4be4-b80c-d166d734bab9
}
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-09-10T06:08:14.418Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 48931507-7e2d-40b8-a7d5-fdf480b19701 from URL: /sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/base_ubuntu18.yaml
2022-09-10T06:08:14.418Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-09-10T06:08:14.419Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/base_ubuntu18.yaml
2022-09-10T06:08:14.650Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-09-10T06:08:14.651Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/base_ubuntu18.yaml 48931507-7e2d-40b8-a7d5-fdf480b19701 5033
2022-09-10T06:08:14.651Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-09-10T06:08:14.651Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/base_ubuntu18.yaml
2022-09-10T06:08:14.651Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-10T06:08:14.652Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-10T06:08:14.653Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-10T06:08:14.654Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662790094651,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-10T06:08:14.754Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-10T06:08:14.755Z||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-09-10T06:08:14.755Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ...
2022-09-10T06:08:14.767Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T06:08:14.768Z||pool-12-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-09-10T06:08:15.654Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 37a1cecf-ec42-4be4-b80c-d166d734bab9 from URL: /sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/base_ubuntu18.env
2022-09-10T06:08:15.655Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-09-10T06:08:15.655Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/base_ubuntu18.env
2022-09-10T06:08:16.110Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-09-10T06:08:16.111Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/base_ubuntu18.env 37a1cecf-ec42-4be4-b80c-d166d734bab9 909
2022-09-10T06:08:16.111Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-09-10T06:08:16.111Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/base_ubuntu18.env
2022-09-10T06:08:16.112Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-10T06:08:16.112Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-10T06:08:16.114Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-10T06:08:16.114Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662790096111,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-09-10T06:08:16.214Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-10T06:08:16.215Z||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-09-10T06:08:16.215Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ...
2022-09-10T06:08:16.240Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T06:08:16.240Z||pool-13-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-09-10T06:08:17.115Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 12a6224f-0d5e-4d1d-9502-a854e10e5796
2022-09-10T06:08:17.115Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_ELzSHK 0 369f7405-ddb9-4213-b230-26461dd8235e 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-09-10T06:08:17.143Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5224769b, org.onap.sdc.toscaparser.api.parameters.Input@19505005, org.onap.sdc.toscaparser.api.parameters.Input@575cf5fe, org.onap.sdc.toscaparser.api.parameters.Input@614b3371, org.onap.sdc.toscaparser.api.parameters.Input@102a016d]
2022-09-10T06:08:17.147Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-10T06:08:17.148Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ELzSHK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-10T06:08:17.148Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic
2022-09-10T06:08:17.148Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 5d76f3e7-56b4-4dff-bd9f-1d746c9dfa13
2022-09-10T06:08:17.148Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5d76f3e7-56b4-4dff-bd9f-1d746c9dfa13 matches Tosca VF Customization UUID: 5d76f3e7-56b4-4dff-bd9f-1d746c9dfa13
2022-09-10T06:08:17.148Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 5d76f3e7-56b4-4dff-bd9f-1d746c9dfa13 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-09-10T06:08:17.155Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-10T06:08:17.156Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ELzSHK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-10T06:08:17.157Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 5d76f3e7-56b4-4dff-bd9f-1d746c9dfa13: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-09-10T06:08:17.157Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@27e096e
2022-09-10T06:08:17.157Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-10T06:08:17.157Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ELzSHK is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-10T06:08:17.158Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 63ae9c01-17c5-4a9c-940b-6cf331cd98ed
2022-09-10T06:08:17.159Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 63ae9c01-17c5-4a9c-940b-6cf331cd98ed
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-09-10T06:08:17.166Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-10T06:08:17.166Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_ELzSHK 0 is matching search criteria
2022-09-10T06:08:17.166Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_ELzSHK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-10T06:08:17.167Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-10T06:08:17.167Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_ELzSHK 0 is matching search criteria
2022-09-10T06:08:17.167Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_ELzSHK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-10T06:08:17.168Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-10T06:08:17.168Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_ELzSHK 0 is not matching search criteria
2022-09-10T06:08:17.168Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-09-10T06:08:17.168Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-09-10T06:08:17.168Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=a1345f88-c862-4b87-8109-85cc6f0125c1
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-09-10T06:08:17.178Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-10T06:08:17.178Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_ELzSHK 0 is matching search criteria
2022-09-10T06:08:17.179Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_ELzSHK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-10T06:08:17.179Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-10T06:08:17.179Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_ELzSHK 0 is matching search criteria
2022-09-10T06:08:17.179Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_ELzSHK 0] matching following query criteria: sdcType=VF, customizationUUID=5d76f3e7-56b4-4dff-bd9f-1d746c9dfa13
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-09-10T06:08:17.181Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-10T06:08:17.182Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ELzSHK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-10T06:08:17.182Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 12a6224f-0d5e-4d1d-9502-a854e10e5796: basic_onboard_ELzSHK
2022-09-10T06:08:17.182Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-10T06:08:17.183Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ELzSHK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-10T06:08:17.183Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-10T06:08:17.183Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ELzSHK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-10T06:08:17.183Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-10T06:08:17.183Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ELzSHK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-10T06:08:17.184Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-10T06:08:17.184Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ELzSHK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-10T06:08:17.184Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-10T06:08:17.184Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ELzSHK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-10T06:08:17.184Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||Saving Service: basic_onboard_ELzSHK
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-09-10T06:08:17.338Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_ELzSHK 369f7405-ddb9-4213-b230-26461dd8235e 1 ASDC deployResourceStructure
2022-09-10T06:08:17.338Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/basic_onboard_elzshk0_modules.json ASDC sendASDCNotification
2022-09-10T06:08:17.338Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/basic_onboard_elzshk0_modules.json
2022-09-10T06:08:17.338Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-10T06:08:17.339Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-10T06:08:17.340Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-10T06:08:17.341Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662790097338,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/basic_onboard_elzshk0_modules.json",
"status": "DEPLOY_OK"
}
2022-09-10T06:08:17.441Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-10T06:08:17.442Z||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-09-10T06:08:17.442Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ...
2022-09-10T06:08:17.453Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T06:08:17.455Z||pool-14-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-09-10T06:08:18.342Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-09-10T06:08:18.342Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/base_ubuntu18.yaml
2022-09-10T06:08:18.343Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-10T06:08:18.343Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-10T06:08:18.346Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-10T06:08:18.346Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662790098342,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-09-10T06:08:18.446Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-10T06:08:18.447Z||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-09-10T06:08:18.447Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ...
2022-09-10T06:08:18.462Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T06:08:18.462Z||pool-15-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-09-10T06:08:19.346Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-09-10T06:08:19.347Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/base_ubuntu18.env
2022-09-10T06:08:19.347Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-10T06:08:19.348Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-10T06:08:19.349Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-10T06:08:19.350Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662790099346,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-09-10T06:08:19.450Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-10T06:08:19.451Z||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-09-10T06:08:19.451Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ...
2022-09-10T06:08:19.463Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T06:08:19.464Z||pool-16-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-09-10T06:08:20.351Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardElzshk/1.0/artifacts/service-BasicOnboardElzshk-csar.csar ASDC sendASDCNotification
2022-09-10T06:08:20.351Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/artifacts/service-BasicOnboardElzshk-csar.csar
2022-09-10T06:08:20.351Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-10T06:08:20.352Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-10T06:08:20.353Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-10T06:08:20.353Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662790100350,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/artifacts/service-BasicOnboardElzshk-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-10T06:08:20.454Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-10T06:08:20.454Z||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-09-10T06:08:20.455Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ...
2022-09-10T06:08:20.469Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T06:08:20.470Z||pool-17-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-09-10T06:08:21.355Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e12d61a5-2616-4087-9618-4d553e000c3b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-10T06:08:21.377Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e12d61a5-2616-4087-9618-4d553e000c3b
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-09-10T06:08:21.379Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-10T06:08:21.380Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-10T06:08:21.380Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-10T06:08:51.382Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e12d61a5-2616-4087-9618-4d553e000c3b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-10T06:08:51.393Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e12d61a5-2616-4087-9618-4d553e000c3b
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-09-10T06:08:51.397Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-10T06:08:51.397Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-10T06:08:51.397Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-10T06:08:53.169Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T06:08:53.170Z||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-09-10T06:08:53.170Z||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 B2OcHaxGVXBSP1RO) ...
2022-09-10T06:08:53.234Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T06:08:53.235Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:08:53.235Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662790078944,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-10T06:08:53.236Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-10T06:09:21.398Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e12d61a5-2616-4087-9618-4d553e000c3b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-10T06:09:21.407Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e12d61a5-2616-4087-9618-4d553e000c3b
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-09-10T06:09:21.409Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-10T06:09:21.409Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-10T06:09:21.409Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-10T06:09:51.410Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e12d61a5-2616-4087-9618-4d553e000c3b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-10T06:09:51.420Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e12d61a5-2616-4087-9618-4d553e000c3b
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-09-10T06:09:51.422Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-10T06:09:51.422Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-10T06:09:51.422Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-10T06:09:53.170Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T06:09:53.171Z||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-09-10T06:09:53.171Z||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 B2OcHaxGVXBSP1RO) ...
2022-09-10T06:09:53.751Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T06:09:53.757Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:09:53.758Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662790073167,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/basic_onboard_elzshk0_modules.json",
"status": "NOTIFIED"
}
2022-09-10T06:09:53.758Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-10T06:09:53.759Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:09:53.759Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662790078944,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/basic_onboard_elzshk0_modules.json",
"status": "NOTIFIED"
}
2022-09-10T06:09:53.759Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-10T06:09:53.759Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:09:53.759Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662790073167,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-09-10T06:09:53.760Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-10T06:09:53.760Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:09:53.760Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662790078944,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-09-10T06:09:53.761Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-10T06:09:53.761Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:09:53.761Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662790073167,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-10T06:09:53.761Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-10T06:09:53.761Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:09:53.761Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662790078944,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-10T06:09:53.762Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-10T06:09:53.762Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:09:53.762Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b",
"consumerID": "policy-id",
"timestamp": 1662790083970,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-10T06:09:53.762Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-10T06:09:53.762Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:09:53.763Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b",
"consumerID": "cds",
"timestamp": 1662790085225,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-10T06:09:53.763Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-10T06:09:53.763Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:09:53.763Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662790073167,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-09-10T06:09:53.763Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-10T06:09:53.764Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:09:53.764Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662790078944,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-09-10T06:09:53.764Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-10T06:09:53.764Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:09:53.764Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b",
"consumerID": "policy-id",
"timestamp": 1662790083970,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/basic_onboard_elzshk0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-10T06:09:53.765Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-10T06:09:53.765Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:09:53.765Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b",
"consumerID": "cds",
"timestamp": 1662790085225,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/basic_onboard_elzshk0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-10T06:09:53.765Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-10T06:09:53.765Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:09:53.766Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662790073167,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/artifacts/service-BasicOnboardElzshk-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-10T06:09:53.766Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-10T06:09:53.766Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:09:53.766Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662790078944,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/artifacts/service-BasicOnboardElzshk-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-10T06:09:53.767Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-10T06:09:53.767Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:09:53.767Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b",
"consumerID": "policy-id",
"timestamp": 1662790083970,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-09-10T06:09:53.768Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-10T06:09:53.768Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:09:53.768Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b",
"consumerID": "cds",
"timestamp": 1662790085225,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-10T06:09:53.768Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-10T06:09:53.768Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:09:53.769Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662790073167,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/artifacts/service-BasicOnboardElzshk-csar.csar",
"status": "NOTIFIED"
}
2022-09-10T06:09:53.769Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-10T06:09:53.769Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:09:53.769Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662790078944,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/artifacts/service-BasicOnboardElzshk-csar.csar",
"status": "NOTIFIED"
}
2022-09-10T06:09:53.769Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-10T06:09:53.770Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:09:53.770Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b",
"consumerID": "ves-openapi-manager",
"timestamp": 1662790087728,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-10T06:09:53.770Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-10T06:09:53.770Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:09:53.771Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b",
"consumerID": "policy-id",
"timestamp": 1662790083970,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-10T06:09:53.771Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-10T06:09:53.771Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:09:53.772Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b",
"consumerID": "cds",
"timestamp": 1662790085225,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-10T06:09:53.772Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-10T06:09:53.772Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:09:53.772Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b",
"consumerID": "ves-openapi-manager",
"timestamp": 1662790087728,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/basic_onboard_elzshk0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-10T06:09:53.773Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-10T06:09:53.773Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:09:53.773Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b",
"consumerID": "policy-id",
"timestamp": 1662790083970,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-09-10T06:09:53.773Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-10T06:09:53.773Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:09:53.773Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662790089271,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/basic_onboard_elzshk0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-10T06:09:53.773Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-10T06:09:53.774Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:09:53.774Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662790088910,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/artifacts/service-BasicOnboardElzshk-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-10T06:09:53.774Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-10T06:09:53.774Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:09:53.774Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b",
"consumerID": "cds",
"timestamp": 1662790085225,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-09-10T06:09:53.774Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-10T06:09:53.774Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:09:53.774Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b",
"consumerID": "ves-openapi-manager",
"timestamp": 1662790087728,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-10T06:09:53.775Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-10T06:09:53.775Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:09:53.775Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b",
"consumerID": "policy-id",
"timestamp": 1662790083970,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/artifacts/service-BasicOnboardElzshk-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-10T06:09:53.775Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-10T06:09:53.775Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:09:53.776Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b",
"consumerID": "cds",
"timestamp": 1662790085225,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/artifacts/service-BasicOnboardElzshk-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-10T06:09:53.776Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-10T06:09:53.776Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:09:53.776Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662790090487,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-10T06:09:53.776Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-10T06:09:53.777Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:09:53.777Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b",
"consumerID": "ves-openapi-manager",
"timestamp": 1662790087728,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-10T06:09:53.777Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-10T06:09:53.777Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:09:53.777Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b",
"consumerID": "policy-id",
"timestamp": 1662790083970,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/artifacts/service-BasicOnboardElzshk-csar.csar",
"status": "NOTIFIED"
}
2022-09-10T06:09:53.778Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-10T06:09:53.778Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:09:53.778Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b",
"consumerID": "cds",
"timestamp": 1662790085225,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/artifacts/service-BasicOnboardElzshk-csar.csar",
"status": "NOTIFIED"
}
2022-09-10T06:09:53.778Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-10T06:09:53.779Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:09:53.779Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b",
"consumerID": "ves-openapi-manager",
"timestamp": 1662790087728,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-09-10T06:09:53.779Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-10T06:09:53.779Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:09:53.779Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662790092007,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-09-10T06:09:53.780Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-10T06:09:53.780Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:09:53.780Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b",
"consumerID": "policy-id",
"timestamp": 1662790091955,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/artifacts/service-BasicOnboardElzshk-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-10T06:09:53.780Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-10T06:09:53.780Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:09:53.781Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b",
"consumerID": "ves-openapi-manager",
"timestamp": 1662790087728,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/artifacts/service-BasicOnboardElzshk-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-10T06:09:53.781Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-10T06:09:53.781Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:09:53.781Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b",
"consumerID": "cds",
"timestamp": 1662790093675,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/artifacts/service-BasicOnboardElzshk-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-10T06:09:53.781Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-10T06:09:53.782Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:09:53.782Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662790093073,
"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-09-10T06:09:53.790Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e12d61a5-2616-4087-9618-4d553e000c3b
2022-09-10T06:09:53.790Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e12d61a5-2616-4087-9618-4d553e000c3b 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-09-10T06:09:53.799Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:09:53.799Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b",
"consumerID": "policy-id",
"timestamp": 1662790092969,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/artifacts/service-BasicOnboardElzshk-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-10T06:09:53.800Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-10T06:09:53.800Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:09:53.800Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b",
"consumerID": "ves-openapi-manager",
"timestamp": 1662790087728,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/artifacts/service-BasicOnboardElzshk-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-09-10T06:09:53.800Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-10T06:09:53.800Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:09:53.800Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662790093396,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/basic_onboard_elzshk0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-10T06:09:53.801Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-10T06:09:53.801Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:09:53.801Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b",
"consumerID": "cds",
"timestamp": 1662790094751,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/artifacts/service-BasicOnboardElzshk-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-09-10T06:09:53.805Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e12d61a5-2616-4087-9618-4d553e000c3b
2022-09-10T06:09:53.805Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e12d61a5-2616-4087-9618-4d553e000c3b 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-09-10T06:09:53.813Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:09:53.813Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662790094077,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/basic_onboard_elzshk0_modules.json",
"status": "DEPLOY_OK"
}
2022-09-10T06:09:53.813Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-10T06:09:53.813Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:09:53.813Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b",
"consumerID": "policy-id",
"timestamp": 1662790093975,
"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-09-10T06:09:53.818Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e12d61a5-2616-4087-9618-4d553e000c3b
2022-09-10T06:09:53.818Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e12d61a5-2616-4087-9618-4d553e000c3b 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-09-10T06:09:53.825Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:09:53.825Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662790094651,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-10T06:09:53.825Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-10T06:09:53.825Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:09:53.825Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b",
"consumerID": "aai-ml",
"timestamp": 1662790094398,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-10T06:09:53.826Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-10T06:09:53.826Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:09:53.826Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b",
"consumerID": "aai-ml",
"timestamp": 1662790094398,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/basic_onboard_elzshk0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-10T06:09:53.826Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-10T06:09:53.826Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:09:53.826Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662790096111,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-09-10T06:09:53.826Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-10T06:09:53.826Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:09:53.827Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b",
"consumerID": "aai-ml",
"timestamp": 1662790094398,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-10T06:09:53.827Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-10T06:09:53.827Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:09:53.827Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662790097338,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/basic_onboard_elzshk0_modules.json",
"status": "DEPLOY_OK"
}
2022-09-10T06:09:53.827Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-10T06:09:53.827Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:09:53.827Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b",
"consumerID": "clamp",
"timestamp": 1662790096885,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-10T06:09:53.827Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-10T06:09:53.828Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:09:53.828Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662790097814,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-10T06:09:53.828Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-10T06:09:53.828Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:09:53.828Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b",
"consumerID": "aai-ml",
"timestamp": 1662790094398,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-10T06:09:53.828Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-10T06:09:53.828Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:09:53.828Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662790098342,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-09-10T06:09:53.829Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-10T06:09:53.829Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:09:53.829Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b",
"consumerID": "clamp",
"timestamp": 1662790096885,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/basic_onboard_elzshk0_modules.json",
"status": "NOTIFIED"
}
2022-09-10T06:09:53.829Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-10T06:09:53.829Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:09:53.829Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662790097814,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/basic_onboard_elzshk0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-10T06:09:53.829Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-10T06:09:53.829Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:09:53.830Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b",
"consumerID": "aai-ml",
"timestamp": 1662790094398,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-09-10T06:09:53.830Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-10T06:09:53.830Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:09:53.830Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662790099346,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-09-10T06:09:53.830Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-10T06:09:53.830Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:09:53.830Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b",
"consumerID": "clamp",
"timestamp": 1662790096885,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-10T06:09:53.830Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-10T06:09:53.831Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:09:53.831Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662790097814,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-10T06:09:53.831Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-10T06:09:53.831Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:09:53.831Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b",
"consumerID": "aai-ml",
"timestamp": 1662790094398,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/artifacts/service-BasicOnboardElzshk-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-10T06:09:53.831Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-10T06:09:53.831Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:09:53.831Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662790100350,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/artifacts/service-BasicOnboardElzshk-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-10T06:09:53.832Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-10T06:09:53.832Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:09:53.832Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b",
"consumerID": "clamp",
"timestamp": 1662790096885,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-10T06:09:53.832Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-10T06:09:53.832Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:09:53.832Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662790097814,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-10T06:09:53.833Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-10T06:09:53.833Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:09:53.833Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b",
"consumerID": "aai-ml",
"timestamp": 1662790094398,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/artifacts/service-BasicOnboardElzshk-csar.csar",
"status": "NOTIFIED"
}
2022-09-10T06:09:53.834Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-10T06:09:53.834Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:09:53.834Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b",
"consumerID": "clamp",
"timestamp": 1662790096885,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-09-10T06:09:53.834Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-10T06:09:53.835Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:09:53.835Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662790097814,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/resourceInstances/basic_onboard_elzshk0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-09-10T06:09:53.835Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-10T06:09:53.835Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:09:53.835Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b",
"consumerID": "aai-ml",
"timestamp": 1662790102486,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/artifacts/service-BasicOnboardElzshk-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-10T06:09:53.835Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-10T06:09:53.835Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:09:53.835Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b",
"consumerID": "clamp",
"timestamp": 1662790096885,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/artifacts/service-BasicOnboardElzshk-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-10T06:09:53.836Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-10T06:09:53.836Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:09:53.836Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662790097814,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/artifacts/service-BasicOnboardElzshk-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-10T06:09:53.836Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-10T06:09:53.836Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:09:53.836Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b",
"consumerID": "clamp",
"timestamp": 1662790096885,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/artifacts/service-BasicOnboardElzshk-csar.csar",
"status": "NOTIFIED"
}
2022-09-10T06:09:53.837Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-10T06:09:53.837Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:09:53.837Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662790097814,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/artifacts/service-BasicOnboardElzshk-csar.csar",
"status": "NOTIFIED"
}
2022-09-10T06:09:53.837Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-10T06:09:53.837Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:09:53.837Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662790106147,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/artifacts/service-BasicOnboardElzshk-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-10T06:09:53.837Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-10T06:09:53.838Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:09:53.838Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b",
"consumerID": "clamp",
"timestamp": 1662790111095,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/artifacts/service-BasicOnboardElzshk-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-10T06:09:53.838Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-10T06:09:53.838Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:09:53.838Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b",
"consumerID": "clamp",
"timestamp": 1662790113104,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/artifacts/service-BasicOnboardElzshk-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-10T06:09:53.838Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-10T06:09:53.838Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:09:53.838Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b",
"consumerID": "clamp",
"timestamp": 1662790114108,
"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-09-10T06:09:53.846Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e12d61a5-2616-4087-9618-4d553e000c3b
2022-09-10T06:09:53.846Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e12d61a5-2616-4087-9618-4d553e000c3b 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-09-10T06:09:53.855Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:09:53.855Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662790115122,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/artifacts/service-BasicOnboardElzshk-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-10T06:09:53.855Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-10T06:09:53.855Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:09:53.855Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662790116129,
"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-09-10T06:09:53.859Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e12d61a5-2616-4087-9618-4d553e000c3b
2022-09-10T06:09:53.859Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e12d61a5-2616-4087-9618-4d553e000c3b 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-09-10T06:09:53.867Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:09:53.867Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b",
"consumerID": "aai-ml",
"timestamp": 1662790115875,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElzshk/1.0/artifacts/service-BasicOnboardElzshk-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-10T06:09:53.868Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-10T06:09:53.868Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:09:53.868Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b",
"consumerID": "aai-ml",
"timestamp": 1662790116881,
"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-09-10T06:09:53.872Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e12d61a5-2616-4087-9618-4d553e000c3b
2022-09-10T06:09:53.872Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e12d61a5-2616-4087-9618-4d553e000c3b 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-09-10T06:10:21.423Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e12d61a5-2616-4087-9618-4d553e000c3b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-10T06:10:21.439Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e12d61a5-2616-4087-9618-4d553e000c3b
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-09-10T06:10:21.443Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-10T06:10:21.443Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-10T06:10:21.443Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-10T06:10:21.443Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-10T06:10:21.443Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-10T06:10:21.443Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-10T06:10:21.443Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-10T06:10:21.444Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-10T06:10:21.444Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-10T06:10:21.444Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-10T06:10:21.444Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-10T06:10:21.449Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-10T06:10:51.450Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e12d61a5-2616-4087-9618-4d553e000c3b 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-09-10T06:10:51.463Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e12d61a5-2616-4087-9618-4d553e000c3b and serviceModelVersionId: 12a6224f-0d5e-4d1d-9502-a854e10e5796
2022-09-10T06:10:51.463Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 383f63da-4f80-41dd-a8b3-6d78f2f4c0e1
2022-09-10T06:10:53.170Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T06:10:53.171Z||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-09-10T06:10:53.171Z||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 B2OcHaxGVXBSP1RO) ...
2022-09-10T06:10:53.336Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T06:10:53.338Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:10:53.338Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd",
"consumerID": "ves-openapi-manager",
"timestamp": 1662790227729,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-10T06:10:53.339Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-10T06:10:53.339Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:10:53.339Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd",
"consumerID": "cds",
"timestamp": 1662790235188,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-10T06:10:53.339Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-10T06:10:53.339Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:10:53.340Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd",
"consumerID": "ves-openapi-manager",
"timestamp": 1662790227729,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/vfw7fdd8165cf000_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-10T06:10:53.340Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-10T06:10:53.340Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:10:53.340Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd",
"consumerID": "cds",
"timestamp": 1662790235188,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/vfw7fdd8165cf000_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-10T06:10:53.340Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-10T06:10:53.340Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:10:53.340Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd",
"consumerID": "ves-openapi-manager",
"timestamp": 1662790227729,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-10T06:10:53.340Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-10T06:10:53.340Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:10:53.340Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd",
"consumerID": "cds",
"timestamp": 1662790235188,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-10T06:10:53.346Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-10T06:10:53.346Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:10:53.346Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd",
"consumerID": "ves-openapi-manager",
"timestamp": 1662790227729,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-10T06:10:53.346Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-10T06:10:53.346Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:10:53.346Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd",
"consumerID": "cds",
"timestamp": 1662790235188,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-10T06:10:53.346Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-10T06:10:53.346Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:10:53.346Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd",
"consumerID": "ves-openapi-manager",
"timestamp": 1662790227729,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-09-10T06:10:53.347Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-10T06:10:53.347Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:10:53.347Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd",
"consumerID": "cds",
"timestamp": 1662790235188,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-09-10T06:10:53.347Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-10T06:10:53.347Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:10:53.347Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662790238944,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-10T06:10:53.347Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-10T06:10:53.347Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:10:53.347Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd",
"consumerID": "ves-openapi-manager",
"timestamp": 1662790227729,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/artifacts/service-Vfw20220910060755-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-10T06:10:53.347Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-10T06:10:53.347Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:10:53.348Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd",
"consumerID": "cds",
"timestamp": 1662790235188,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/artifacts/service-Vfw20220910060755-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-10T06:10:53.348Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-10T06:10:53.348Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:10:53.348Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662790238944,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/vfw7fdd8165cf000_modules.json",
"status": "NOTIFIED"
}
2022-09-10T06:10:53.348Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-10T06:10:53.348Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:10:53.348Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd",
"consumerID": "ves-openapi-manager",
"timestamp": 1662790227729,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/artifacts/service-Vfw20220910060755-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-09-10T06:10:53.348Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-10T06:10:53.348Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:10:53.348Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd",
"consumerID": "cds",
"timestamp": 1662790235188,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/artifacts/service-Vfw20220910060755-csar.csar",
"status": "NOTIFIED"
}
2022-09-10T06:10:53.349Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-10T06:10:53.349Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:10:53.349Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662790238944,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-09-10T06:10:53.349Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-10T06:10:53.349Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:10:53.349Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662790238944,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-10T06:10:53.349Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-10T06:10:53.349Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:10:53.349Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd",
"consumerID": "cds",
"timestamp": 1662790243375,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/artifacts/service-Vfw20220910060755-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-10T06:10:53.350Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-10T06:10:53.350Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:10:53.350Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662790238944,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-09-10T06:10:53.350Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-10T06:10:53.350Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:10:53.350Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd",
"consumerID": "cds",
"timestamp": 1662790244414,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/artifacts/service-Vfw20220910060755-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-10T06:10:53.366Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9ab94aa6-71b1-4ef9-bc2f-c909068c38bd
2022-09-10T06:10:53.366Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9ab94aa6-71b1-4ef9-bc2f-c909068c38bd 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-09-10T06:10:53.382Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:10:53.382Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662790238944,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/artifacts/service-Vfw20220910060755-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-10T06:10:53.382Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-10T06:10:53.382Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:10:53.383Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd",
"consumerID": "policy-id",
"timestamp": 1662790243970,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-10T06:10:53.383Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-10T06:10:53.383Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:10:53.383Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd",
"consumerID": "aai-ml",
"timestamp": 1662790244399,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-10T06:10:53.383Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-10T06:10:53.383Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:10:53.383Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662790238944,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/artifacts/service-Vfw20220910060755-csar.csar",
"status": "NOTIFIED"
}
2022-09-10T06:10:53.383Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-10T06:10:53.383Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:10:53.383Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd",
"consumerID": "policy-id",
"timestamp": 1662790243970,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/vfw7fdd8165cf000_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-10T06:10:53.384Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-10T06:10:53.384Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:10:53.384Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd",
"consumerID": "aai-ml",
"timestamp": 1662790244399,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/vfw7fdd8165cf000_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-10T06:10:53.384Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-10T06:10:53.384Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:10:53.384Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd",
"consumerID": "policy-id",
"timestamp": 1662790243970,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-09-10T06:10:53.384Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-10T06:10:53.384Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:10:53.384Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662790247183,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/vfw7fdd8165cf000_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-10T06:10:53.384Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-10T06:10:53.384Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:10:53.384Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd",
"consumerID": "aai-ml",
"timestamp": 1662790244399,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-10T06:10:53.385Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-10T06:10:53.385Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:10:53.385Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd",
"consumerID": "clamp",
"timestamp": 1662790246885,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-10T06:10:53.385Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-10T06:10:53.385Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:10:53.385Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662790247815,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-10T06:10:53.385Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-10T06:10:53.385Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:10:53.385Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd",
"consumerID": "policy-id",
"timestamp": 1662790243970,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-10T06:10:53.385Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-10T06:10:53.386Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:10:53.386Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd",
"consumerID": "aai-ml",
"timestamp": 1662790244399,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-10T06:10:53.386Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-10T06:10:53.386Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:10:53.386Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662790248396,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-10T06:10:53.386Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-10T06:10:53.386Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:10:53.386Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd",
"consumerID": "clamp",
"timestamp": 1662790246885,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/vfw7fdd8165cf000_modules.json",
"status": "NOTIFIED"
}
2022-09-10T06:10:53.386Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-10T06:10:53.386Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:10:53.386Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662790247815,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/vfw7fdd8165cf000_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-10T06:10:53.387Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-10T06:10:53.387Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:10:53.387Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd",
"consumerID": "policy-id",
"timestamp": 1662790243970,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-09-10T06:10:53.387Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-10T06:10:53.387Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:10:53.387Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd",
"consumerID": "aai-ml",
"timestamp": 1662790244399,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-09-10T06:10:53.387Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-10T06:10:53.387Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:10:53.387Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662790249621,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-09-10T06:10:53.387Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-10T06:10:53.387Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:10:53.387Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd",
"consumerID": "clamp",
"timestamp": 1662790246885,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-10T06:10:53.388Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-10T06:10:53.388Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:10:53.388Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662790247815,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-10T06:10:53.388Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-10T06:10:53.388Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:10:53.388Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd",
"consumerID": "policy-id",
"timestamp": 1662790243970,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/artifacts/service-Vfw20220910060755-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-10T06:10:53.388Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-10T06:10:53.388Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:10:53.388Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd",
"consumerID": "aai-ml",
"timestamp": 1662790244399,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/artifacts/service-Vfw20220910060755-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-10T06:10:53.388Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-10T06:10:53.388Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:10:53.388Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662790250645,
"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-09-10T06:10:53.394Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9ab94aa6-71b1-4ef9-bc2f-c909068c38bd
2022-09-10T06:10:53.394Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9ab94aa6-71b1-4ef9-bc2f-c909068c38bd 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-09-10T06:10:53.403Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:10:53.404Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd",
"consumerID": "clamp",
"timestamp": 1662790246885,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-10T06:10:53.404Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-10T06:10:53.404Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:10:53.404Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662790247815,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-10T06:10:53.404Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-10T06:10:53.405Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:10:53.405Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd",
"consumerID": "policy-id",
"timestamp": 1662790243970,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/artifacts/service-Vfw20220910060755-csar.csar",
"status": "NOTIFIED"
}
2022-09-10T06:10:53.405Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-10T06:10:53.405Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:10:53.405Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd",
"consumerID": "aai-ml",
"timestamp": 1662790244399,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/artifacts/service-Vfw20220910060755-csar.csar",
"status": "NOTIFIED"
}
2022-09-10T06:10:53.405Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-10T06:10:53.405Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:10:53.405Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662790251648,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/vfw7fdd8165cf000_modules.json",
"status": "DEPLOY_OK"
}
2022-09-10T06:10:53.405Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-10T06:10:53.406Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:10:53.406Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd",
"consumerID": "clamp",
"timestamp": 1662790246885,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-09-10T06:10:53.406Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-10T06:10:53.406Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:10:53.406Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662790247815,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-09-10T06:10:53.406Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-10T06:10:53.406Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:10:53.406Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd",
"consumerID": "policy-id",
"timestamp": 1662790252096,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/artifacts/service-Vfw20220910060755-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-10T06:10:53.406Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-10T06:10:53.406Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:10:53.407Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd",
"consumerID": "aai-ml",
"timestamp": 1662790252316,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/artifacts/service-Vfw20220910060755-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-10T06:10:53.407Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-10T06:10:53.407Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:10:53.407Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd",
"consumerID": "clamp",
"timestamp": 1662790246885,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/artifacts/service-Vfw20220910060755-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-10T06:10:53.407Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-10T06:10:53.407Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:10:53.407Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662790247815,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/artifacts/service-Vfw20220910060755-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-10T06:10:53.407Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-10T06:11:05.981Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/383f63da-4f80-41dd-a8b3-6d78f2f4c0e1/model-vers/model-ver/12a6224f-0d5e-4d1d-9502-a854e10e5796?depth=0
2022-09-10T06:11:06.085Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-09-10T06:11:06.591Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/383f63da-4f80-41dd-a8b3-6d78f2f4c0e1/model-vers/model-ver/12a6224f-0d5e-4d1d-9502-a854e10e5796?depth=0|INFO|500||Invoke
2022-09-10T06:11:06.599Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/383f63da-4f80-41dd-a8b3-6d78f2f4c0e1/model-vers/model-ver/12a6224f-0d5e-4d1d-9502-a854e10e5796?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/383f63da-4f80-41dd-a8b3-6d78f2f4c0e1/model-vers/model-ver/12a6224f-0d5e-4d1d-9502-a854e10e5796?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e12d61a5-2616-4087-9618-4d553e000c3b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3d13789a-24b5-4f2f-92ab-25e5c98c1077], X-ECOMP-RequestID=[e12d61a5-2616-4087-9618-4d553e000c3b], X-TransactionId=[], X-ONAP-RequestID=[e12d61a5-2616-4087-9618-4d553e000c3b], Content-Type=[application/merge-patch+json]}
2022-09-10T06:11:06.720Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/383f63da-4f80-41dd-a8b3-6d78f2f4c0e1/model-vers/model-ver/12a6224f-0d5e-4d1d-9502-a854e10e5796?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-09-10T06:11:07.711Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/383f63da-4f80-41dd-a8b3-6d78f2f4c0e1/model-vers/model-ver/12a6224f-0d5e-4d1d-9502-a854e10e5796?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/383f63da-4f80-41dd-a8b3-6d78f2f4c0e1/model-vers/model-ver/12a6224f-0d5e-4d1d-9502-a854e10e5796?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220910-06:11:07:491-27576], vertex-id=[155736], Content-Length=[0], Date=[Sat, 10 Sep 2022 06:11:07 GMT], Content-Type=[application/json]}
2022-09-10T06:11:07.713Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/383f63da-4f80-41dd-a8b3-6d78f2f4c0e1/model-vers/model-ver/12a6224f-0d5e-4d1d-9502-a854e10e5796?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-09-10T06:11:07.714Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/383f63da-4f80-41dd-a8b3-6d78f2f4c0e1/model-vers/model-ver/12a6224f-0d5e-4d1d-9502-a854e10e5796?depth=0|INFO|500||InvokeReturn
2022-09-10T06:11:07.717Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-09-10T06:11:07.717Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-10T06:11:07.723Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-09-10T06:11:07.724Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e12d61a5-2616-4087-9618-4d553e000c3b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-09-10T06:11:07.725Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-09-10T06:11:07.726Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-10T06:11:07.728Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-10T06:11:07.728Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662790267724,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-10T06:11:07.828Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-10T06:11:07.830Z||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-09-10T06:11:07.830Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ...
2022-09-10T06:11:07.898Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T06:11:07.899Z||pool-18-thread-1|||||INFO|500||cambria reply ok (70 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-09-10T06:11:08.750Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T06:11:08.751Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-10T06:11:08.751Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B2OcHaxGVXBSP1RO) ...
2022-09-10T06:11:13.123Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T06:11:13.124Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-10T06:11:13.124Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"9ab94aa6-71b1-4ef9-bc2f-c909068c38bd","serviceName":"vFW 2022-09-10 06-07-55","serviceVersion":"1.0","serviceUUID":"7547d8a0-0597-4c2f-9e8e-1043b453b2e0","serviceDescription":"catalog service description","serviceInvariantUUID":"782bb0c1-d9d1-4c81-a49f-9da38139424d","resources":[{"resourceInstanceName":"vFW 7fdd8165-cf00 0","resourceName":"vFW 7fdd8165-cf00","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5a4db153-5dd6-4b99-afb0-6575006df85e","resourceInvariantUUID":"5fc30be1-d794-4219-ae92-85663c1b035a","resourceCustomizationUUID":"f20c67ae-0569-43b9-ae43-8a5acdada46a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/vf-license-model.xml","artifactChecksum":"MzdmOTRjOTQ2YmZmMDYyYjg4YTYxMTAxZTlmZWE3ZmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b6c40bc6-931a-4967-aebe-066b188e21ca","artifactVersion":"1"},{"artifactName":"vfw7fdd8165cf000_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/vfw7fdd8165cf000_modules.json","artifactChecksum":"YzFjYTMyNDJmMzBmOWRlNjE2MTczMDU5ZmE5MmY2Zjc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0aef6d80-0a80-4386-96e9-b65a76ffe32d","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"fd179bd2-b737-418e-a718-5c9be41949e2","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/vendor-license-model.xml","artifactChecksum":"ZjIwMjVjMzIyZjRiNmNjOGJiMzdkYTlkNGQ4ZTkyZTk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"368c7e1d-09b0-4705-a5e5-f2a1247e3af4","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"296cbd84-ae16-44f4-b9ab-fb2ba9235d99","artifactVersion":"2","generatedFromUUID":"fd179bd2-b737-418e-a718-5c9be41949e2"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220910060755-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220910060755/1.0/artifacts/service-Vfw20220910060755-template.yml","artifactChecksum":"YjVkMGM1OGVmZDk1ZjEwYTQ1Zjc4MzQzZTZlMWRiMjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"881a28e0-977e-42d4-9ee0-9cc79601ace1","artifactVersion":"1"},{"artifactName":"service-Vfw20220910060755-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220910060755/1.0/artifacts/service-Vfw20220910060755-csar.csar","artifactChecksum":"ZjkzOWU3YTgxNGY3ZWM1ODY5ZGY0ZDRlM2ZiZDljZTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"887694b6-24e4-4073-acb3-e9d799cec98f","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-10T06:11:13.128Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-10T06:11:13.128Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-10T06:11:13.130Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-10T06:11:13.130Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662790268750,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-10T06:11:13.230Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-10T06:11:13.231Z||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-09-10T06:11:13.231Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ...
2022-09-10T06:11:13.256Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T06:11:13.257Z||pool-19-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-09-10T06:11:14.130Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-10T06:11:14.131Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-10T06:11:14.134Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-10T06:11:14.134Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662790268750,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/vfw7fdd8165cf000_modules.json",
"status": "NOTIFIED"
}
2022-09-10T06:11:14.234Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-10T06:11:14.235Z||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-09-10T06:11:14.235Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ...
2022-09-10T06:11:14.257Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T06:11:14.257Z||pool-20-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-09-10T06:11:15.135Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-10T06:11:15.136Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-10T06:11:15.137Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-10T06:11:15.138Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662790268750,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-09-10T06:11:15.238Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-10T06:11:15.239Z||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-09-10T06:11:15.239Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ...
2022-09-10T06:11:15.289Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T06:11:15.290Z||pool-21-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":0,"count":1}
2022-09-10T06:11:16.138Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-10T06:11:16.139Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-10T06:11:16.141Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-10T06:11:16.141Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662790268750,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-10T06:11:16.242Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-10T06:11:16.243Z||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-09-10T06:11:16.243Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ...
2022-09-10T06:11:16.270Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T06:11:16.271Z||pool-22-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-09-10T06:11:17.142Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-10T06:11:17.142Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-10T06:11:17.144Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-10T06:11:17.144Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662790268750,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-09-10T06:11:17.245Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-10T06:11:17.246Z||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-09-10T06:11:17.246Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ...
2022-09-10T06:11:17.258Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T06:11:17.259Z||pool-23-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-09-10T06:11:18.145Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-10T06:11:18.146Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-10T06:11:18.149Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-10T06:11:18.149Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662790268750,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/artifacts/service-Vfw20220910060755-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-10T06:11:18.249Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-10T06:11:18.251Z||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-09-10T06:11:18.251Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ...
2022-09-10T06:11:18.272Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T06:11:18.273Z||pool-24-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-09-10T06:11:19.150Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-10T06:11:19.151Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-10T06:11:19.153Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-10T06:11:19.153Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662790268750,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/artifacts/service-Vfw20220910060755-csar.csar",
"status": "NOTIFIED"
}
2022-09-10T06:11:19.253Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-10T06:11:19.254Z||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-09-10T06:11:19.254Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ...
2022-09-10T06:11:19.265Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T06:11:19.266Z||pool-25-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-09-10T06:11:20.155Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd",
"serviceName": "vFW 2022-09-10 06-07-55",
"serviceVersion": "1.0",
"serviceUUID": "7547d8a0-0597-4c2f-9e8e-1043b453b2e0",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "782bb0c1-d9d1-4c81-a49f-9da38139424d",
"resources": [
{
"resourceInstanceName": "vFW 7fdd8165-cf00 0",
"resourceCustomizationUUID": "f20c67ae-0569-43b9-ae43-8a5acdada46a",
"resourceName": "vFW 7fdd8165-cf00",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "5a4db153-5dd6-4b99-afb0-6575006df85e",
"resourceInvariantUUID": "5fc30be1-d794-4219-ae92-85663c1b035a",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw7fdd8165cf000_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/vfw7fdd8165cf000_modules.json",
"artifactChecksum": "YzFjYTMyNDJmMzBmOWRlNjE2MTczMDU5ZmE5MmY2Zjc\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "0aef6d80-0a80-4386-96e9-b65a76ffe32d",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "fd179bd2-b737-418e-a718-5c9be41949e2",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "296cbd84-ae16-44f4-b9ab-fb2ba9235d99",
"generatedFromUUID": "fd179bd2-b737-418e-a718-5c9be41949e2"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "296cbd84-ae16-44f4-b9ab-fb2ba9235d99",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220910060755-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/artifacts/service-Vfw20220910060755-csar.csar",
"artifactChecksum": "ZjkzOWU3YTgxNGY3ZWM1ODY5ZGY0ZDRlM2ZiZDljZTg\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "887694b6-24e4-4073-acb3-e9d799cec98f"
}
],
"workloadContext": "Production"
}
2022-09-10T06:11:20.155Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-10T06:11:20.156Z|e12d61a5-2616-4087-9618-4d553e000c3b|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7547d8a0-0597-4c2f-9e8e-1043b453b2e0 ASDC
2022-09-10T06:11:20.157Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:9ab94aa6-71b1-4ef9-bc2f-c909068c38bd
ServiceName:vFW 2022-09-10 06-07-55
ServiceVersion:1.0
ServiceUUID:7547d8a0-0597-4c2f-9e8e-1043b453b2e0
ServiceInvariantUUID:782bb0c1-d9d1-4c81-a49f-9da38139424d
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220910060755-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220910060755/1.0/artifacts/service-Vfw20220910060755-csar.csar
ArtifactUUID:887694b6-24e4-4073-acb3-e9d799cec98f
ArtifactChecksum:ZjkzOWU3YTgxNGY3ZWM1ODY5ZGY0ZDRlM2ZiZDljZTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 7fdd8165-cf00 0
ResourceCustomizationUUID:f20c67ae-0569-43b9-ae43-8a5acdada46a
ResourceInvariantUUID:5fc30be1-d794-4219-ae92-85663c1b035a
ResourceName:vFW 7fdd8165-cf00
ResourceType:VF
ResourceUUID:5a4db153-5dd6-4b99-afb0-6575006df85e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw7fdd8165cf000_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/vfw7fdd8165cf000_modules.json
ArtifactUUID:0aef6d80-0a80-4386-96e9-b65a76ffe32d
ArtifactChecksum:YzFjYTMyNDJmMzBmOWRlNjE2MTczMDU5ZmE5MmY2Zjc=
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/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/base_vfw.yaml
ArtifactUUID:fd179bd2-b737-418e-a718-5c9be41949e2
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/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/base_vfw.env
ArtifactUUID:296cbd84-ae16-44f4-b9ab-fb2ba9235d99
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/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/base_vfw.env
ArtifactUUID:296cbd84-ae16-44f4-b9ab-fb2ba9235d99
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-09-10T06:11:20.157Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7547d8a0-0597-4c2f-9e8e-1043b453b2e0 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-09-10T06:11:20.200Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-10T06:11:20.201Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-09-10T06:11:20.201Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-09-10T06:11:20.201Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 887694b6-24e4-4073-acb3-e9d799cec98f from URL: /sdc/v1/catalog/services/Vfw20220910060755/1.0/artifacts/service-Vfw20220910060755-csar.csar
2022-09-10T06:11:20.202Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-09-10T06:11:20.202Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220910060755/1.0/artifacts/service-Vfw20220910060755-csar.csar
2022-09-10T06:11:20.551Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-09-10T06:11:20.557Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220910060755/1.0/artifacts/service-Vfw20220910060755-csar.csar 887694b6-24e4-4073-acb3-e9d799cec98f 100613
2022-09-10T06:11:20.557Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220910060755/1.0/artifacts/service-Vfw20220910060755-csar.csar ASDC sendASDCNotification
2022-09-10T06:11:20.557Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220910060755/1.0/artifacts/service-Vfw20220910060755-csar.csar
2022-09-10T06:11:20.558Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-10T06:11:20.558Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-10T06:11:20.560Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-10T06:11:20.560Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662790280557,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/artifacts/service-Vfw20220910060755-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-10T06:11:20.660Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-10T06:11:20.661Z||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-09-10T06:11:20.661Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ...
2022-09-10T06:11:20.675Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T06:11:20.675Z||pool-26-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-09-10T06:11:21.561Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-10T06:11:21.562Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-09-10T06:11:21.562Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 887694b6-24e4-4073-acb3-e9d799cec98f, URL: /sdc/v1/catalog/services/Vfw20220910060755/1.0/artifacts/service-Vfw20220910060755-csar.csar to file: /app/ASDC/1/service-Vfw20220910060755-csar.csar
2022-09-10T06:11:21.562Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220910060755-csar.csar
2022-09-10T06:11:21.563Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220910060755-csar.csar
2022-09-10T06:11:21.563Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220910060755-csar.csar
2022-09-10T06:11:21.847Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6640625752104050242/Definitions/service-Vfw20220910060755-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_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" 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_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" 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_protected_private_port_0_fixed_ips" 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_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" 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_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" 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 "compute_vfw_key_name" 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_onap_private_port_0_ip_requirements" 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 "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" 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_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" 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_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" 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_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" 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_fixed_ips" 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_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" 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_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" 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_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" 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_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" 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_fixed_ips" 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 "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2022-09-10T06:11:24.069Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-10T06:11:24.070Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-09-10T06:11:24.070Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220910060755-csar.csar
2022-09-10T06:11:24.070Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-09-10T06:11:24.070Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220910060755-csar.csar
2022-09-10T06:11:24.070Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220910060755-csar.csar
2022-09-10T06:11:24.070Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||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-Vfw20220910060755-csar.csar
2022-09-10T06:11:24.071Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220910060755-csar.csar
2022-09-10T06:11:24.071Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220910060755-csar.csar
2022-09-10T06:11:24.071Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 7fdd8165-cf00 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-Vfw20220910060755-csar.csar
2022-09-10T06:11:24.071Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220910060755-csar.csar
2022-09-10T06:11:24.071Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220910060755-csar.csar
2022-09-10T06:11:24.071Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220910060755-csar.csar
2022-09-10T06:11:24.072Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220910060755-csar.csar
2022-09-10T06:11:24.072Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220910060755-csar.csar
2022-09-10T06:11:24.072Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-09-10T06:11:24.072Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-10T06:11:24.072Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-10 06-07-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-10T06:11:24.073Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vFW 7fdd8165-cf00 0 is matching search criteria
2022-09-10T06:11:24.073Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-09-10T06:11:24.073Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 7fdd8165-cf00 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-10T06:11:24.073Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-10T06:11:24.073Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-10 06-07-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-10T06:11:24.074Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vFW 7fdd8165-cf00 0 is matching search criteria
2022-09-10T06:11:24.074Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-09-10T06:11:24.074Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 7fdd8165-cf00 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-10T06:11:24.074Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-10T06:11:24.075Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-10 06-07-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-10T06:11:24.075Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-10T06:11:24.075Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vFW 7fdd8165-cf00 0 is not matching search criteria
2022-09-10T06:11:24.075Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-10T06:11:24.075Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-10T06:11:24.076Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-10T06:11:24.076Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-10T06:11:24.076Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-10T06:11:24.076Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-10T06:11:24.076Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-10T06:11:24.076Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-10T06:11:24.077Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-10T06:11:24.077Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-10T06:11:24.077Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-10T06:11:24.077Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-10T06:11:24.077Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-10T06:11:24.077Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-10T06:11:24.078Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-10T06:11:24.078Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-10T06:11:24.078Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-10T06:11:24.078Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-10 06-07-55 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-10T06:11:24.078Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-10T06:11:24.079Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vFW 7fdd8165-cf00 0 is matching search criteria
2022-09-10T06:11:24.079Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 7fdd8165-cf00 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-10T06:11:24.079Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-10T06:11:24.079Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vFW 7fdd8165-cf00 0 is matching search criteria
2022-09-10T06:11:24.080Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 7fdd8165-cf00 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-10T06:11:24.080Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-10T06:11:24.080Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vFW 7fdd8165-cf00 0 is matching search criteria
2022-09-10T06:11:24.080Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 7fdd8165-cf00 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-10T06:11:24.080Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-10T06:11:24.081Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vFW 7fdd8165-cf00 0 is not matching search criteria
2022-09-10T06:11:24.081Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-10T06:11:24.081Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-09-10T06:11:24.081Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-10T06:11:24.082Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-10T06:11:24.082Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-10T06:11:24.082Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-10T06:11:24.082Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-10T06:11:24.083Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-10T06:11:24.083Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-10T06:11:24.083Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-10T06:11:24.083Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-10T06:11:24.083Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=00dd4e50-fb35-4dfc-ac3d-0ef09e9cb64e
2022-09-10T06:11:24.084Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-10T06:11:24.084Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vFW 7fdd8165-cf00 0 is not matching search criteria
2022-09-10T06:11:24.084Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-10T06:11:24.084Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-10T06:11:24.085Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-10T06:11:24.085Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-10T06:11:24.085Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-10T06:11:24.085Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-10T06:11:24.086Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-10T06:11:24.086Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-09-10T06:11:24.086Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-10T06:11:24.086Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-10T06:11:24.087Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-10T06:11:24.087Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-10T06:11:24.087Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=bb76a63a-b482-4bc5-97e4-38f23ebfae71
2022-09-10T06:11:24.087Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-10T06:11:24.088Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vFW 7fdd8165-cf00 0 is not matching search criteria
2022-09-10T06:11:24.088Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-10T06:11:24.088Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-10T06:11:24.088Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-10T06:11:24.089Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-10T06:11:24.089Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-10T06:11:24.089Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-10T06:11:24.089Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-10T06:11:24.090Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-10T06:11:24.090Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-10T06:11:24.090Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-10T06:11:24.090Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-10T06:11:24.091Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-09-10T06:11:24.091Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f9085534-9873-4cd1-be20-2ff09111b294
2022-09-10T06:11:24.091Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-10T06:11:24.091Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-10 06-07-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-10T06:11:24.092Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-10T06:11:24.092Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-10 06-07-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-10T06:11:24.092Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-10T06:11:24.092Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-10 06-07-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-10T06:11:24.093Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-10T06:11:24.093Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-10 06-07-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-10T06:11:24.093Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-09-10 06-07-55
Description:catalog service description
Model UUID:7547d8a0-0597-4c2f-9e8e-1043b453b2e0
Model Version:NULL
Model InvariantUuid:782bb0c1-d9d1-4c81-a49f-9da38139424d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 7fdd8165-cf00
Model UUID:3208e9d1-42c0-45bf-9c6e-7f1095113455
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:5fc30be1-d794-4219-ae92-85663c1b035a
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:f20c67ae-0569-43b9-ae43-8a5acdada46a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:dada6e72-9aa0-404f-9751-e06deb294bb9
ModelName:Vfw7fdd8165Cf00..base_vfw..module-0
ModelUuid:63dd554b-7bf4-4c63-abab-4df0e708a39d
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:00dd4e50-fb35-4dfc-ac3d-0ef09e9cb64e
ModelInvariantUuid:68de0cca-f759-4ed1-ad5e-1a429d9bbf29
ModelName:vFW 7fdd8165-cf00-nodes.vfwCvfc
ModelUuid:3d79d3fc-6310-429f-b7bb-ce0ae8dc0b21
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:e2d97837-7c2e-4ed0-b285-1b0c8e2a5ed7
ModelInvariantUuid:61ea9bd5-9d9d-4474-9c62-2eeff08711c8
ModelName:Vfw7fdd8165Cf00.compute.nodes.heat.vfw
ModelUuid:9d630491-88ee-4fb2-94c5-c887e4d41d71
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:bb76a63a-b482-4bc5-97e4-38f23ebfae71
ModelInvariantUuid:54c56971-5cb8-41c6-a211-5256fb01d514
ModelName:vFW 7fdd8165-cf00-nodes.vsnCvfc
ModelUuid:6cd6792f-e626-4d4e-acff-7ade690c1986
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:66a9bd2b-d987-428b-a1bc-7c79a1e6576b
ModelInvariantUuid:65aeb729-26a5-4e1f-945a-1d6cbdd3e1c7
ModelName:Vfw7fdd8165Cf00.compute.nodes.heat.vsn
ModelUuid:1a0a96c4-8bea-481a-9cb9-d43c80bbc5f2
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:f9085534-9873-4cd1-be20-2ff09111b294
ModelInvariantUuid:2754979e-44ad-4e9e-bf3b-f19b2de45dc7
ModelName:vFW 7fdd8165-cf00-nodes.vpgCvfc
ModelUuid:0ae4043c-81f4-4d1d-a38a-9566d278f5ae
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:95eb1e4a-14e4-4cb8-9960-a8b47a8eeba5
ModelInvariantUuid:3c9fa5f3-9644-4c74-bccf-f6f70adb20a9
ModelName:Vfw7fdd8165Cf00.compute.nodes.heat.vpg
ModelUuid:45e24912-9e6c-470b-a100-4b5c7e3c9f9b
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-09-10T06:11:24.101Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 5a4db153-5dd6-4b99-afb0-6575006df85e
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-09-10T06:11:24.104Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||vFW 7fdd8165-cf00 0
2022-09-10T06:11:24.104Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 5a4db153-5dd6-4b99-afb0-6575006df85e
2022-09-10T06:11:24.104Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 0aef6d80-0a80-4386-96e9-b65a76ffe32d from URL: /sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/vfw7fdd8165cf000_modules.json
2022-09-10T06:11:24.104Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-09-10T06:11:24.105Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/vfw7fdd8165cf000_modules.json
2022-09-10T06:11:24.502Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-09-10T06:11:24.503Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/vfw7fdd8165cf000_modules.json 0aef6d80-0a80-4386-96e9-b65a76ffe32d 785
2022-09-10T06:11:24.503Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/vfw7fdd8165cf000_modules.json ASDC sendASDCNotification
2022-09-10T06:11:24.503Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/vfw7fdd8165cf000_modules.json
2022-09-10T06:11:24.504Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-10T06:11:24.504Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-10T06:11:24.506Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-10T06:11:24.506Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662790284503,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/vfw7fdd8165cf000_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-10T06:11:24.606Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-10T06:11:24.607Z||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-09-10T06:11:24.607Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ...
2022-09-10T06:11:24.627Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T06:11:24.627Z||pool-27-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-09-10T06:11:25.507Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw7fdd8165Cf00..base_vfw..module-0",
"vfModuleModelInvariantUUID": "dada6e72-9aa0-404f-9751-e06deb294bb9",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "63dd554b-7bf4-4c63-abab-4df0e708a39d",
"vfModuleModelCustomizationUUID": "4285a722-e67a-49f4-a675-8f628570b87c",
"isBase": true,
"artifacts": [
"fd179bd2-b737-418e-a718-5c9be41949e2",
"296cbd84-ae16-44f4-b9ab-fb2ba9235d99"
],
"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-09-10T06:11:25.512Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw7fdd8165Cf00..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:63dd554b-7bf4-4c63-abab-4df0e708a39d
VfModuleModelInvariantUUID:dada6e72-9aa0-404f-9751-e06deb294bb9
VfModuleModelDescription:NULL
Artifacts UUID List:{
fd179bd2-b737-418e-a718-5c9be41949e2
,
296cbd84-ae16-44f4-b9ab-fb2ba9235d99
}
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-09-10T06:11:25.514Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw7fdd8165Cf00..base_vfw..module-0",
"vfModuleModelInvariantUUID": "dada6e72-9aa0-404f-9751-e06deb294bb9",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "63dd554b-7bf4-4c63-abab-4df0e708a39d",
"vfModuleModelCustomizationUUID": "4285a722-e67a-49f4-a675-8f628570b87c",
"isBase": true,
"artifacts": [
"fd179bd2-b737-418e-a718-5c9be41949e2",
"296cbd84-ae16-44f4-b9ab-fb2ba9235d99"
],
"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-09-10T06:11:25.514Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw7fdd8165Cf00..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:63dd554b-7bf4-4c63-abab-4df0e708a39d
VfModuleModelInvariantUUID:dada6e72-9aa0-404f-9751-e06deb294bb9
VfModuleModelDescription:NULL
Artifacts UUID List:{
fd179bd2-b737-418e-a718-5c9be41949e2
,
296cbd84-ae16-44f4-b9ab-fb2ba9235d99
}
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-09-10T06:11:25.514Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: fd179bd2-b737-418e-a718-5c9be41949e2 from URL: /sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/base_vfw.yaml
2022-09-10T06:11:25.515Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-09-10T06:11:25.515Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/base_vfw.yaml
2022-09-10T06:11:25.847Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-09-10T06:11:25.849Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/base_vfw.yaml fd179bd2-b737-418e-a718-5c9be41949e2 20368
2022-09-10T06:11:25.849Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-09-10T06:11:25.849Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/base_vfw.yaml
2022-09-10T06:11:25.849Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-10T06:11:25.849Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-10T06:11:25.852Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-10T06:11:25.852Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662790285849,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-10T06:11:25.952Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-10T06:11:25.953Z||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-09-10T06:11:25.953Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ...
2022-09-10T06:11:25.964Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T06:11:25.965Z||pool-28-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-09-10T06:11:26.853Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 296cbd84-ae16-44f4-b9ab-fb2ba9235d99 from URL: /sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/base_vfw.env
2022-09-10T06:11:26.854Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-09-10T06:11:26.854Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/base_vfw.env
2022-09-10T06:11:27.329Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-09-10T06:11:27.330Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/base_vfw.env 296cbd84-ae16-44f4-b9ab-fb2ba9235d99 2098
2022-09-10T06:11:27.331Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/base_vfw.env ASDC sendASDCNotification
2022-09-10T06:11:27.331Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/base_vfw.env
2022-09-10T06:11:27.331Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-10T06:11:27.332Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-10T06:11:27.334Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-10T06:11:27.334Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662790287330,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-09-10T06:11:27.434Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-10T06:11:27.435Z||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-09-10T06:11:27.435Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ...
2022-09-10T06:11:27.446Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T06:11:27.446Z||pool-29-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-09-10T06:11:28.335Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 7547d8a0-0597-4c2f-9e8e-1043b453b2e0
2022-09-10T06:11:28.335Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 7fdd8165-cf00 0 5a4db153-5dd6-4b99-afb0-6575006df85e 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-09-10T06:11:28.351Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@550cf839, org.onap.sdc.toscaparser.api.parameters.Input@5728f071, org.onap.sdc.toscaparser.api.parameters.Input@619c118d, org.onap.sdc.toscaparser.api.parameters.Input@44b55af0, org.onap.sdc.toscaparser.api.parameters.Input@764aaf6f]
2022-09-10T06:11:28.353Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-10T06:11:28.353Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-10 06-07-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-10T06:11:28.354Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic
2022-09-10T06:11:28.354Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= f20c67ae-0569-43b9-ae43-8a5acdada46a
2022-09-10T06:11:28.354Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f20c67ae-0569-43b9-ae43-8a5acdada46a matches Tosca VF Customization UUID: f20c67ae-0569-43b9-ae43-8a5acdada46a
2022-09-10T06:11:28.355Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: f20c67ae-0569-43b9-ae43-8a5acdada46a 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-09-10T06:11:28.358Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-10T06:11:28.358Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-10 06-07-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-10T06:11:28.359Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id f20c67ae-0569-43b9-ae43-8a5acdada46a: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-09-10T06:11:28.359Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@9eca353
2022-09-10T06:11:28.359Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-10T06:11:28.359Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-10 06-07-55 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-10T06:11:28.360Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4285a722-e67a-49f4-a675-8f628570b87c
2022-09-10T06:11:28.360Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4285a722-e67a-49f4-a675-8f628570b87c
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-09-10T06:11:28.364Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-10T06:11:28.364Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vFW 7fdd8165-cf00 0 is matching search criteria
2022-09-10T06:11:28.364Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 7fdd8165-cf00 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-10T06:11:28.365Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-10T06:11:28.365Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vFW 7fdd8165-cf00 0 is matching search criteria
2022-09-10T06:11:28.366Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 7fdd8165-cf00 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-10T06:11:28.366Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-10T06:11:28.367Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vFW 7fdd8165-cf00 0 is not matching search criteria
2022-09-10T06:11:28.367Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-10T06:11:28.367Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-09-10T06:11:28.368Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-10T06:11:28.368Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-10T06:11:28.369Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-10T06:11:28.369Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-10T06:11:28.369Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-10T06:11:28.370Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-10T06:11:28.370Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-10T06:11:28.370Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-10T06:11:28.370Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-10T06:11:28.371Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=00dd4e50-fb35-4dfc-ac3d-0ef09e9cb64e
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-09-10T06:11:28.373Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-10T06:11:28.373Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vFW 7fdd8165-cf00 0 is matching search criteria
2022-09-10T06:11:28.374Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 7fdd8165-cf00 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-10T06:11:28.374Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-10T06:11:28.374Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vFW 7fdd8165-cf00 0 is not matching search criteria
2022-09-10T06:11:28.375Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-10T06:11:28.375Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-10T06:11:28.375Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-10T06:11:28.376Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-10T06:11:28.376Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-10T06:11:28.376Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-10T06:11:28.377Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-10T06:11:28.377Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-09-10T06:11:28.377Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-10T06:11:28.378Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-10T06:11:28.378Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-10T06:11:28.378Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-10T06:11:28.379Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=bb76a63a-b482-4bc5-97e4-38f23ebfae71
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-09-10T06:11:28.381Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-10T06:11:28.381Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vFW 7fdd8165-cf00 0 is matching search criteria
2022-09-10T06:11:28.381Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 7fdd8165-cf00 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-10T06:11:28.384Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-10T06:11:28.384Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vFW 7fdd8165-cf00 0 is not matching search criteria
2022-09-10T06:11:28.385Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-10T06:11:28.385Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-10T06:11:28.385Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-10T06:11:28.386Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-10T06:11:28.386Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-10T06:11:28.386Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-10T06:11:28.387Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-10T06:11:28.387Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-10T06:11:28.388Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-10T06:11:28.388Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-10T06:11:28.388Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-10T06:11:28.388Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-09-10T06:11:28.389Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f9085534-9873-4cd1-be20-2ff09111b294
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-09-10T06:11:28.391Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-10T06:11:28.392Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vFW 7fdd8165-cf00 0 is matching search criteria
2022-09-10T06:11:28.392Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 7fdd8165-cf00 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-10T06:11:28.392Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-10T06:11:28.393Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Node template vFW 7fdd8165-cf00 0 is matching search criteria
2022-09-10T06:11:28.393Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 7fdd8165-cf00 0] matching following query criteria: sdcType=VF, customizationUUID=f20c67ae-0569-43b9-ae43-8a5acdada46a
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-09-10T06:11:28.395Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-10T06:11:28.395Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-10 06-07-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-10T06:11:28.395Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 7547d8a0-0597-4c2f-9e8e-1043b453b2e0: vFW 7fdd8165-cf00
2022-09-10T06:11:28.396Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-10T06:11:28.396Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-10 06-07-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-10T06:11:28.396Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-10T06:11:28.397Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-10 06-07-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-10T06:11:28.397Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-10T06:11:28.398Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-10 06-07-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-10T06:11:28.398Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-10T06:11:28.398Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-10 06-07-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-10T06:11:28.398Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-10T06:11:28.399Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-10 06-07-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-10T06:11:28.399Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||Saving Service: vFW 2022-09-10 06-07-55
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-09-10T06:11:28.586Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 7fdd8165-cf00 5a4db153-5dd6-4b99-afb0-6575006df85e 1 ASDC deployResourceStructure
2022-09-10T06:11:28.586Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/vfw7fdd8165cf000_modules.json ASDC sendASDCNotification
2022-09-10T06:11:28.587Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/vfw7fdd8165cf000_modules.json
2022-09-10T06:11:28.587Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-10T06:11:28.587Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-10T06:11:28.589Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-10T06:11:28.589Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662790288586,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/vfw7fdd8165cf000_modules.json",
"status": "DEPLOY_OK"
}
2022-09-10T06:11:28.689Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-10T06:11:28.690Z||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-09-10T06:11:28.691Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ...
2022-09-10T06:11:28.703Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T06:11:28.704Z||pool-30-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-09-10T06:11:29.590Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-09-10T06:11:29.591Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/base_vfw.yaml
2022-09-10T06:11:29.591Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-10T06:11:29.592Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-10T06:11:29.594Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-10T06:11:29.594Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662790289590,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-09-10T06:11:29.694Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-10T06:11:29.695Z||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-09-10T06:11:29.695Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ...
2022-09-10T06:11:29.705Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T06:11:29.705Z||pool-31-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-09-10T06:11:30.596Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/base_vfw.env ASDC sendASDCNotification
2022-09-10T06:11:30.596Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/base_vfw.env
2022-09-10T06:11:30.596Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-10T06:11:30.597Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-10T06:11:30.599Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-10T06:11:30.599Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662790290595,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-09-10T06:11:30.703Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-09-10T06:11:30.704Z||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-09-10T06:11:30.704Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ...
2022-09-10T06:11:30.718Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T06:11:30.718Z||pool-32-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-09-10T06:11:31.600Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220910060755/1.0/artifacts/service-Vfw20220910060755-csar.csar ASDC sendASDCNotification
2022-09-10T06:11:31.600Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220910060755/1.0/artifacts/service-Vfw20220910060755-csar.csar
2022-09-10T06:11:31.600Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-10T06:11:31.601Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-10T06:11:31.602Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-10T06:11:31.603Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662790291600,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/artifacts/service-Vfw20220910060755-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-10T06:11:31.703Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-10T06:11:31.704Z||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-09-10T06:11:31.704Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ...
2022-09-10T06:11:31.728Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T06:11:31.728Z||pool-33-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-09-10T06:11:32.603Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9ab94aa6-71b1-4ef9-bc2f-c909068c38bd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-10T06:11:32.614Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9ab94aa6-71b1-4ef9-bc2f-c909068c38bd
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-09-10T06:11:32.617Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-10T06:11:32.617Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-10T06:11:32.618Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-10T06:11:53.170Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T06:11:53.170Z||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-09-10T06:11:53.171Z||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 B2OcHaxGVXBSP1RO) ...
2022-09-10T06:11:53.189Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T06:11:53.190Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-10T06:11:53.190Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd",
"consumerID": "policy-id",
"timestamp": 1662790253102,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/artifacts/service-Vfw20220910060755-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-10T06:11:53.191Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-10T06:12:02.618Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9ab94aa6-71b1-4ef9-bc2f-c909068c38bd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-10T06:12:02.627Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9ab94aa6-71b1-4ef9-bc2f-c909068c38bd
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-09-10T06:12:02.629Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-10T06:12:02.629Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-10T06:12:02.629Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-10T06:12:32.629Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9ab94aa6-71b1-4ef9-bc2f-c909068c38bd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-10T06:12:32.639Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9ab94aa6-71b1-4ef9-bc2f-c909068c38bd
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-09-10T06:12:32.642Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-10T06:12:32.642Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-10T06:12:32.642Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-10T06:12:53.170Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T06:12:53.171Z||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-09-10T06:12:53.171Z||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 B2OcHaxGVXBSP1RO) ...
2022-09-10T06:12:53.215Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T06:12:53.216Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-10T06:12:53.216Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd",
"consumerID": "clamp",
"timestamp": 1662790246885,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/artifacts/service-Vfw20220910060755-csar.csar",
"status": "NOTIFIED"
}
2022-09-10T06:12:53.217Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-10T06:13:02.643Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9ab94aa6-71b1-4ef9-bc2f-c909068c38bd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-10T06:13:02.653Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9ab94aa6-71b1-4ef9-bc2f-c909068c38bd
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-09-10T06:13:02.655Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-10T06:13:02.655Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-10T06:13:02.655Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-10T06:13:32.655Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9ab94aa6-71b1-4ef9-bc2f-c909068c38bd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-10T06:13:32.664Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9ab94aa6-71b1-4ef9-bc2f-c909068c38bd
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-09-10T06:13:32.667Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-10T06:13:32.667Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-10T06:13:32.667Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-10T06:13:53.169Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T06:13:53.170Z||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-09-10T06:13:53.170Z||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 B2OcHaxGVXBSP1RO) ...
2022-09-10T06:13:53.714Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T06:13:53.715Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-10T06:13:53.715Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662790247815,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/artifacts/service-Vfw20220910060755-csar.csar",
"status": "NOTIFIED"
}
2022-09-10T06:13:53.716Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-10T06:13:53.716Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-10T06:13:53.716Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd",
"consumerID": "policy-id",
"timestamp": 1662790254104,
"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-09-10T06:13:53.721Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9ab94aa6-71b1-4ef9-bc2f-c909068c38bd
2022-09-10T06:13:53.721Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9ab94aa6-71b1-4ef9-bc2f-c909068c38bd 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-09-10T06:13:53.731Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-10T06:13:53.731Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662790255927,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/artifacts/service-Vfw20220910060755-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-10T06:13:53.731Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-10T06:13:53.731Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-10T06:13:53.732Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd",
"consumerID": "aai-ml",
"timestamp": 1662790262118,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/artifacts/service-Vfw20220910060755-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-10T06:13:53.732Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-10T06:13:53.732Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-10T06:13:53.732Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662790263302,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/artifacts/service-Vfw20220910060755-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-10T06:13:53.732Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-10T06:13:53.732Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-10T06:13:53.733Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd",
"consumerID": "aai-ml",
"timestamp": 1662790263122,
"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-09-10T06:13:53.739Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9ab94aa6-71b1-4ef9-bc2f-c909068c38bd
2022-09-10T06:13:53.739Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9ab94aa6-71b1-4ef9-bc2f-c909068c38bd 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-09-10T06:13:53.747Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-10T06:13:53.747Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662790264331,
"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-09-10T06:13:53.764Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9ab94aa6-71b1-4ef9-bc2f-c909068c38bd
2022-09-10T06:13:53.765Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9ab94aa6-71b1-4ef9-bc2f-c909068c38bd 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-09-10T06:13:53.774Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-10T06:13:53.774Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd",
"consumerID": "clamp",
"timestamp": 1662790266109,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/artifacts/service-Vfw20220910060755-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-10T06:13:53.774Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-10T06:13:53.775Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-10T06:13:53.775Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e12d61a5-2616-4087-9618-4d553e000c3b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662790267724,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-10T06:13:53.775Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-10T06:13:53.775Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-10T06:13:53.775Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd",
"consumerID": "clamp",
"timestamp": 1662790268119,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/artifacts/service-Vfw20220910060755-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-10T06:13:53.776Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-10T06:13:53.776Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-10T06:13:53.776Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd",
"consumerID": "clamp",
"timestamp": 1662790269122,
"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-09-10T06:13:53.781Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9ab94aa6-71b1-4ef9-bc2f-c909068c38bd
2022-09-10T06:13:53.781Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9ab94aa6-71b1-4ef9-bc2f-c909068c38bd 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-09-10T06:13:53.789Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-10T06:13:53.789Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662790268750,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-10T06:13:53.790Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-10T06:13:53.790Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-10T06:13:53.790Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662790268750,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/vfw7fdd8165cf000_modules.json",
"status": "NOTIFIED"
}
2022-09-10T06:13:53.790Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-10T06:13:53.791Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-10T06:13:53.791Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662790268750,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-09-10T06:13:53.791Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-10T06:13:53.791Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-10T06:13:53.791Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662790268750,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-10T06:13:53.792Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-10T06:13:53.792Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-10T06:13:53.792Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662790268750,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-09-10T06:13:53.792Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-10T06:13:53.793Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-10T06:13:53.793Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662790268750,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/artifacts/service-Vfw20220910060755-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-10T06:13:53.793Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-10T06:13:53.793Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-10T06:13:53.794Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662790268750,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/artifacts/service-Vfw20220910060755-csar.csar",
"status": "NOTIFIED"
}
2022-09-10T06:13:53.794Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-10T06:13:53.794Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-10T06:13:53.794Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662790280557,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/artifacts/service-Vfw20220910060755-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-10T06:13:53.795Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-10T06:13:53.795Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-10T06:13:53.795Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662790284503,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/vfw7fdd8165cf000_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-10T06:13:53.795Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-10T06:13:53.795Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-10T06:13:53.796Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662790285849,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-10T06:13:53.796Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-10T06:13:53.796Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-10T06:13:53.796Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662790287330,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-09-10T06:13:53.797Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-10T06:13:53.797Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-10T06:13:53.797Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662790288586,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/vfw7fdd8165cf000_modules.json",
"status": "DEPLOY_OK"
}
2022-09-10T06:13:53.797Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-10T06:13:53.797Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-10T06:13:53.798Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662790289590,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-09-10T06:13:53.798Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-10T06:13:53.798Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-10T06:13:53.798Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662790290595,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/resourceInstances/vfw7fdd8165cf000/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-09-10T06:13:53.799Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-10T06:13:53.799Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-10T06:13:53.799Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662790291600,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220910060755/1.0/artifacts/service-Vfw20220910060755-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-10T06:13:53.799Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-10T06:14:02.667Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9ab94aa6-71b1-4ef9-bc2f-c909068c38bd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-10T06:14:02.679Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9ab94aa6-71b1-4ef9-bc2f-c909068c38bd
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-09-10T06:14:02.684Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-10T06:14:02.684Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-10T06:14:02.684Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-10T06:14:02.684Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-10T06:14:02.685Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-10T06:14:02.685Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-10T06:14:02.685Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-10T06:14:02.685Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-10T06:14:02.685Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-10T06:14:02.685Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-10T06:14:02.686Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-10T06:14:02.690Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-10T06:14:32.690Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9ab94aa6-71b1-4ef9-bc2f-c909068c38bd 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-09-10T06:14:32.696Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9ab94aa6-71b1-4ef9-bc2f-c909068c38bd and serviceModelVersionId: 7547d8a0-0597-4c2f-9e8e-1043b453b2e0
2022-09-10T06:14:32.697Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 782bb0c1-d9d1-4c81-a49f-9da38139424d
2022-09-10T06:14:32.698Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/782bb0c1-d9d1-4c81-a49f-9da38139424d/model-vers/model-ver/7547d8a0-0597-4c2f-9e8e-1043b453b2e0?depth=0
2022-09-10T06:14:32.702Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-09-10T06:14:32.762Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/782bb0c1-d9d1-4c81-a49f-9da38139424d/model-vers/model-ver/7547d8a0-0597-4c2f-9e8e-1043b453b2e0?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-09-10T06:14:32.767Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/782bb0c1-d9d1-4c81-a49f-9da38139424d/model-vers/model-ver/7547d8a0-0597-4c2f-9e8e-1043b453b2e0?depth=0|INFO|500||Invoke
2022-09-10T06:14:32.811Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/782bb0c1-d9d1-4c81-a49f-9da38139424d/model-vers/model-ver/7547d8a0-0597-4c2f-9e8e-1043b453b2e0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-09-10T06:14:33.713Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/782bb0c1-d9d1-4c81-a49f-9da38139424d/model-vers/model-ver/7547d8a0-0597-4c2f-9e8e-1043b453b2e0?depth=0|INFO|500||InvokeReturn
2022-09-10T06:14:33.715Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/782bb0c1-d9d1-4c81-a49f-9da38139424d/model-vers/model-ver/7547d8a0-0597-4c2f-9e8e-1043b453b2e0?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220910-06:14:33:585-58172], vertex-id=[176312], Content-Length=[0], Date=[Sat, 10 Sep 2022 06:14:33 GMT], Content-Type=[application/json]}
2022-09-10T06:14:33.716Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2022-09-10T06:14:33.716Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-09-10T06:14:33.716Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-10T06:14:33.722Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-09-10T06:14:33.722Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9ab94aa6-71b1-4ef9-bc2f-c909068c38bd and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-09-10T06:14:33.723Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-09-10T06:14:33.723Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-10T06:14:33.725Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-10T06:14:33.725Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "9ab94aa6-71b1-4ef9-bc2f-c909068c38bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662790473722,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-10T06:14:33.825Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-10T06:14:33.826Z||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-09-10T06:14:33.826Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ...
2022-09-10T06:14:33.856Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T06:14:33.857Z||pool-34-thread-1|||||INFO|500||cambria reply ok (31 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-09-10T06:14:34.741Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T06:14:34.742Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-10T06:14:34.742Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B2OcHaxGVXBSP1RO) ...
2022-09-10T06:14:39.191Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T06:14:39.191Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-10T06:14:39.192Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"ad1381fb-5379-44c8-aa20-6a03c8b800ab","serviceName":"vFW 2022-09-10 06-11-30","serviceVersion":"1.0","serviceUUID":"94eaa334-e7c9-4d47-bb8a-5900aa9b1225","serviceDescription":"catalog service description","serviceInvariantUUID":"26ea17a9-97f7-46cb-a652-17cc23e00ccf","resources":[{"resourceInstanceName":"vFW 06670f11-f45b 0","resourceName":"vFW 06670f11-f45b","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e29aa923-bd7e-4e50-8c57-8c8c8538f19e","resourceInvariantUUID":"bb664645-b23e-4be9-9acb-71918504a40f","resourceCustomizationUUID":"15a3a544-eb59-47e0-bc8c-39dd3aa82238","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220910061130/1.0/resourceInstances/vfw06670f11f45b0/artifacts/vf-license-model.xml","artifactChecksum":"MWVlY2ZiYTk3MmQzMDM1NmQ3NjYyZmVlYjI2Y2MxYWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9c441ce7-3e72-42c9-aea4-08164cb2cb45","artifactVersion":"1"},{"artifactName":"vfw06670f11f45b0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220910061130/1.0/resourceInstances/vfw06670f11f45b0/artifacts/vfw06670f11f45b0_modules.json","artifactChecksum":"MmU1NDc3YWI1ZWJjZmJmYzFlODU5OWRmMmRiOGFhMWU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"36ff41ed-fdb0-43f3-90c4-7cbaa52e0625","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220910061130/1.0/resourceInstances/vfw06670f11f45b0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ceb3585f-88ea-4ec1-88f0-c669428f97da","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220910061130/1.0/resourceInstances/vfw06670f11f45b0/artifacts/vendor-license-model.xml","artifactChecksum":"NTkzOGFiNzE1ZDBlNGQ3ZjVhMTgyZTA4MDg2NDkzMTk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7dcd9388-3ef0-4846-b3d0-3b16948f49a8","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220910061130/1.0/resourceInstances/vfw06670f11f45b0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"dd9023b8-5c20-489f-b83b-abc5b1353c1c","artifactVersion":"2","generatedFromUUID":"ceb3585f-88ea-4ec1-88f0-c669428f97da"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220910061130-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220910061130/1.0/artifacts/service-Vfw20220910061130-template.yml","artifactChecksum":"MDBiYzc5NWI1YjU1ODI1ZDFkZDUwNDJjODA0MWQ1OGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"40048e4a-684e-4e3d-8d34-afb5664c985a","artifactVersion":"1"},{"artifactName":"service-Vfw20220910061130-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220910061130/1.0/artifacts/service-Vfw20220910061130-csar.csar","artifactChecksum":"YTdjY2Q2MjAwZmI3OTVkMTQwMzMxYzgwYWIxMWFmNmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1dd235e6-964e-4ff0-8299-37ca4c3993ac","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-10T06:14:39.195Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-10T06:14:39.195Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-10T06:14:39.197Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-10T06:14:39.197Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "ad1381fb-5379-44c8-aa20-6a03c8b800ab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662790474741,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220910061130/1.0/resourceInstances/vfw06670f11f45b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-10T06:14:39.297Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-10T06:14:39.298Z||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-09-10T06:14:39.298Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ...
2022-09-10T06:14:39.313Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T06:14:39.314Z||pool-35-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-09-10T06:14:40.198Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-10T06:14:40.200Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-10T06:14:40.202Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-10T06:14:40.202Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "ad1381fb-5379-44c8-aa20-6a03c8b800ab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662790474741,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220910061130/1.0/resourceInstances/vfw06670f11f45b0/artifacts/vfw06670f11f45b0_modules.json",
"status": "NOTIFIED"
}
2022-09-10T06:14:40.302Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-10T06:14:40.303Z||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-09-10T06:14:40.303Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ...
2022-09-10T06:14:40.313Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T06:14:40.314Z||pool-36-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-09-10T06:14:41.202Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-10T06:14:41.203Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-10T06:14:41.205Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-10T06:14:41.205Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "ad1381fb-5379-44c8-aa20-6a03c8b800ab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662790474741,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220910061130/1.0/resourceInstances/vfw06670f11f45b0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-09-10T06:14:41.306Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-10T06:14:41.307Z||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-09-10T06:14:41.307Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ...
2022-09-10T06:14:41.336Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T06:14:41.336Z||pool-37-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-09-10T06:14:42.206Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-10T06:14:42.207Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-10T06:14:42.209Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-10T06:14:42.209Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "ad1381fb-5379-44c8-aa20-6a03c8b800ab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662790474741,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220910061130/1.0/resourceInstances/vfw06670f11f45b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-10T06:14:42.309Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-10T06:14:42.310Z||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-09-10T06:14:42.310Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ...
2022-09-10T06:14:42.332Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T06:14:42.332Z||pool-38-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-09-10T06:14:43.210Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-10T06:14:43.211Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-10T06:14:43.213Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-10T06:14:43.213Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "ad1381fb-5379-44c8-aa20-6a03c8b800ab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662790474741,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220910061130/1.0/resourceInstances/vfw06670f11f45b0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-09-10T06:14:43.313Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-10T06:14:43.314Z||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-09-10T06:14:43.314Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ...
2022-09-10T06:14:43.328Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T06:14:43.329Z||pool-39-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-10T06:14:44.214Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-10T06:14:44.215Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-10T06:14:44.217Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-10T06:14:44.218Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "ad1381fb-5379-44c8-aa20-6a03c8b800ab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662790474741,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220910061130/1.0/artifacts/service-Vfw20220910061130-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-10T06:14:44.318Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-10T06:14:44.319Z||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-09-10T06:14:44.319Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ...
2022-09-10T06:14:44.331Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T06:14:44.332Z||pool-40-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-09-10T06:14:45.219Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-10T06:14:45.219Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-10T06:14:45.222Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-10T06:14:45.222Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "ad1381fb-5379-44c8-aa20-6a03c8b800ab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662790474741,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220910061130/1.0/artifacts/service-Vfw20220910061130-csar.csar",
"status": "NOTIFIED"
}
2022-09-10T06:14:45.322Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-10T06:14:45.323Z||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-09-10T06:14:45.323Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ...
2022-09-10T06:14:45.371Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T06:14:45.371Z||pool-41-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1}
2022-09-10T06:14:46.224Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "ad1381fb-5379-44c8-aa20-6a03c8b800ab",
"serviceName": "vFW 2022-09-10 06-11-30",
"serviceVersion": "1.0",
"serviceUUID": "94eaa334-e7c9-4d47-bb8a-5900aa9b1225",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "26ea17a9-97f7-46cb-a652-17cc23e00ccf",
"resources": [
{
"resourceInstanceName": "vFW 06670f11-f45b 0",
"resourceCustomizationUUID": "15a3a544-eb59-47e0-bc8c-39dd3aa82238",
"resourceName": "vFW 06670f11-f45b",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "e29aa923-bd7e-4e50-8c57-8c8c8538f19e",
"resourceInvariantUUID": "bb664645-b23e-4be9-9acb-71918504a40f",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw06670f11f45b0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220910061130/1.0/resourceInstances/vfw06670f11f45b0/artifacts/vfw06670f11f45b0_modules.json",
"artifactChecksum": "MmU1NDc3YWI1ZWJjZmJmYzFlODU5OWRmMmRiOGFhMWU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "36ff41ed-fdb0-43f3-90c4-7cbaa52e0625",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220910061130/1.0/resourceInstances/vfw06670f11f45b0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "ceb3585f-88ea-4ec1-88f0-c669428f97da",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220910061130/1.0/resourceInstances/vfw06670f11f45b0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "dd9023b8-5c20-489f-b83b-abc5b1353c1c",
"generatedFromUUID": "ceb3585f-88ea-4ec1-88f0-c669428f97da"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220910061130/1.0/resourceInstances/vfw06670f11f45b0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "dd9023b8-5c20-489f-b83b-abc5b1353c1c",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220910061130-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220910061130/1.0/artifacts/service-Vfw20220910061130-csar.csar",
"artifactChecksum": "YTdjY2Q2MjAwZmI3OTVkMTQwMzMxYzgwYWIxMWFmNmU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "1dd235e6-964e-4ff0-8299-37ca4c3993ac"
}
],
"workloadContext": "Production"
}
2022-09-10T06:14:46.224Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-10T06:14:46.225Z|9ab94aa6-71b1-4ef9-bc2f-c909068c38bd|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 94eaa334-e7c9-4d47-bb8a-5900aa9b1225 ASDC
2022-09-10T06:14:46.226Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:ad1381fb-5379-44c8-aa20-6a03c8b800ab
ServiceName:vFW 2022-09-10 06-11-30
ServiceVersion:1.0
ServiceUUID:94eaa334-e7c9-4d47-bb8a-5900aa9b1225
ServiceInvariantUUID:26ea17a9-97f7-46cb-a652-17cc23e00ccf
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220910061130-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220910061130/1.0/artifacts/service-Vfw20220910061130-csar.csar
ArtifactUUID:1dd235e6-964e-4ff0-8299-37ca4c3993ac
ArtifactChecksum:YTdjY2Q2MjAwZmI3OTVkMTQwMzMxYzgwYWIxMWFmNmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 06670f11-f45b 0
ResourceCustomizationUUID:15a3a544-eb59-47e0-bc8c-39dd3aa82238
ResourceInvariantUUID:bb664645-b23e-4be9-9acb-71918504a40f
ResourceName:vFW 06670f11-f45b
ResourceType:VF
ResourceUUID:e29aa923-bd7e-4e50-8c57-8c8c8538f19e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw06670f11f45b0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220910061130/1.0/resourceInstances/vfw06670f11f45b0/artifacts/vfw06670f11f45b0_modules.json
ArtifactUUID:36ff41ed-fdb0-43f3-90c4-7cbaa52e0625
ArtifactChecksum:MmU1NDc3YWI1ZWJjZmJmYzFlODU5OWRmMmRiOGFhMWU=
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/Vfw20220910061130/1.0/resourceInstances/vfw06670f11f45b0/artifacts/base_vfw.yaml
ArtifactUUID:ceb3585f-88ea-4ec1-88f0-c669428f97da
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/Vfw20220910061130/1.0/resourceInstances/vfw06670f11f45b0/artifacts/base_vfw.env
ArtifactUUID:dd9023b8-5c20-489f-b83b-abc5b1353c1c
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/Vfw20220910061130/1.0/resourceInstances/vfw06670f11f45b0/artifacts/base_vfw.env
ArtifactUUID:dd9023b8-5c20-489f-b83b-abc5b1353c1c
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-09-10T06:14:46.226Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 94eaa334-e7c9-4d47-bb8a-5900aa9b1225 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-09-10T06:14:46.255Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-10T06:14:46.256Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-09-10T06:14:46.256Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-09-10T06:14:46.256Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 1dd235e6-964e-4ff0-8299-37ca4c3993ac from URL: /sdc/v1/catalog/services/Vfw20220910061130/1.0/artifacts/service-Vfw20220910061130-csar.csar
2022-09-10T06:14:46.256Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-09-10T06:14:46.257Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220910061130/1.0/artifacts/service-Vfw20220910061130-csar.csar
2022-09-10T06:14:46.581Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-09-10T06:14:46.585Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220910061130/1.0/artifacts/service-Vfw20220910061130-csar.csar 1dd235e6-964e-4ff0-8299-37ca4c3993ac 100639
2022-09-10T06:14:46.585Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220910061130/1.0/artifacts/service-Vfw20220910061130-csar.csar ASDC sendASDCNotification
2022-09-10T06:14:46.585Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220910061130/1.0/artifacts/service-Vfw20220910061130-csar.csar
2022-09-10T06:14:46.586Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-10T06:14:46.586Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-10T06:14:46.588Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-10T06:14:46.588Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "ad1381fb-5379-44c8-aa20-6a03c8b800ab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662790486585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220910061130/1.0/artifacts/service-Vfw20220910061130-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-10T06:14:46.688Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-10T06:14:46.689Z||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-09-10T06:14:46.689Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B2OcHaxGVXBSP1RO) ...
2022-09-10T06:14:46.703Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T06:14:46.703Z||pool-42-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-10T06:14:47.589Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-10T06:14:47.589Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-09-10T06:14:47.590Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 1dd235e6-964e-4ff0-8299-37ca4c3993ac, URL: /sdc/v1/catalog/services/Vfw20220910061130/1.0/artifacts/service-Vfw20220910061130-csar.csar to file: /app/ASDC/1/service-Vfw20220910061130-csar.csar
2022-09-10T06:14:47.590Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220910061130-csar.csar
2022-09-10T06:14:47.591Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220910061130-csar.csar
2022-09-10T06:14:47.591Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220910061130-csar.csar
2022-09-10T06:14:47.769Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16019341217820590604/Definitions/service-Vfw20220910061130-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" 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_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" 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_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" 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_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" 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_fixed_ips" 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 "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" 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_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" 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_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" 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_protected_private_port_0_fixed_ips" 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_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" 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_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" 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 "compute_vfw_key_name" 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_onap_private_port_0_ip_requirements" 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 "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" 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_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" 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_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" 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_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" 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_fixed_ips" 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-09-10T06:14:49.635Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-10T06:14:49.636Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-09-10T06:14:49.636Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220910061130-csar.csar
2022-09-10T06:14:49.637Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-09-10T06:14:49.637Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220910061130-csar.csar
2022-09-10T06:14:49.637Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220910061130-csar.csar
2022-09-10T06:14:49.637Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 06670f11-f45b 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-Vfw20220910061130-csar.csar
2022-09-10T06:14:49.637Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||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-Vfw20220910061130-csar.csar
2022-09-10T06:14:49.637Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220910061130-csar.csar
2022-09-10T06:14:49.637Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220910061130-csar.csar
2022-09-10T06:14:49.638Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220910061130-csar.csar
2022-09-10T06:14:49.638Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220910061130-csar.csar
2022-09-10T06:14:49.638Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220910061130-csar.csar
2022-09-10T06:14:49.638Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220910061130-csar.csar
2022-09-10T06:14:49.638Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220910061130-csar.csar
2022-09-10T06:14:49.638Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-09-10T06:14:49.638Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-10T06:14:49.638Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-10 06-11-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-10T06:14:49.639Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template vFW 06670f11-f45b 0 is matching search criteria
2022-09-10T06:14:49.639Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-09-10T06:14:49.639Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 06670f11-f45b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-10T06:14:49.639Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-10T06:14:49.639Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-10 06-11-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-10T06:14:49.640Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template vFW 06670f11-f45b 0 is matching search criteria
2022-09-10T06:14:49.640Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-09-10T06:14:49.640Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 06670f11-f45b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-10T06:14:49.640Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-10T06:14:49.640Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-10 06-11-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-10T06:14:49.640Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-10T06:14:49.640Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template vFW 06670f11-f45b 0 is not matching search criteria
2022-09-10T06:14:49.641Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-10T06:14:49.641Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-10T06:14:49.641Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-10T06:14:49.641Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-10T06:14:49.641Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-10T06:14:49.641Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-10T06:14:49.641Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-10T06:14:49.642Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-10T06:14:49.642Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-10T06:14:49.642Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-10T06:14:49.642Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-10T06:14:49.642Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-10T06:14:49.642Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-10T06:14:49.642Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-10T06:14:49.643Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-10T06:14:49.643Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-10T06:14:49.643Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-10T06:14:49.643Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-10 06-11-30 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-10T06:14:49.643Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-10T06:14:49.643Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template vFW 06670f11-f45b 0 is matching search criteria
2022-09-10T06:14:49.643Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 06670f11-f45b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-10T06:14:49.644Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-10T06:14:49.644Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template vFW 06670f11-f45b 0 is matching search criteria
2022-09-10T06:14:49.644Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 06670f11-f45b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-10T06:14:49.644Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-10T06:14:49.644Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template vFW 06670f11-f45b 0 is matching search criteria
2022-09-10T06:14:49.644Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 06670f11-f45b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-10T06:14:49.644Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-10T06:14:49.645Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template vFW 06670f11-f45b 0 is not matching search criteria
2022-09-10T06:14:49.645Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-10T06:14:49.645Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-09-10T06:14:49.645Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-10T06:14:49.645Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-10T06:14:49.645Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-10T06:14:49.645Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-10T06:14:49.645Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-10T06:14:49.646Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-10T06:14:49.646Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-10T06:14:49.646Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-10T06:14:49.646Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-10T06:14:49.646Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=1737d537-65d5-4ec5-a439-f1b12c1d7dc0
2022-09-10T06:14:49.646Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-10T06:14:49.647Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template vFW 06670f11-f45b 0 is not matching search criteria
2022-09-10T06:14:49.647Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-10T06:14:49.647Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-10T06:14:49.647Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-10T06:14:49.647Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-10T06:14:49.647Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-10T06:14:49.647Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-10T06:14:49.648Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-10T06:14:49.648Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-09-10T06:14:49.648Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-10T06:14:49.648Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-10T06:14:49.648Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-10T06:14:49.648Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-10T06:14:49.648Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=12a1c997-4b41-4e5d-9b39-6ed10da9693d
2022-09-10T06:14:49.649Z|ad1381fb-5379-44c8-aa20-6a03c8b800ab|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery