By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2022-06-24T03:32:45.532Z||main|||||INFO|500||The following profiles are active: basic
2022-06-24T03:32:59.742Z||main|||||INFO|500||Starting service [Tomcat]
2022-06-24T03:32:59.743Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-06-24T03:32:59.905Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-06-24T03:33:05.510Z||main|||||INFO|500||catdb-pool - Starting...
2022-06-24T03:33:06.518Z||main|||||INFO|500||catdb-pool - Start completed.
2022-06-24T03:33:07.330Z||main|||||INFO|500||reqdb-pool - Starting...
2022-06-24T03:33:07.352Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-06-24T03:33:07.507Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-06-24T03:33:07.803Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-06-24T03:33:08.556Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-06-24T03:33:10.880Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-24T03:33:14.191Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-24T03:33:14.266Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-06-24T03:33:15.115Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-24T03:33:15.540Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-06-24T03:33:17.142Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-24T03:33:18.723Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-06-24T03:33:18.748Z||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-06-24T03:33:18.751Z||main|||||WARN|500||The sdc end point is not alive
2022-06-24T03:33:22.989Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-06-24T03:33:27.153Z||main|||||WARN|500||---
2022-06-24T03:33:27.153Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-06-24T03:33:27.154Z||main|||||WARN|500||---
2022-06-24T03:33:27.928Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-06-24T03:33:35.379Z||main|||||INFO|500||Started Application in 53.862 seconds (JVM running for 56.954)
2022-06-24T03:33:35.410Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-24T03:33:35.416Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-24T03:33:35.461Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-24T03:33:35.509Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-24T03:33:35.613Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 84187cf5-78b8-4b4b-9e84-447cc796f129 url= /sdc/v1/artifactTypes
2022-06-24T03:33:35.614Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-24T03:33:36.754Z||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.7.115] 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$$9e995eb8.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 50 common frames omitted
2022-06-24T03:33:36.764Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@9631042
2022-06-24T03:33:36.765Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-24T03:33:36.795Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-24T03:33:36.799Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-24T03:33:36.803Z||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$$9e995eb8.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 33 common frames omitted
2022-06-24T03:34:25.368Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-24T03:34:25.369Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-24T03:34:25.370Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-24T03:34:25.374Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-24T03:34:25.381Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a8d149e7-b671-4fc7-b38d-4847d99c5450 url= /sdc/v1/artifactTypes
2022-06-24T03:34:25.381Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-24T03:34:26.416Z||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.7.115] 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$$9e995eb8.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 50 common frames omitted
2022-06-24T03:34:26.417Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@a0d4259
2022-06-24T03:34:26.418Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-24T03:34:26.418Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-24T03:34:26.419Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-24T03:34:26.419Z||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$$9e995eb8.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 33 common frames omitted
2022-06-24T03:35:15.368Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-24T03:35:15.369Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-24T03:35:15.370Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-24T03:35:15.373Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-24T03:35:15.379Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 70830b4c-fabe-48dd-b03c-864b252eae9a url= /sdc/v1/artifactTypes
2022-06-24T03:35:15.380Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-24T03:35:16.395Z||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.7.115] 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$$9e995eb8.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 50 common frames omitted
2022-06-24T03:35:16.397Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@78ab8d29
2022-06-24T03:35:16.397Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-24T03:35:16.398Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-24T03:35:16.398Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-24T03:35:16.399Z||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$$9e995eb8.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 33 common frames omitted
2022-06-24T03:36:05.370Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-24T03:36:05.372Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-24T03:36:05.374Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-24T03:36:05.380Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-24T03:36:05.395Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= fe632780-0bee-4307-be31-8a554d7fb4eb url= /sdc/v1/artifactTypes
2022-06-24T03:36:05.396Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-24T03:36:06.450Z||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.7.115] 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$$9e995eb8.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 49 common frames omitted
2022-06-24T03:36:06.452Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@732e1000
2022-06-24T03:36:06.453Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-24T03:36:06.453Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-24T03:36:06.454Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-24T03:36:06.457Z||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$$9e995eb8.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 32 common frames omitted
2022-06-24T03:36:55.371Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-24T03:36:55.374Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-24T03:36:55.375Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-24T03:36:55.384Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-24T03:36:55.395Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4f053e82-5228-468a-b47d-6d040bc51e3e url= /sdc/v1/artifactTypes
2022-06-24T03:36:55.396Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-24T03:36:56.433Z||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.7.115] 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$$9e995eb8.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 49 common frames omitted
2022-06-24T03:36:56.435Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3767d28b
2022-06-24T03:36:56.436Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-24T03:36:56.436Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-24T03:36:56.437Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-24T03:36:56.438Z||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$$9e995eb8.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 32 common frames omitted
2022-06-24T03:37:45.368Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-24T03:37:45.369Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-24T03:37:45.370Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-24T03:37:45.374Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-24T03:37:45.384Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8840c45b-6a88-4e89-abaf-0e6fc7ee87f0 url= /sdc/v1/artifactTypes
2022-06-24T03:37:45.387Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-24T03:37:46.418Z||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.7.115] 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$$9e995eb8.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 49 common frames omitted
2022-06-24T03:37:46.419Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2a60b072
2022-06-24T03:37:46.419Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-24T03:37:46.420Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-24T03:37:46.420Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-24T03:37:46.420Z||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$$9e995eb8.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 32 common frames omitted
2022-06-24T03:38:35.368Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-24T03:38:35.369Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-24T03:38:35.370Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-24T03:38:35.374Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-24T03:38:35.383Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e507e4c6-2a58-4a32-abbc-fb71469db734 url= /sdc/v1/artifactTypes
2022-06-24T03:38:35.384Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-24T03:38:36.428Z||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.7.115] 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$$9e995eb8.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 49 common frames omitted
2022-06-24T03:38:36.429Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@385b5719
2022-06-24T03:38:36.430Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-24T03:38:36.430Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-24T03:38:36.430Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-24T03:38:36.431Z||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$$9e995eb8.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 32 common frames omitted
2022-06-24T03:39:25.368Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-24T03:39:25.369Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-24T03:39:25.369Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-24T03:39:25.373Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-24T03:39:25.380Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 40e2e1bf-5e49-41a9-8559-9e59996b5864 url= /sdc/v1/artifactTypes
2022-06-24T03:39:25.380Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-24T03:39:26.418Z||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.7.115] 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$$9e995eb8.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 49 common frames omitted
2022-06-24T03:39:26.418Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@21f1a17c
2022-06-24T03:39:26.419Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-24T03:39:26.419Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-24T03:39:26.419Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-24T03:39:26.420Z||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$$9e995eb8.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 32 common frames omitted
2022-06-24T03:40:15.369Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-24T03:40:15.370Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-24T03:40:15.371Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-24T03:40:15.374Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-24T03:40:15.380Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0fc4efb3-0d77-4d4e-b534-559d28c895c9 url= /sdc/v1/artifactTypes
2022-06-24T03:40:15.380Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-24T03:40:16.432Z||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.7.115] 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$$9e995eb8.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 49 common frames omitted
2022-06-24T03:40:16.434Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5b2bafb0
2022-06-24T03:40:16.434Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-24T03:40:16.434Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-24T03:40:16.435Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-24T03:40:16.436Z||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$$9e995eb8.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 32 common frames omitted
2022-06-24T03:41:05.368Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-24T03:41:05.369Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-24T03:41:05.370Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-24T03:41:05.373Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-24T03:41:05.382Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c9615569-fabe-4590-aa2d-6ad0a2dfbf28 url= /sdc/v1/artifactTypes
2022-06-24T03:41:05.383Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-24T03:41:06.415Z||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.7.115] 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$$9e995eb8.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 49 common frames omitted
2022-06-24T03:41:06.417Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4923b799
2022-06-24T03:41:06.418Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-24T03:41:06.418Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-24T03:41:06.418Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-24T03:41:06.419Z||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$$9e995eb8.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 32 common frames omitted
2022-06-24T03:41:55.374Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-24T03:41:55.376Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-24T03:41:55.377Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-24T03:41:55.392Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-24T03:41:55.402Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1206ce4c-f0ac-4a69-9ca3-852d718a85e7 url= /sdc/v1/artifactTypes
2022-06-24T03:41:55.403Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-24T03:41:55.698Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-06-24T03:41:55.717Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-06-24T03:41:55.779Z||scheduling-1|||||DEBUG|500||create keys
2022-06-24T03:41:55.798Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-06-24T03:41:55.828Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:41:55.854Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 62eb57b5-57cf-401c-9233-fb7e8374d85f url= /sdc/v1/registerForDistribution
2022-06-24T03:41:56.102Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 62eb57b5-57cf-401c-9233-fb7e8374d85f url= /sdc/v1/registerForDistribution
2022-06-24T03:41:56.103Z||scheduling-1|||||INFO|500||start DistributionClient
2022-06-24T03:41:56.118Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:41:56.119Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:41:56.138Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-06-24T03:41:56.143Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T03:41:56.144Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T03:41:56.144Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T03:41:56.144Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T03:42:06.725Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:42:06.736Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:42:56.114Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:42:56.117Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T03:42:56.117Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T03:42:56.119Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:42:56.121Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T03:42:56.121Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T03:43:05.701Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:43:05.701Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:43:21.058Z||http-nio-8085-exec-2|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-06-24T03:43:56.114Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:43:56.115Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T03:43:56.115Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ur5wUy48J70QDOwq) ...
2022-06-24T03:43:56.118Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:43:56.119Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T03:43:56.120Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T03:44:05.715Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:44:05.715Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:44:56.114Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:44:56.115Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T03:44:56.115Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T03:44:56.119Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:44:56.120Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T03:44:56.120Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T03:45:05.704Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:45:05.704Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:45:56.114Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:45:56.115Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T03:45:56.115Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T03:45:56.118Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:45:56.119Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T03:45:56.119Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T03:46:05.690Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:46:05.693Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:46:56.114Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:46:56.115Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T03:46:56.115Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T03:46:56.118Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:46:56.119Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T03:46:56.119Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T03:47:05.715Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:47:05.719Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:47:56.114Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:47:56.115Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T03:47:56.115Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T03:47:56.118Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:47:56.119Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T03:47:56.120Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T03:48:05.708Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:48:05.715Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:48:56.114Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:48:56.115Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T03:48:56.115Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T03:48:56.118Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:48:56.120Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T03:48:56.121Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T03:49:05.706Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:49:05.706Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:49:56.114Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:49:56.116Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T03:49:56.116Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T03:49:56.119Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:49:56.121Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T03:49:56.121Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T03:50:05.705Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:50:05.724Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:50:56.114Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:50:56.117Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T03:50:56.117Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T03:50:56.119Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:50:56.119Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T03:50:56.120Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T03:51:05.723Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:51:05.724Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:51:56.114Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:51:56.115Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T03:51:56.116Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T03:51:56.119Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:51:56.119Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T03:51:56.120Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T03:52:05.744Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:52:05.749Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:52:56.114Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:52:56.115Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T03:52:56.115Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T03:52:56.119Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:52:56.120Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T03:52:56.120Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T03:53:05.727Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:53:05.727Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:53:56.114Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:53:56.115Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T03:53:56.116Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T03:53:56.119Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:53:56.120Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T03:53:56.120Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T03:54:05.721Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:54:05.726Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:54:56.114Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:54:56.115Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T03:54:56.115Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T03:54:56.118Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:54:56.119Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T03:54:56.119Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T03:55:05.733Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:55:05.747Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:55:56.114Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:55:56.116Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T03:55:56.117Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T03:55:56.118Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:55:56.119Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T03:55:56.119Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T03:56:05.739Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:56:05.740Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:56:56.114Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:56:56.115Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T03:56:56.115Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T03:56:56.119Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:56:56.120Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T03:56:56.120Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T03:57:05.725Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:57:05.725Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:57:56.114Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:57:56.115Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T03:57:56.115Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T03:57:56.119Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:57:56.119Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T03:57:56.120Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T03:58:05.724Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:58:05.749Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:58:56.114Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:58:56.116Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T03:58:56.116Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T03:58:56.118Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:58:56.119Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T03:58:56.120Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T03:59:05.728Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:59:05.739Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:59:56.114Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:59:56.116Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T03:59:56.116Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T03:59:56.119Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:59:56.119Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T03:59:56.120Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:00:05.723Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:00:05.723Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:00:56.114Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:00:56.115Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T04:00:56.115Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:00:56.118Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:00:56.119Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T04:00:56.120Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:01:05.745Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:01:05.747Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:01:56.114Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:01:56.115Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T04:01:56.115Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:01:56.118Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:01:56.119Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T04:01:56.119Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:02:05.729Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:02:05.729Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:02:56.114Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:02:56.115Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T04:02:56.115Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ur5wUy48J70QDOwq) ...
2022-06-24T04:02:56.119Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:02:56.119Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T04:02:56.120Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:03:05.718Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:03:05.745Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:03:56.114Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:03:56.115Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T04:03:56.115Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ur5wUy48J70QDOwq) ...
2022-06-24T04:03:56.118Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:03:56.120Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T04:03:56.120Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:04:05.687Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:04:05.755Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:04:56.114Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:04:56.115Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T04:04:56.115Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ur5wUy48J70QDOwq) ...
2022-06-24T04:04:56.119Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:04:56.119Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T04:04:56.120Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:05:05.701Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:05:05.713Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:05:56.114Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:05:56.115Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T04:05:56.115Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ur5wUy48J70QDOwq) ...
2022-06-24T04:05:56.119Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:05:56.120Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T04:05:56.120Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:06:05.678Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:06:05.707Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:06:56.114Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:06:56.116Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T04:06:56.116Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ur5wUy48J70QDOwq) ...
2022-06-24T04:06:56.119Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:06:56.119Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T04:06:56.119Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:07:05.728Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:07:05.741Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:07:56.114Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:07:56.117Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T04:07:56.118Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ur5wUy48J70QDOwq) ...
2022-06-24T04:07:56.118Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:07:56.119Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T04:07:56.119Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:08:05.682Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:08:05.682Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:08:56.114Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:08:56.115Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T04:08:56.115Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ur5wUy48J70QDOwq) ...
2022-06-24T04:08:56.118Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:08:56.119Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T04:08:56.119Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:09:05.713Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:09:05.726Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:09:56.114Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:09:56.115Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T04:09:56.115Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ur5wUy48J70QDOwq) ...
2022-06-24T04:09:56.118Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:09:56.119Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T04:09:56.119Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:10:05.760Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:10:05.775Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:10:56.114Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:10:56.115Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T04:10:56.115Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ur5wUy48J70QDOwq) ...
2022-06-24T04:10:56.118Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:10:56.119Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T04:10:56.119Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:11:05.811Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:11:05.845Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:11:56.114Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:11:56.115Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T04:11:56.115Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ur5wUy48J70QDOwq) ...
2022-06-24T04:11:56.121Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:11:56.122Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T04:11:56.122Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:12:05.717Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:12:05.757Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:12:56.114Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:12:56.115Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T04:12:56.115Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ur5wUy48J70QDOwq) ...
2022-06-24T04:12:56.119Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:12:56.119Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T04:12:56.120Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:13:05.673Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:13:05.678Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:13:56.114Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:13:56.115Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T04:13:56.115Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ur5wUy48J70QDOwq) ...
2022-06-24T04:13:56.119Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:13:56.120Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T04:13:56.120Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:14:05.754Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:14:05.760Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:14:56.114Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:14:56.116Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T04:14:56.116Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ur5wUy48J70QDOwq) ...
2022-06-24T04:14:56.119Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:14:56.120Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T04:14:56.120Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:15:05.717Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:15:05.754Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:15:56.114Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:15:56.117Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T04:15:56.118Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ur5wUy48J70QDOwq) ...
2022-06-24T04:15:56.118Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:15:56.119Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T04:15:56.119Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:16:05.698Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:16:05.743Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:16:56.114Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:16:56.116Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T04:16:56.116Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ur5wUy48J70QDOwq) ...
2022-06-24T04:16:56.119Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:16:56.119Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T04:16:56.120Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:17:05.694Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:17:05.700Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:17:56.114Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:17:56.116Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T04:17:56.117Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ur5wUy48J70QDOwq) ...
2022-06-24T04:17:56.119Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:17:56.120Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T04:17:56.121Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:18:05.734Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:18:05.750Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:18:56.114Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:18:56.115Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T04:18:56.116Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ur5wUy48J70QDOwq) ...
2022-06-24T04:18:56.118Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:18:56.119Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T04:18:56.120Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:19:05.692Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:19:05.692Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:19:56.114Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:19:56.115Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T04:19:56.116Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ur5wUy48J70QDOwq) ...
2022-06-24T04:19:56.119Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:19:56.120Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T04:19:56.120Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:20:05.679Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:20:05.686Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:20:56.114Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:20:56.115Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T04:20:56.115Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ur5wUy48J70QDOwq) ...
2022-06-24T04:20:56.118Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:20:56.119Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T04:20:56.120Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:21:05.695Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:21:05.696Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:21:56.114Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:21:56.115Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T04:21:56.115Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ur5wUy48J70QDOwq) ...
2022-06-24T04:21:56.118Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:21:56.119Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T04:21:56.119Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:22:05.695Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:22:05.696Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:22:56.114Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:22:56.115Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T04:22:56.115Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ur5wUy48J70QDOwq) ...
2022-06-24T04:22:56.119Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:22:56.119Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T04:22:56.119Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:23:05.687Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:23:05.689Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:23:56.114Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:23:56.118Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T04:23:56.118Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ur5wUy48J70QDOwq) ...
2022-06-24T04:23:56.119Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:23:56.119Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T04:23:56.119Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:24:05.704Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:24:05.705Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:24:56.114Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:24:56.115Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T04:24:56.116Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ur5wUy48J70QDOwq) ...
2022-06-24T04:24:56.119Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:24:56.120Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T04:24:56.120Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:25:05.702Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:25:05.702Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:25:56.114Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:25:56.115Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T04:25:56.116Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:25:56.119Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:25:56.120Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T04:25:56.120Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:26:05.704Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:26:05.704Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:26:56.114Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:26:56.116Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T04:26:56.116Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:26:56.118Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:26:56.119Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T04:26:56.119Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:27:05.706Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:27:05.735Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:27:56.114Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:27:56.115Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T04:27:56.115Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:27:56.119Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:27:56.119Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T04:27:56.120Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:28:05.752Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:28:05.756Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:28:56.114Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:28:56.115Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T04:28:56.115Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:28:56.119Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:28:56.120Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T04:28:56.120Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:29:05.687Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:29:05.687Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:29:56.114Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:29:56.115Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T04:29:56.115Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:29:56.119Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:29:56.119Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T04:29:56.119Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:30:05.692Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:30:05.693Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:30:56.114Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:30:56.115Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T04:30:56.115Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:30:56.118Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:30:56.119Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T04:30:56.119Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:31:05.693Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:31:05.696Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:31:56.114Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:31:56.115Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T04:31:56.115Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:31:56.118Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:31:56.119Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T04:31:56.119Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:32:05.718Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:32:05.775Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:32:56.114Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:32:56.116Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T04:32:56.117Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:32:56.118Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:32:56.119Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T04:32:56.120Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:33:05.701Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:33:05.701Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:33:56.114Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:33:56.115Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T04:33:56.115Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:33:56.118Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:33:56.119Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T04:33:56.119Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:34:05.704Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:34:05.706Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:34:56.114Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:34:56.116Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T04:34:56.116Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:34:56.118Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:34:56.119Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T04:34:56.120Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:34:56.783Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:34:56.785Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-24T04:34:56.785Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"2af9f696-8d30-4454-a6e9-425d2abbb474","serviceName":"basic_onboard_XNQXzB","serviceVersion":"1.0","serviceUUID":"53627e0f-d958-49da-9de7-1e4aba448db3","serviceDescription":"service","serviceInvariantUUID":"4cc4a530-55a7-40e0-a05c-be6085e5a5c3","resources":[{"resourceInstanceName":"basic_onboard_XNQXzB 0","resourceName":"basic_onboard_XNQXzB","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7a53f47b-49dd-475b-9d5c-ef41f0ea0137","resourceInvariantUUID":"7789932b-7c94-473f-92a2-38f3f7913484","resourceCustomizationUUID":"05b42e93-82af-49f3-9781-dfe118b2f9f8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/vf-license-model.xml","artifactChecksum":"MzVjMTU5YmVlZDJlMTk1NmY0ZWY1NDgyNWFhYmNhNzY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c223b68e-7bd8-4f0f-93fc-223736ecd43b","artifactVersion":"1"},{"artifactName":"basic_onboard_xnqxzb0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/basic_onboard_xnqxzb0_modules.json","artifactChecksum":"ODI2M2MwMGE3MzNkMmE1NWE2ZTMxZmQwNWRiYjg5OWU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4e01525b-34a4-420d-9c4f-2546cc15fe75","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8f751fce-9251-462f-8f34-fa667e356619","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4f1ded6f-4e64-43aa-a942-8c09f4393381","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"33224eb6-3784-4c54-a1c9-c68bc339102f","artifactVersion":"2","generatedFromUUID":"8f751fce-9251-462f-8f34-fa667e356619"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardXnqxzb-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/artifacts/service-BasicOnboardXnqxzb-template.yml","artifactChecksum":"NjM4ZDllODk5M2MyOTY2ZmI0YzM0NjMyODkxZDA1YzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0a31c839-ec66-4958-a5bf-9e84b1dc44d2","artifactVersion":"1"},{"artifactName":"service-BasicOnboardXnqxzb-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/artifacts/service-BasicOnboardXnqxzb-csar.csar","artifactChecksum":"MTcxMjllZDcyM2VkMzE3ZTU1NjkyNTFhZGE1YmI5YTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4e6eac3a-d86d-4618-82e1-be727be4ff1b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-24T04:34:56.785Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:34:56.791Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T04:34:56.791Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
"consumerID": "clamp",
"timestamp": 1656045266546,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T04:34:56.801Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T04:34:56.808Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:34:56.821Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:34:56.821Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-24T04:34:56.821Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656045296114,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T04:34:56.821Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T04:34:56.822Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
"consumerID": "aai-ml",
"timestamp": 1656045271462,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T04:34:56.822Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-24T04:34:56.822Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T04:34:56.822Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
"consumerID": "cds",
"timestamp": 1656045273207,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T04:34:56.823Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-24T04:34:56.823Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T04:34:56.823Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
"consumerID": "aai-ml",
"timestamp": 1656045271462,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/basic_onboard_xnqxzb0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-24T04:34:56.823Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-24T04:34:56.824Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T04:34:56.824Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
"consumerID": "clamp",
"timestamp": 1656045266546,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/basic_onboard_xnqxzb0_modules.json",
"status": "NOTIFIED"
}
2022-06-24T04:34:56.824Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-24T04:34:56.824Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T04:34:56.824Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
"consumerID": "cds",
"timestamp": 1656045273207,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/basic_onboard_xnqxzb0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-24T04:34:56.825Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-24T04:34:56.825Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T04:34:56.825Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
"consumerID": "aai-ml",
"timestamp": 1656045271462,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-24T04:34:56.825Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-24T04:34:56.825Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T04:34:56.826Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
"consumerID": "clamp",
"timestamp": 1656045266546,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-24T04:34:56.826Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-24T04:34:56.826Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T04:34:56.826Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
"consumerID": "cds",
"timestamp": 1656045273207,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-24T04:34:56.826Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-24T04:34:56.827Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T04:34:56.827Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
"consumerID": "aai-ml",
"timestamp": 1656045271462,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T04:34:56.827Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-24T04:34:56.827Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T04:34:56.827Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
"consumerID": "clamp",
"timestamp": 1656045266546,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T04:34:56.828Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-24T04:34:56.828Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T04:34:56.828Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
"consumerID": "cds",
"timestamp": 1656045273207,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T04:34:56.829Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-24T04:34:56.829Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T04:34:56.829Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
"consumerID": "aai-ml",
"timestamp": 1656045271462,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-24T04:34:56.829Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-24T04:34:56.830Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T04:34:56.830Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
"consumerID": "clamp",
"timestamp": 1656045266546,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-24T04:34:56.830Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-24T04:34:56.830Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T04:34:56.831Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
"consumerID": "cds",
"timestamp": 1656045273207,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-24T04:34:56.831Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-24T04:34:56.831Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T04:34:56.831Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
"consumerID": "clamp",
"timestamp": 1656045266546,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/artifacts/service-BasicOnboardXnqxzb-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-24T04:34:56.832Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-24T04:34:56.832Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T04:34:56.833Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
"consumerID": "aai-ml",
"timestamp": 1656045271462,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/artifacts/service-BasicOnboardXnqxzb-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-24T04:34:56.833Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-24T04:34:56.833Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T04:34:56.833Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
"consumerID": "cds",
"timestamp": 1656045273207,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/artifacts/service-BasicOnboardXnqxzb-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-24T04:34:56.833Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-24T04:34:56.834Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T04:34:56.834Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
"consumerID": "policy-id",
"timestamp": 1656045279408,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T04:34:56.834Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-24T04:34:56.834Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T04:34:56.834Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656045278626,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T04:34:56.835Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-24T04:34:56.835Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T04:34:56.835Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
"consumerID": "aai-ml",
"timestamp": 1656045271462,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/artifacts/service-BasicOnboardXnqxzb-csar.csar",
"status": "NOTIFIED"
}
2022-06-24T04:34:56.835Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-24T04:34:56.835Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T04:34:56.835Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
"consumerID": "clamp",
"timestamp": 1656045266546,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/artifacts/service-BasicOnboardXnqxzb-csar.csar",
"status": "NOTIFIED"
}
2022-06-24T04:34:56.836Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-24T04:34:56.836Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T04:34:56.836Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
"consumerID": "cds",
"timestamp": 1656045273207,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/artifacts/service-BasicOnboardXnqxzb-csar.csar",
"status": "NOTIFIED"
}
2022-06-24T04:34:56.837Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-24T04:34:56.837Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T04:34:56.837Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
"consumerID": "policy-id",
"timestamp": 1656045279408,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/basic_onboard_xnqxzb0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-24T04:34:56.837Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-24T04:34:56.837Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T04:34:56.837Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656045278626,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/basic_onboard_xnqxzb0_modules.json",
"status": "NOTIFIED"
}
2022-06-24T04:34:56.838Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-24T04:34:56.838Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T04:34:56.838Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
"consumerID": "cds",
"timestamp": 1656045281283,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/artifacts/service-BasicOnboardXnqxzb-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-24T04:34:56.838Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:34:56.839Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T04:34:56.839Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
"consumerID": "aai-ml",
"timestamp": 1656045282091,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/artifacts/service-BasicOnboardXnqxzb-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-24T04:34:56.839Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:34:56.840Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T04:34:56.840Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656045278626,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-24T04:34:56.840Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-24T04:34:56.840Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T04:34:56.841Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
"consumerID": "policy-id",
"timestamp": 1656045279408,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-24T04:34:56.841Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-24T04:34:56.841Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T04:34:56.841Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
"consumerID": "cds",
"timestamp": 1656045282301,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/artifacts/service-BasicOnboardXnqxzb-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-24T04:34:56.922Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-06-24T04:34:56.927Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T04:34:56.927Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:34:56.980Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:34:56.981Z||pool-3-thread-1|||||INFO|500||cambria reply ok (55 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-24T04:34:57.062Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2af9f696-8d30-4454-a6e9-425d2abbb474
2022-06-24T04:34:57.089Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2af9f696-8d30-4454-a6e9-425d2abbb474 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-24T04:34:57.125Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T04:34:57.126Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656045278626,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T04:34:57.126Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-24T04:34:57.126Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T04:34:57.126Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
"consumerID": "policy-id",
"timestamp": 1656045279408,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T04:34:57.126Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-24T04:34:57.127Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T04:34:57.127Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
"consumerID": "ves-openapi-manager",
"timestamp": 1656045282007,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T04:34:57.127Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-24T04:34:57.127Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T04:34:57.127Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656045278626,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-24T04:34:57.127Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-24T04:34:57.128Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T04:34:57.128Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
"consumerID": "policy-id",
"timestamp": 1656045279408,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-24T04:34:57.128Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-24T04:34:57.128Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T04:34:57.128Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
"consumerID": "ves-openapi-manager",
"timestamp": 1656045282007,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/basic_onboard_xnqxzb0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-24T04:34:57.128Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-24T04:34:57.128Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T04:34:57.129Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656045278626,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/artifacts/service-BasicOnboardXnqxzb-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-24T04:34:57.129Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-24T04:34:57.129Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T04:34:57.129Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
"consumerID": "policy-id",
"timestamp": 1656045279408,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/artifacts/service-BasicOnboardXnqxzb-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-24T04:34:57.129Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-24T04:34:57.129Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T04:34:57.129Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
"consumerID": "ves-openapi-manager",
"timestamp": 1656045282007,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-24T04:34:57.130Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-24T04:34:57.130Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T04:34:57.130Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656045278626,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/artifacts/service-BasicOnboardXnqxzb-csar.csar",
"status": "NOTIFIED"
}
2022-06-24T04:34:57.130Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-24T04:34:57.130Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T04:34:57.130Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
"consumerID": "policy-id",
"timestamp": 1656045279408,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/artifacts/service-BasicOnboardXnqxzb-csar.csar",
"status": "NOTIFIED"
}
2022-06-24T04:34:57.130Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-24T04:34:57.131Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T04:34:57.131Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
"consumerID": "ves-openapi-manager",
"timestamp": 1656045282007,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T04:34:57.131Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-24T04:34:57.131Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T04:34:57.131Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
"consumerID": "ves-openapi-manager",
"timestamp": 1656045282007,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-24T04:34:57.132Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-24T04:34:57.132Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T04:34:57.132Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
"consumerID": "policy-id",
"timestamp": 1656045287419,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/artifacts/service-BasicOnboardXnqxzb-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-24T04:34:57.132Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:34:57.132Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T04:34:57.132Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656045286578,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/basic_onboard_xnqxzb0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-24T04:34:57.132Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:34:57.132Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T04:34:57.133Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
"consumerID": "ves-openapi-manager",
"timestamp": 1656045282007,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/artifacts/service-BasicOnboardXnqxzb-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-24T04:34:57.133Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-24T04:34:57.133Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T04:34:57.133Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
"consumerID": "policy-id",
"timestamp": 1656045288443,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/artifacts/service-BasicOnboardXnqxzb-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-24T04:34:57.133Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:34:57.133Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T04:34:57.133Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656045287859,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-24T04:34:57.134Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:34:57.134Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T04:34:57.134Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
"consumerID": "ves-openapi-manager",
"timestamp": 1656045282007,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/artifacts/service-BasicOnboardXnqxzb-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-24T04:34:57.134Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-24T04:34:57.134Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T04:34:57.134Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
"consumerID": "policy-id",
"timestamp": 1656045289452,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-24T04:34:57.152Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2af9f696-8d30-4454-a6e9-425d2abbb474
2022-06-24T04:34:57.152Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2af9f696-8d30-4454-a6e9-425d2abbb474 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-24T04:34:57.163Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T04:34:57.163Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656045289460,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-24T04:34:57.163Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:34:57.163Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T04:34:57.163Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656045288961,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T04:34:57.164Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-24T04:34:57.164Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T04:34:57.164Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656045288961,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/basic_onboard_xnqxzb0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-24T04:34:57.164Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-24T04:34:57.164Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T04:34:57.164Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656045290768,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-24T04:34:57.171Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2af9f696-8d30-4454-a6e9-425d2abbb474
2022-06-24T04:34:57.171Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2af9f696-8d30-4454-a6e9-425d2abbb474 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-24T04:34:57.184Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T04:34:57.184Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
"consumerID": "clamp",
"timestamp": 1656045292108,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/artifacts/service-BasicOnboardXnqxzb-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-24T04:34:57.185Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:34:57.185Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T04:34:57.185Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656045288961,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-24T04:34:57.185Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-24T04:34:57.186Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T04:34:57.186Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656045291776,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/basic_onboard_xnqxzb0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-24T04:34:57.186Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:34:57.186Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T04:34:57.186Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656045288961,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T04:34:57.187Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-24T04:34:57.187Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T04:34:57.187Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
"consumerID": "clamp",
"timestamp": 1656045294207,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/artifacts/service-BasicOnboardXnqxzb-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-24T04:34:57.187Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:34:57.187Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T04:34:57.187Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656045288961,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-24T04:34:57.188Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-24T04:34:57.188Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T04:34:57.188Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
"consumerID": "clamp",
"timestamp": 1656045295241,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-24T04:34:57.194Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2af9f696-8d30-4454-a6e9-425d2abbb474
2022-06-24T04:34:57.194Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2af9f696-8d30-4454-a6e9-425d2abbb474 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-24T04:34:57.203Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T04:34:57.204Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656045288961,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/artifacts/service-BasicOnboardXnqxzb-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-24T04:34:57.204Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-24T04:34:57.204Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T04:34:57.205Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656045288961,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/artifacts/service-BasicOnboardXnqxzb-csar.csar",
"status": "NOTIFIED"
}
2022-06-24T04:34:57.205Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-24T04:34:57.831Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T04:34:57.832Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:34:57.835Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:34:57.835Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656045296114,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/basic_onboard_xnqxzb0_modules.json",
"status": "NOTIFIED"
}
2022-06-24T04:34:57.935Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T04:34:57.937Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T04:34:57.937Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:34:57.975Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:34:57.976Z||pool-4-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":1,"count":1}
2022-06-24T04:34:58.835Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T04:34:58.836Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:34:58.839Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:34:58.839Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656045296114,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-24T04:34:58.939Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T04:34:58.940Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T04:34:58.941Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:34:58.958Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:34:58.959Z||pool-5-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-24T04:34:59.840Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T04:34:59.841Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:34:59.843Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:34:59.843Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656045296114,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T04:34:59.943Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T04:34:59.945Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T04:34:59.945Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:34:59.965Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:34:59.966Z||pool-6-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-24T04:35:00.844Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T04:35:00.845Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:35:00.848Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:35:00.848Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656045296114,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-24T04:35:00.949Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-24T04:35:00.950Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T04:35:00.951Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:35:00.979Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:35:00.979Z||pool-7-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2022-06-24T04:35:01.849Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T04:35:01.850Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:35:01.852Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:35:01.852Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656045296114,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/artifacts/service-BasicOnboardXnqxzb-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-24T04:35:01.953Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T04:35:01.954Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T04:35:01.954Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:35:01.968Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:35:01.969Z||pool-8-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-24T04:35:02.853Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T04:35:02.854Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:35:02.858Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:35:02.858Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656045296114,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/artifacts/service-BasicOnboardXnqxzb-csar.csar",
"status": "NOTIFIED"
}
2022-06-24T04:35:02.958Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T04:35:02.959Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T04:35:02.959Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:35:03.018Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:35:03.019Z||pool-9-thread-1|||||INFO|500||cambria reply ok (61 ms):{"serverTimeMs":1,"count":1}
2022-06-24T04:35:03.860Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
"serviceName": "basic_onboard_XNQXzB",
"serviceVersion": "1.0",
"serviceUUID": "53627e0f-d958-49da-9de7-1e4aba448db3",
"serviceDescription": "service",
"serviceInvariantUUID": "4cc4a530-55a7-40e0-a05c-be6085e5a5c3",
"resources": [
{
"resourceInstanceName": "basic_onboard_XNQXzB 0",
"resourceCustomizationUUID": "05b42e93-82af-49f3-9781-dfe118b2f9f8",
"resourceName": "basic_onboard_XNQXzB",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "7a53f47b-49dd-475b-9d5c-ef41f0ea0137",
"resourceInvariantUUID": "7789932b-7c94-473f-92a2-38f3f7913484",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_xnqxzb0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/basic_onboard_xnqxzb0_modules.json",
"artifactChecksum": "ODI2M2MwMGE3MzNkMmE1NWE2ZTMxZmQwNWRiYjg5OWU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "4e01525b-34a4-420d-9c4f-2546cc15fe75",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "8f751fce-9251-462f-8f34-fa667e356619",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "33224eb6-3784-4c54-a1c9-c68bc339102f",
"generatedFromUUID": "8f751fce-9251-462f-8f34-fa667e356619"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "33224eb6-3784-4c54-a1c9-c68bc339102f",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardXnqxzb-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/artifacts/service-BasicOnboardXnqxzb-csar.csar",
"artifactChecksum": "MTcxMjllZDcyM2VkMzE3ZTU1NjkyNTFhZGE1YmI5YTU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "4e6eac3a-d86d-4618-82e1-be727be4ff1b"
}
],
"workloadContext": "Production"
}
2022-06-24T04:35:03.862Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-24T04:35:03.862Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 53627e0f-d958-49da-9de7-1e4aba448db3 ASDC
2022-06-24T04:35:04.008Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:2af9f696-8d30-4454-a6e9-425d2abbb474
ServiceName:basic_onboard_XNQXzB
ServiceVersion:1.0
ServiceUUID:53627e0f-d958-49da-9de7-1e4aba448db3
ServiceInvariantUUID:4cc4a530-55a7-40e0-a05c-be6085e5a5c3
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardXnqxzb-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/artifacts/service-BasicOnboardXnqxzb-csar.csar
ArtifactUUID:4e6eac3a-d86d-4618-82e1-be727be4ff1b
ArtifactChecksum:MTcxMjllZDcyM2VkMzE3ZTU1NjkyNTFhZGE1YmI5YTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_XNQXzB 0
ResourceCustomizationUUID:05b42e93-82af-49f3-9781-dfe118b2f9f8
ResourceInvariantUUID:7789932b-7c94-473f-92a2-38f3f7913484
ResourceName:basic_onboard_XNQXzB
ResourceType:VF
ResourceUUID:7a53f47b-49dd-475b-9d5c-ef41f0ea0137
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_xnqxzb0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/basic_onboard_xnqxzb0_modules.json
ArtifactUUID:4e01525b-34a4-420d-9c4f-2546cc15fe75
ArtifactChecksum:ODI2M2MwMGE3MzNkMmE1NWE2ZTMxZmQwNWRiYjg5OWU=
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/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/base_ubuntu18.yaml
ArtifactUUID:8f751fce-9251-462f-8f34-fa667e356619
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/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/base_ubuntu18.env
ArtifactUUID:33224eb6-3784-4c54-a1c9-c68bc339102f
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/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/base_ubuntu18.env
ArtifactUUID:33224eb6-3784-4c54-a1c9-c68bc339102f
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-06-24T04:35:04.008Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 53627e0f-d958-49da-9de7-1e4aba448db3 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-24T04:35:04.061Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-24T04:35:04.063Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-24T04:35:04.064Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-24T04:35:04.065Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 4e6eac3a-d86d-4618-82e1-be727be4ff1b from URL: /sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/artifacts/service-BasicOnboardXnqxzb-csar.csar
2022-06-24T04:35:04.065Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-24T04:35:04.067Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/artifacts/service-BasicOnboardXnqxzb-csar.csar
2022-06-24T04:35:04.298Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-24T04:35:04.321Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/artifacts/service-BasicOnboardXnqxzb-csar.csar 4e6eac3a-d86d-4618-82e1-be727be4ff1b 71592
2022-06-24T04:35:04.322Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/artifacts/service-BasicOnboardXnqxzb-csar.csar ASDC sendASDCNotification
2022-06-24T04:35:04.322Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/artifacts/service-BasicOnboardXnqxzb-csar.csar
2022-06-24T04:35:04.323Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-24T04:35:04.324Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:35:04.326Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:35:04.326Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656045304321,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/artifacts/service-BasicOnboardXnqxzb-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-24T04:35:04.427Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-24T04:35:04.429Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T04:35:04.429Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:35:04.464Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:35:04.465Z||pool-10-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-06-24T04:35:05.327Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-24T04:35:05.328Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-24T04:35:05.328Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 4e6eac3a-d86d-4618-82e1-be727be4ff1b, URL: /sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/artifacts/service-BasicOnboardXnqxzb-csar.csar to file: /app/ASDC/1/service-BasicOnboardXnqxzb-csar.csar
2022-06-24T04:35:05.329Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardXnqxzb-csar.csar
2022-06-24T04:35:05.441Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardXnqxzb-csar.csar
2022-06-24T04:35:05.442Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardXnqxzb-csar.csar
2022-06-24T04:35:06.047Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8438468783169380227/Definitions/service-BasicOnboardXnqxzb-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-06-24T04:35:08.379Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-24T04:35:08.385Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-24T04:35:08.385Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardXnqxzb-csar.csar
2022-06-24T04:35:08.385Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-24T04:35:08.385Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_XNQXzB 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicOnboardXnqxzb-csar.csar
2022-06-24T04:35:08.385Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardXnqxzb-csar.csar
2022-06-24T04:35:08.386Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardXnqxzb-csar.csar
2022-06-24T04:35:08.386Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardXnqxzb-csar.csar
2022-06-24T04:35:08.386Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardXnqxzb-csar.csar
2022-06-24T04:35:08.386Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardXnqxzb-csar.csar
2022-06-24T04:35:08.386Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardXnqxzb-csar.csar
2022-06-24T04:35:08.386Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardXnqxzb-csar.csar
2022-06-24T04:35:08.386Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardXnqxzb-csar.csar
2022-06-24T04:35:08.386Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-24T04:35:08.394Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T04:35:08.396Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_XNQXzB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T04:35:08.402Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_XNQXzB 0 is matching search criteria
2022-06-24T04:35:08.403Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-24T04:35:08.406Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_XNQXzB 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-24T04:35:08.408Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T04:35:08.408Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_XNQXzB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T04:35:08.408Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_XNQXzB 0 is matching search criteria
2022-06-24T04:35:08.409Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-24T04:35:08.409Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_XNQXzB 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-24T04:35:08.409Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T04:35:08.409Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_XNQXzB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T04:35:08.413Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T04:35:08.413Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_XNQXzB 0 is not matching search criteria
2022-06-24T04:35:08.414Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-06-24T04:35:08.414Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-06-24T04:35:08.414Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-06-24T04:35:08.414Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-24T04:35:08.414Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-24T04:35:08.414Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T04:35:08.415Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_XNQXzB is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-24T04:35:08.416Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T04:35:08.416Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_XNQXzB 0 is matching search criteria
2022-06-24T04:35:08.416Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_XNQXzB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T04:35:08.417Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T04:35:08.417Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_XNQXzB 0 is matching search criteria
2022-06-24T04:35:08.417Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_XNQXzB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T04:35:08.417Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T04:35:08.417Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_XNQXzB 0 is matching search criteria
2022-06-24T04:35:08.418Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_XNQXzB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T04:35:08.418Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T04:35:08.418Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_XNQXzB 0 is not matching search criteria
2022-06-24T04:35:08.418Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-24T04:35:08.418Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-24T04:35:08.418Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=c94de405-afd3-4bbd-bea0-b552a2464ffd
2022-06-24T04:35:08.419Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T04:35:08.419Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_XNQXzB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T04:35:08.419Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T04:35:08.419Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_XNQXzB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T04:35:08.419Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T04:35:08.419Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_XNQXzB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T04:35:08.420Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T04:35:08.420Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_XNQXzB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T04:35:08.420Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_XNQXzB
Description:service
Model UUID:53627e0f-d958-49da-9de7-1e4aba448db3
Model Version:NULL
Model InvariantUuid:4cc4a530-55a7-40e0-a05c-be6085e5a5c3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_XNQXzB
Model UUID:0476a4d0-cf5a-47fb-88c1-543c7734da71
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:7789932b-7c94-473f-92a2-38f3f7913484
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:05b42e93-82af-49f3-9781-dfe118b2f9f8
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:fac77154-7c50-4bf5-8819-b98cc8206192
ModelName:BasicOnboardXnqxzb..base_ubuntu18..module-0
ModelUuid:d4cadc3a-ac4f-46c3-9c0e-f6a09e0b121d
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:c94de405-afd3-4bbd-bea0-b552a2464ffd
ModelInvariantUuid:37bd47fc-b812-4a9f-a88d-74800c0a16af
ModelName:basic_onboard_XNQXzB-nodes.ubuntu18Cvfc
ModelUuid:35971e4e-6d37-4336-98c5-b8d2861186b3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:d05d94be-0efe-4233-9777-76721ce13aba
ModelInvariantUuid:bd0462d3-7b0d-4d45-85b6-4c93c9509d36
ModelName:BasicOnboardXnqxzb.compute.nodes.heat.ubuntu18
ModelUuid:6b9c8618-dd56-4529-ba0b-ff39c561ebd6
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-24T04:35:08.431Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 7a53f47b-49dd-475b-9d5c-ef41f0ea0137
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-24T04:35:08.544Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||basic_onboard_XNQXzB 0
2022-06-24T04:35:08.552Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7a53f47b-49dd-475b-9d5c-ef41f0ea0137
2022-06-24T04:35:08.552Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 4e01525b-34a4-420d-9c4f-2546cc15fe75 from URL: /sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/basic_onboard_xnqxzb0_modules.json
2022-06-24T04:35:08.553Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-24T04:35:08.553Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/basic_onboard_xnqxzb0_modules.json
2022-06-24T04:35:08.753Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-24T04:35:08.754Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/basic_onboard_xnqxzb0_modules.json 4e01525b-34a4-420d-9c4f-2546cc15fe75 798
2022-06-24T04:35:08.754Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/basic_onboard_xnqxzb0_modules.json ASDC sendASDCNotification
2022-06-24T04:35:08.754Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/basic_onboard_xnqxzb0_modules.json
2022-06-24T04:35:08.754Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-24T04:35:08.755Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:35:08.757Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:35:08.757Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656045308754,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/basic_onboard_xnqxzb0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-24T04:35:08.857Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-24T04:35:08.859Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T04:35:08.859Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:35:08.881Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:35:08.882Z||pool-11-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-24T04:35:09.759Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardXnqxzb..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "fac77154-7c50-4bf5-8819-b98cc8206192",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "d4cadc3a-ac4f-46c3-9c0e-f6a09e0b121d",
"vfModuleModelCustomizationUUID": "c86d7034-ab4d-4a32-bca1-75aa0ae0b8df",
"isBase": true,
"artifacts": [
"8f751fce-9251-462f-8f34-fa667e356619",
"33224eb6-3784-4c54-a1c9-c68bc339102f"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-06-24T04:35:09.776Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardXnqxzb..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d4cadc3a-ac4f-46c3-9c0e-f6a09e0b121d
VfModuleModelInvariantUUID:fac77154-7c50-4bf5-8819-b98cc8206192
VfModuleModelDescription:NULL
Artifacts UUID List:{
8f751fce-9251-462f-8f34-fa667e356619
,
33224eb6-3784-4c54-a1c9-c68bc339102f
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-06-24T04:35:09.781Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardXnqxzb..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "fac77154-7c50-4bf5-8819-b98cc8206192",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "d4cadc3a-ac4f-46c3-9c0e-f6a09e0b121d",
"vfModuleModelCustomizationUUID": "c86d7034-ab4d-4a32-bca1-75aa0ae0b8df",
"isBase": true,
"artifacts": [
"8f751fce-9251-462f-8f34-fa667e356619",
"33224eb6-3784-4c54-a1c9-c68bc339102f"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-06-24T04:35:09.781Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardXnqxzb..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d4cadc3a-ac4f-46c3-9c0e-f6a09e0b121d
VfModuleModelInvariantUUID:fac77154-7c50-4bf5-8819-b98cc8206192
VfModuleModelDescription:NULL
Artifacts UUID List:{
8f751fce-9251-462f-8f34-fa667e356619
,
33224eb6-3784-4c54-a1c9-c68bc339102f
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-06-24T04:35:09.781Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 8f751fce-9251-462f-8f34-fa667e356619 from URL: /sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/base_ubuntu18.yaml
2022-06-24T04:35:09.782Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-24T04:35:09.782Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/base_ubuntu18.yaml
2022-06-24T04:35:09.871Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-24T04:35:09.872Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/base_ubuntu18.yaml 8f751fce-9251-462f-8f34-fa667e356619 5033
2022-06-24T04:35:09.872Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-24T04:35:09.872Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/base_ubuntu18.yaml
2022-06-24T04:35:09.873Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-24T04:35:09.873Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:35:09.875Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:35:09.876Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656045309872,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-24T04:35:09.976Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T04:35:09.977Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T04:35:09.977Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:35:09.997Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:35:09.998Z||pool-12-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-24T04:35:10.877Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 33224eb6-3784-4c54-a1c9-c68bc339102f from URL: /sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/base_ubuntu18.env
2022-06-24T04:35:10.878Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-24T04:35:10.878Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/base_ubuntu18.env
2022-06-24T04:35:11.150Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-24T04:35:11.151Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/base_ubuntu18.env 33224eb6-3784-4c54-a1c9-c68bc339102f 909
2022-06-24T04:35:11.151Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-24T04:35:11.152Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/base_ubuntu18.env
2022-06-24T04:35:11.152Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-24T04:35:11.152Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:35:11.154Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:35:11.154Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656045311151,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-24T04:35:11.255Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T04:35:11.256Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T04:35:11.257Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:35:11.276Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:35:11.277Z||pool-13-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-06-24T04:35:12.156Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 53627e0f-d958-49da-9de7-1e4aba448db3
2022-06-24T04:35:12.157Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_XNQXzB 0 7a53f47b-49dd-475b-9d5c-ef41f0ea0137 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-24T04:35:12.199Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@56403f73, org.onap.sdc.toscaparser.api.parameters.Input@74e45d77, org.onap.sdc.toscaparser.api.parameters.Input@15a1c39f, org.onap.sdc.toscaparser.api.parameters.Input@6afab357, org.onap.sdc.toscaparser.api.parameters.Input@3d16b2dc]
2022-06-24T04:35:12.204Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T04:35:12.205Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_XNQXzB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T04:35:12.205Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic
2022-06-24T04:35:12.206Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 05b42e93-82af-49f3-9781-dfe118b2f9f8
2022-06-24T04:35:12.206Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 05b42e93-82af-49f3-9781-dfe118b2f9f8 matches Tosca VF Customization UUID: 05b42e93-82af-49f3-9781-dfe118b2f9f8
2022-06-24T04:35:12.206Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 05b42e93-82af-49f3-9781-dfe118b2f9f8 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-24T04:35:12.215Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T04:35:12.216Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_XNQXzB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T04:35:12.217Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 05b42e93-82af-49f3-9781-dfe118b2f9f8: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-06-24T04:35:12.218Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4ef6c7e0
2022-06-24T04:35:12.218Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T04:35:12.218Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_XNQXzB is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-24T04:35:12.219Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c86d7034-ab4d-4a32-bca1-75aa0ae0b8df
2022-06-24T04:35:12.220Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c86d7034-ab4d-4a32-bca1-75aa0ae0b8df
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-24T04:35:12.228Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T04:35:12.229Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_XNQXzB 0 is matching search criteria
2022-06-24T04:35:12.229Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_XNQXzB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T04:35:12.230Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T04:35:12.230Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_XNQXzB 0 is matching search criteria
2022-06-24T04:35:12.230Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_XNQXzB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T04:35:12.231Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T04:35:12.231Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_XNQXzB 0 is not matching search criteria
2022-06-24T04:35:12.231Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-24T04:35:12.231Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-24T04:35:12.232Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=c94de405-afd3-4bbd-bea0-b552a2464ffd
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-24T04:35:12.242Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T04:35:12.242Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_XNQXzB 0 is matching search criteria
2022-06-24T04:35:12.243Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_XNQXzB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T04:35:12.243Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T04:35:12.243Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_XNQXzB 0 is matching search criteria
2022-06-24T04:35:12.244Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_XNQXzB 0] matching following query criteria: sdcType=VF, customizationUUID=05b42e93-82af-49f3-9781-dfe118b2f9f8
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-24T04:35:12.247Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T04:35:12.247Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_XNQXzB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T04:35:12.248Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 53627e0f-d958-49da-9de7-1e4aba448db3: basic_onboard_XNQXzB
2022-06-24T04:35:12.248Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T04:35:12.249Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_XNQXzB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T04:35:12.249Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T04:35:12.249Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_XNQXzB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T04:35:12.250Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T04:35:12.250Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_XNQXzB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T04:35:12.250Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T04:35:12.251Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_XNQXzB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T04:35:12.251Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T04:35:12.251Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_XNQXzB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T04:35:12.251Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||Saving Service: basic_onboard_XNQXzB
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-24T04:35:12.474Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_XNQXzB 7a53f47b-49dd-475b-9d5c-ef41f0ea0137 1 ASDC deployResourceStructure
2022-06-24T04:35:12.475Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/basic_onboard_xnqxzb0_modules.json ASDC sendASDCNotification
2022-06-24T04:35:12.475Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/basic_onboard_xnqxzb0_modules.json
2022-06-24T04:35:12.475Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-24T04:35:12.476Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:35:12.478Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:35:12.478Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656045312475,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/basic_onboard_xnqxzb0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-24T04:35:12.579Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T04:35:12.580Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T04:35:12.580Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:35:12.614Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:35:12.615Z||pool-14-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-06-24T04:35:13.481Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-24T04:35:13.481Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/base_ubuntu18.yaml
2022-06-24T04:35:13.481Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-24T04:35:13.482Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:35:13.484Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:35:13.484Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656045313481,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-06-24T04:35:13.584Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T04:35:13.586Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T04:35:13.586Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:35:13.606Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:35:13.608Z||pool-15-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-24T04:35:14.486Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-24T04:35:14.486Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/base_ubuntu18.env
2022-06-24T04:35:14.486Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-24T04:35:14.487Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:35:14.489Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:35:14.489Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656045314485,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-06-24T04:35:14.590Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-24T04:35:14.591Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T04:35:14.591Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:35:14.636Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:35:14.637Z||pool-16-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":0,"count":1}
2022-06-24T04:35:15.490Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/artifacts/service-BasicOnboardXnqxzb-csar.csar ASDC sendASDCNotification
2022-06-24T04:35:15.491Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/artifacts/service-BasicOnboardXnqxzb-csar.csar
2022-06-24T04:35:15.491Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-24T04:35:15.492Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:35:15.495Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:35:15.495Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656045315490,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/artifacts/service-BasicOnboardXnqxzb-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-24T04:35:15.595Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T04:35:15.596Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T04:35:15.597Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:35:15.612Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:35:15.613Z||pool-17-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-24T04:35:16.497Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2af9f696-8d30-4454-a6e9-425d2abbb474
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-24T04:35:16.517Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2af9f696-8d30-4454-a6e9-425d2abbb474
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-24T04:35:16.520Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-24T04:35:16.521Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-24T04:35:16.521Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-24T04:35:46.521Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2af9f696-8d30-4454-a6e9-425d2abbb474
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-24T04:35:46.534Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2af9f696-8d30-4454-a6e9-425d2abbb474
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-24T04:35:46.539Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-24T04:35:46.539Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-24T04:35:46.540Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-24T04:35:56.119Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:35:56.120Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T04:35:56.120Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:35:56.260Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:35:56.261Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T04:35:56.261Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656045296114,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T04:35:56.262Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-24T04:36:16.540Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2af9f696-8d30-4454-a6e9-425d2abbb474
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-24T04:36:16.552Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2af9f696-8d30-4454-a6e9-425d2abbb474
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-24T04:36:16.557Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-24T04:36:16.557Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-24T04:36:16.557Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-24T04:36:46.558Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2af9f696-8d30-4454-a6e9-425d2abbb474
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-24T04:36:46.592Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2af9f696-8d30-4454-a6e9-425d2abbb474
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-24T04:36:46.596Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-24T04:36:46.596Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-24T04:36:46.596Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-24T04:36:56.119Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:36:56.120Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T04:36:56.121Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:36:56.170Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:36:56.172Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:36:56.172Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656045297054,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/artifacts/service-BasicOnboardXnqxzb-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-24T04:36:56.173Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:36:56.173Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:36:56.173Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
"consumerID": "aai-ml",
"timestamp": 1656045298096,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/artifacts/service-BasicOnboardXnqxzb-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-24T04:36:56.173Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:36:56.173Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:36:56.173Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656045296114,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/basic_onboard_xnqxzb0_modules.json",
"status": "NOTIFIED"
}
2022-06-24T04:36:56.174Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-24T04:36:56.174Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:36:56.174Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
"consumerID": "aai-ml",
"timestamp": 1656045299107,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-24T04:36:56.181Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2af9f696-8d30-4454-a6e9-425d2abbb474
2022-06-24T04:36:56.181Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2af9f696-8d30-4454-a6e9-425d2abbb474 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-24T04:36:56.191Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:36:56.192Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656045296114,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-24T04:36:56.192Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-24T04:36:56.192Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:36:56.192Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656045296114,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T04:36:56.193Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-24T04:36:56.193Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:36:56.193Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656045296114,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-24T04:36:56.193Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-24T04:36:56.193Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:36:56.193Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656045301662,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/artifacts/service-BasicOnboardXnqxzb-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-24T04:36:56.194Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:36:56.194Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:36:56.194Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656045296114,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/artifacts/service-BasicOnboardXnqxzb-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-24T04:36:56.194Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-24T04:36:56.194Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:36:56.194Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656045302667,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-24T04:36:56.201Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2af9f696-8d30-4454-a6e9-425d2abbb474
2022-06-24T04:36:56.201Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2af9f696-8d30-4454-a6e9-425d2abbb474 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-24T04:36:56.212Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:36:56.212Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656045296114,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/artifacts/service-BasicOnboardXnqxzb-csar.csar",
"status": "NOTIFIED"
}
2022-06-24T04:36:56.212Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-24T04:36:56.213Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:36:56.213Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656045304321,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/artifacts/service-BasicOnboardXnqxzb-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-24T04:36:56.213Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:36:56.213Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:36:56.213Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656045308754,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/basic_onboard_xnqxzb0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-24T04:36:56.213Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:36:56.214Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:36:56.214Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656045309872,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-24T04:36:56.214Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:36:56.214Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:36:56.214Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656045311151,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-24T04:36:56.214Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:36:56.214Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:36:56.214Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656045312475,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/basic_onboard_xnqxzb0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-24T04:36:56.215Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:36:56.215Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:36:56.215Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656045313481,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-06-24T04:36:56.215Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:36:56.215Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:36:56.216Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656045314485,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/resourceInstances/basic_onboard_xnqxzb0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-06-24T04:36:56.216Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:36:56.216Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:36:56.216Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656045315490,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXnqxzb/1.0/artifacts/service-BasicOnboardXnqxzb-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-24T04:36:56.217Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:37:16.597Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2af9f696-8d30-4454-a6e9-425d2abbb474
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-24T04:37:16.609Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2af9f696-8d30-4454-a6e9-425d2abbb474
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-24T04:37:16.613Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-24T04:37:16.613Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-24T04:37:16.613Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-24T04:37:16.613Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-24T04:37:16.613Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-24T04:37:16.613Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-24T04:37:16.614Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-24T04:37:16.614Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-24T04:37:16.614Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-24T04:37:16.614Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-24T04:37:16.614Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-24T04:37:16.619Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-24T04:37:46.620Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2af9f696-8d30-4454-a6e9-425d2abbb474 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-24T04:37:46.628Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2af9f696-8d30-4454-a6e9-425d2abbb474 and serviceModelVersionId: 53627e0f-d958-49da-9de7-1e4aba448db3
2022-06-24T04:37:46.629Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4cc4a530-55a7-40e0-a05c-be6085e5a5c3
2022-06-24T04:37:56.119Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:37:56.120Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T04:37:56.120Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:37:56.655Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:37:56.659Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.659Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
"consumerID": "cds",
"timestamp": 1656045378207,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T04:37:56.660Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-24T04:37:56.660Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.660Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656045378961,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T04:37:56.661Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-24T04:37:56.661Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.661Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
"consumerID": "ves-openapi-manager",
"timestamp": 1656045382008,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T04:37:56.661Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-24T04:37:56.661Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.661Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
"consumerID": "policy-id",
"timestamp": 1656045379408,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T04:37:56.662Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-24T04:37:56.662Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.662Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656045378626,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T04:37:56.662Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-24T04:37:56.662Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.662Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
"consumerID": "cds",
"timestamp": 1656045378207,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/vfw4f776026db660_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-24T04:37:56.662Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-24T04:37:56.663Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.663Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656045378961,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/vfw4f776026db660_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-24T04:37:56.663Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-24T04:37:56.663Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.663Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
"consumerID": "ves-openapi-manager",
"timestamp": 1656045382008,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/vfw4f776026db660_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-24T04:37:56.664Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-24T04:37:56.664Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.664Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
"consumerID": "policy-id",
"timestamp": 1656045379408,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/vfw4f776026db660_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-24T04:37:56.664Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-24T04:37:56.664Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.664Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656045378626,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/vfw4f776026db660_modules.json",
"status": "NOTIFIED"
}
2022-06-24T04:37:56.665Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-24T04:37:56.665Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.665Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
"consumerID": "cds",
"timestamp": 1656045378207,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-24T04:37:56.665Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-24T04:37:56.665Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.665Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
"consumerID": "ves-openapi-manager",
"timestamp": 1656045382008,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-24T04:37:56.666Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-24T04:37:56.666Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.666Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656045378961,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-24T04:37:56.666Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-24T04:37:56.666Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.666Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
"consumerID": "policy-id",
"timestamp": 1656045379408,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-24T04:37:56.667Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-24T04:37:56.667Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.667Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656045378626,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-24T04:37:56.667Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-24T04:37:56.667Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.667Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
"consumerID": "cds",
"timestamp": 1656045378207,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T04:37:56.668Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-24T04:37:56.668Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.668Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656045378961,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T04:37:56.668Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-24T04:37:56.668Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.668Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
"consumerID": "ves-openapi-manager",
"timestamp": 1656045382008,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T04:37:56.669Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-24T04:37:56.669Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.669Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
"consumerID": "policy-id",
"timestamp": 1656045379408,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T04:37:56.669Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-24T04:37:56.669Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.669Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656045378626,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T04:37:56.670Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-24T04:37:56.670Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.670Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
"consumerID": "clamp",
"timestamp": 1656045386547,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T04:37:56.670Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-24T04:37:56.670Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.670Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
"consumerID": "cds",
"timestamp": 1656045378207,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-24T04:37:56.671Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-24T04:37:56.671Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.671Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656045378961,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-24T04:37:56.671Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-24T04:37:56.671Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.671Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
"consumerID": "ves-openapi-manager",
"timestamp": 1656045382008,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-24T04:37:56.672Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-24T04:37:56.672Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.672Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
"consumerID": "policy-id",
"timestamp": 1656045379408,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-24T04:37:56.672Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-24T04:37:56.672Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.672Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656045378626,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-24T04:37:56.673Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-24T04:37:56.673Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.673Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
"consumerID": "clamp",
"timestamp": 1656045386547,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/vfw4f776026db660_modules.json",
"status": "NOTIFIED"
}
2022-06-24T04:37:56.673Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-24T04:37:56.673Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.673Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
"consumerID": "cds",
"timestamp": 1656045378207,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/artifacts/service-Vfw20220624043446-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-24T04:37:56.674Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-24T04:37:56.674Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.674Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
"consumerID": "ves-openapi-manager",
"timestamp": 1656045382008,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/artifacts/service-Vfw20220624043446-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-24T04:37:56.674Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-24T04:37:56.674Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.674Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656045378961,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/artifacts/service-Vfw20220624043446-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-24T04:37:56.675Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-24T04:37:56.675Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.675Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
"consumerID": "policy-id",
"timestamp": 1656045379408,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/artifacts/service-Vfw20220624043446-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-24T04:37:56.675Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-24T04:37:56.675Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.675Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656045378626,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/artifacts/service-Vfw20220624043446-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-24T04:37:56.676Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-24T04:37:56.676Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.676Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
"consumerID": "clamp",
"timestamp": 1656045386547,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-24T04:37:56.676Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-24T04:37:56.676Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.677Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
"consumerID": "cds",
"timestamp": 1656045378207,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/artifacts/service-Vfw20220624043446-csar.csar",
"status": "NOTIFIED"
}
2022-06-24T04:37:56.677Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-24T04:37:56.677Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.677Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
"consumerID": "ves-openapi-manager",
"timestamp": 1656045382008,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/artifacts/service-Vfw20220624043446-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-24T04:37:56.677Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-24T04:37:56.677Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.678Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656045378961,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/artifacts/service-Vfw20220624043446-csar.csar",
"status": "NOTIFIED"
}
2022-06-24T04:37:56.678Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-24T04:37:56.678Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.678Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
"consumerID": "policy-id",
"timestamp": 1656045379408,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/artifacts/service-Vfw20220624043446-csar.csar",
"status": "NOTIFIED"
}
2022-06-24T04:37:56.678Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-24T04:37:56.678Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.679Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656045378626,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/artifacts/service-Vfw20220624043446-csar.csar",
"status": "NOTIFIED"
}
2022-06-24T04:37:56.679Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-24T04:37:56.679Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.679Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
"consumerID": "clamp",
"timestamp": 1656045386547,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T04:37:56.732Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-24T04:37:56.733Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.733Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656045390163,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/artifacts/service-Vfw20220624043446-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-24T04:37:56.733Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:37:56.733Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.733Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
"consumerID": "cds",
"timestamp": 1656045390216,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/artifacts/service-Vfw20220624043446-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-24T04:37:56.733Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:37:56.733Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.733Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
"consumerID": "policy-id",
"timestamp": 1656045390944,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/artifacts/service-Vfw20220624043446-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-24T04:37:56.734Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:37:56.734Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.734Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656045390153,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/vfw4f776026db660_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-24T04:37:56.734Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:37:56.734Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.734Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
"consumerID": "clamp",
"timestamp": 1656045386547,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-24T04:37:56.734Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-24T04:37:56.735Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.735Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
"consumerID": "cds",
"timestamp": 1656045391223,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/artifacts/service-Vfw20220624043446-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-06-24T04:37:56.759Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 98f4b505-14aa-4b95-9218-34d588051472
2022-06-24T04:37:56.759Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 98f4b505-14aa-4b95-9218-34d588051472 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-24T04:37:56.768Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.768Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
"consumerID": "policy-id",
"timestamp": 1656045391950,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/artifacts/service-Vfw20220624043446-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-24T04:37:56.769Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:37:56.769Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.769Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
"consumerID": "aai-ml",
"timestamp": 1656045391460,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T04:37:56.769Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-24T04:37:56.769Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.769Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656045391332,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-24T04:37:56.769Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:37:56.770Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.770Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
"consumerID": "clamp",
"timestamp": 1656045386547,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/artifacts/service-Vfw20220624043446-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-24T04:37:56.770Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-24T04:37:56.770Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.770Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
"consumerID": "policy-id",
"timestamp": 1656045392957,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-24T04:37:56.775Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 98f4b505-14aa-4b95-9218-34d588051472
2022-06-24T04:37:56.775Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 98f4b505-14aa-4b95-9218-34d588051472 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-24T04:37:56.784Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.784Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
"consumerID": "aai-ml",
"timestamp": 1656045391460,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/vfw4f776026db660_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-24T04:37:56.784Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-24T04:37:56.784Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.785Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
"consumerID": "clamp",
"timestamp": 1656045386547,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/artifacts/service-Vfw20220624043446-csar.csar",
"status": "NOTIFIED"
}
2022-06-24T04:37:56.785Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-24T04:37:56.785Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.785Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656045392468,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-24T04:37:56.785Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:37:56.785Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.785Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
"consumerID": "aai-ml",
"timestamp": 1656045391460,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-24T04:37:56.785Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-24T04:37:56.785Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.786Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656045393505,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-24T04:37:56.793Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 98f4b505-14aa-4b95-9218-34d588051472
2022-06-24T04:37:56.793Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 98f4b505-14aa-4b95-9218-34d588051472 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-24T04:37:56.801Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.801Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656045393687,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/artifacts/service-Vfw20220624043446-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-24T04:37:56.801Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:37:56.801Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.801Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
"consumerID": "aai-ml",
"timestamp": 1656045391460,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T04:37:56.801Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-24T04:37:56.802Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.802Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656045394510,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/vfw4f776026db660_modules.json",
"status": "DEPLOY_OK"
}
2022-06-24T04:37:56.802Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:37:56.802Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.802Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656045394691,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-24T04:37:56.807Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 98f4b505-14aa-4b95-9218-34d588051472
2022-06-24T04:37:56.808Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 98f4b505-14aa-4b95-9218-34d588051472 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-24T04:37:56.819Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.820Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
"consumerID": "aai-ml",
"timestamp": 1656045391460,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-24T04:37:56.820Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-24T04:37:56.821Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.821Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
"consumerID": "aai-ml",
"timestamp": 1656045391460,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/artifacts/service-Vfw20220624043446-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-24T04:37:56.821Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-24T04:37:56.821Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.821Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
"consumerID": "aai-ml",
"timestamp": 1656045391460,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/artifacts/service-Vfw20220624043446-csar.csar",
"status": "NOTIFIED"
}
2022-06-24T04:37:56.822Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-24T04:37:56.822Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.822Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
"consumerID": "aai-ml",
"timestamp": 1656045399450,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/artifacts/service-Vfw20220624043446-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-24T04:37:56.822Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:37:56.822Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.822Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
"consumerID": "clamp",
"timestamp": 1656045400110,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/artifacts/service-Vfw20220624043446-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-24T04:37:56.823Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:37:56.823Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.823Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
"consumerID": "clamp",
"timestamp": 1656045402123,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/artifacts/service-Vfw20220624043446-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-24T04:37:56.823Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:37:56.823Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.823Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
"consumerID": "clamp",
"timestamp": 1656045403131,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-24T04:37:56.829Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 98f4b505-14aa-4b95-9218-34d588051472
2022-06-24T04:37:56.829Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 98f4b505-14aa-4b95-9218-34d588051472 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-24T04:37:56.840Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.840Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
"consumerID": "aai-ml",
"timestamp": 1656045412688,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/artifacts/service-Vfw20220624043446-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-24T04:37:56.840Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:37:56.840Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T04:37:56.841Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
"consumerID": "aai-ml",
"timestamp": 1656045413695,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-24T04:37:56.846Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 98f4b505-14aa-4b95-9218-34d588051472
2022-06-24T04:37:56.846Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 98f4b505-14aa-4b95-9218-34d588051472 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-24T04:38:02.555Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4cc4a530-55a7-40e0-a05c-be6085e5a5c3/model-vers/model-ver/53627e0f-d958-49da-9de7-1e4aba448db3?depth=0
2022-06-24T04:38:02.700Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-06-24T04:38:03.310Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cc4a530-55a7-40e0-a05c-be6085e5a5c3/model-vers/model-ver/53627e0f-d958-49da-9de7-1e4aba448db3?depth=0|INFO|500||Invoke
2022-06-24T04:38:03.320Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cc4a530-55a7-40e0-a05c-be6085e5a5c3/model-vers/model-ver/53627e0f-d958-49da-9de7-1e4aba448db3?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cc4a530-55a7-40e0-a05c-be6085e5a5c3/model-vers/model-ver/53627e0f-d958-49da-9de7-1e4aba448db3?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2af9f696-8d30-4454-a6e9-425d2abbb474], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[75d1c85a-fed7-4b27-939e-be23f7d30d98], X-ECOMP-RequestID=[2af9f696-8d30-4454-a6e9-425d2abbb474], X-TransactionId=[], X-ONAP-RequestID=[2af9f696-8d30-4454-a6e9-425d2abbb474], Content-Type=[application/merge-patch+json]}
2022-06-24T04:38:03.453Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cc4a530-55a7-40e0-a05c-be6085e5a5c3/model-vers/model-ver/53627e0f-d958-49da-9de7-1e4aba448db3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-06-24T04:38:03.697Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cc4a530-55a7-40e0-a05c-be6085e5a5c3/model-vers/model-ver/53627e0f-d958-49da-9de7-1e4aba448db3?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/4cc4a530-55a7-40e0-a05c-be6085e5a5c3/model-vers/model-ver/53627e0f-d958-49da-9de7-1e4aba448db3?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220624-04:38:03:154-89575], vertex-id=[192656], Content-Length=[0], Date=[Fri, 24 Jun 2022 04:38:03 GMT], Content-Type=[application/json]}
2022-06-24T04:38:03.699Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cc4a530-55a7-40e0-a05c-be6085e5a5c3/model-vers/model-ver/53627e0f-d958-49da-9de7-1e4aba448db3?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-24T04:38:03.700Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cc4a530-55a7-40e0-a05c-be6085e5a5c3/model-vers/model-ver/53627e0f-d958-49da-9de7-1e4aba448db3?depth=0|INFO|500||InvokeReturn
2022-06-24T04:38:03.704Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-24T04:38:03.704Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-24T04:38:03.719Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-06-24T04:38:03.721Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2af9f696-8d30-4454-a6e9-425d2abbb474 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-24T04:38:03.723Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-24T04:38:03.724Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:38:03.727Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:38:03.727Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656045483721,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-24T04:38:03.827Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T04:38:03.829Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T04:38:03.829Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:38:03.850Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:38:03.851Z||pool-18-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-24T04:38:04.749Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:38:04.750Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T04:38:04.750Z|2af9f696-8d30-4454-a6e9-425d2abbb474|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 ur5wUy48J70QDOwq) ...
2022-06-24T04:38:09.499Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:38:09.500Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-24T04:38:09.500Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"98f4b505-14aa-4b95-9218-34d588051472","serviceName":"vFW 2022-06-24 04-34-46","serviceVersion":"1.0","serviceUUID":"a0f71aca-a9b7-4fe3-906a-2838171a1306","serviceDescription":"catalog service description","serviceInvariantUUID":"4635fecc-80da-4858-886a-7dba7e887a1b","resources":[{"resourceInstanceName":"vFW 4f776026-db66 0","resourceName":"vFW 4f776026-db66","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e7f1872b-e24e-444b-bfb6-d459304bbd52","resourceInvariantUUID":"fc9884f3-274a-4268-95a8-c775a8b2afe3","resourceCustomizationUUID":"fa0a1310-0eb7-417d-8e31-824b887b52da","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/vf-license-model.xml","artifactChecksum":"OTc5ODUzNzljYzQ5OWE5Njk3NDBiNjhjNGVmMDgxMDg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2488902e-f9eb-42f8-aa5b-eb4df92d7c14","artifactVersion":"1"},{"artifactName":"vfw4f776026db660_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/vfw4f776026db660_modules.json","artifactChecksum":"ZDc2NjI4MTkzYTE0NjIyOGFiMDZjMTEzYTk3NTE5Nzg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"52161dbb-51b1-4deb-a9ea-f5ffb06c78d5","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ba6ca317-e039-4c7c-894e-a3b75991d55e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/vendor-license-model.xml","artifactChecksum":"ZWM2ZjU1ZGNlNjQ4NWMwYzc2YzJmY2Q5MzI5YjU1YmU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0b9a6fc9-63ec-4024-88af-60db0ef63835","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"157185f1-e987-4007-b267-6551ec788cd6","artifactVersion":"2","generatedFromUUID":"ba6ca317-e039-4c7c-894e-a3b75991d55e"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220624043446-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220624043446/1.0/artifacts/service-Vfw20220624043446-template.yml","artifactChecksum":"Nzk1MTFlNjQ4OTg0NjQzYzlkY2Q5ODk2ZmE0ZmUyODc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"01c06282-4b9f-4136-8f5c-67900255753f","artifactVersion":"1"},{"artifactName":"service-Vfw20220624043446-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220624043446/1.0/artifacts/service-Vfw20220624043446-csar.csar","artifactChecksum":"ZjNlMDliZDc1MzQwMjQ0ZjljMTRjNzUxMzlkYjZlNTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1130edac-8083-445e-ae0e-c657fd5a72d9","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-24T04:38:09.503Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T04:38:09.504Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:38:09.506Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:38:09.506Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656045484749,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T04:38:09.606Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T04:38:09.607Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T04:38:09.607Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:38:09.623Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:38:09.623Z||pool-19-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-24T04:38:10.506Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T04:38:10.507Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:38:10.509Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:38:10.510Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656045484749,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/vfw4f776026db660_modules.json",
"status": "NOTIFIED"
}
2022-06-24T04:38:10.610Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T04:38:10.611Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T04:38:10.612Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:38:10.633Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:38:10.634Z||pool-20-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-24T04:38:11.510Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T04:38:11.511Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:38:11.513Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:38:11.514Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656045484749,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-24T04:38:11.614Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T04:38:11.615Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T04:38:11.615Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:38:11.633Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:38:11.634Z||pool-21-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-24T04:38:12.514Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T04:38:12.516Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:38:12.518Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:38:12.518Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656045484749,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T04:38:12.619Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-24T04:38:12.621Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T04:38:12.621Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:38:12.638Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:38:12.639Z||pool-22-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-24T04:38:13.519Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T04:38:13.525Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:38:13.527Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:38:13.527Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656045484749,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-24T04:38:13.628Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-24T04:38:13.629Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T04:38:13.630Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:38:13.645Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:38:13.646Z||pool-23-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-24T04:38:14.533Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T04:38:14.533Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:38:14.536Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:38:14.536Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656045484749,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/artifacts/service-Vfw20220624043446-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-24T04:38:14.636Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T04:38:14.637Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T04:38:14.638Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:38:14.663Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:38:14.664Z||pool-24-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-06-24T04:38:15.536Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T04:38:15.538Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:38:15.540Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:38:15.540Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656045484749,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/artifacts/service-Vfw20220624043446-csar.csar",
"status": "NOTIFIED"
}
2022-06-24T04:38:15.640Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-24T04:38:15.642Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T04:38:15.642Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:38:15.658Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:38:15.659Z||pool-25-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-24T04:38:16.543Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
"serviceName": "vFW 2022-06-24 04-34-46",
"serviceVersion": "1.0",
"serviceUUID": "a0f71aca-a9b7-4fe3-906a-2838171a1306",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "4635fecc-80da-4858-886a-7dba7e887a1b",
"resources": [
{
"resourceInstanceName": "vFW 4f776026-db66 0",
"resourceCustomizationUUID": "fa0a1310-0eb7-417d-8e31-824b887b52da",
"resourceName": "vFW 4f776026-db66",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "e7f1872b-e24e-444b-bfb6-d459304bbd52",
"resourceInvariantUUID": "fc9884f3-274a-4268-95a8-c775a8b2afe3",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw4f776026db660_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/vfw4f776026db660_modules.json",
"artifactChecksum": "ZDc2NjI4MTkzYTE0NjIyOGFiMDZjMTEzYTk3NTE5Nzg\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "52161dbb-51b1-4deb-a9ea-f5ffb06c78d5",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "ba6ca317-e039-4c7c-894e-a3b75991d55e",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "157185f1-e987-4007-b267-6551ec788cd6",
"generatedFromUUID": "ba6ca317-e039-4c7c-894e-a3b75991d55e"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "157185f1-e987-4007-b267-6551ec788cd6",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220624043446-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/artifacts/service-Vfw20220624043446-csar.csar",
"artifactChecksum": "ZjNlMDliZDc1MzQwMjQ0ZjljMTRjNzUxMzlkYjZlNTc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "1130edac-8083-445e-ae0e-c657fd5a72d9"
}
],
"workloadContext": "Production"
}
2022-06-24T04:38:16.543Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-24T04:38:16.544Z|2af9f696-8d30-4454-a6e9-425d2abbb474|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a0f71aca-a9b7-4fe3-906a-2838171a1306 ASDC
2022-06-24T04:38:16.544Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:98f4b505-14aa-4b95-9218-34d588051472
ServiceName:vFW 2022-06-24 04-34-46
ServiceVersion:1.0
ServiceUUID:a0f71aca-a9b7-4fe3-906a-2838171a1306
ServiceInvariantUUID:4635fecc-80da-4858-886a-7dba7e887a1b
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220624043446-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220624043446/1.0/artifacts/service-Vfw20220624043446-csar.csar
ArtifactUUID:1130edac-8083-445e-ae0e-c657fd5a72d9
ArtifactChecksum:ZjNlMDliZDc1MzQwMjQ0ZjljMTRjNzUxMzlkYjZlNTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 4f776026-db66 0
ResourceCustomizationUUID:fa0a1310-0eb7-417d-8e31-824b887b52da
ResourceInvariantUUID:fc9884f3-274a-4268-95a8-c775a8b2afe3
ResourceName:vFW 4f776026-db66
ResourceType:VF
ResourceUUID:e7f1872b-e24e-444b-bfb6-d459304bbd52
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw4f776026db660_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/vfw4f776026db660_modules.json
ArtifactUUID:52161dbb-51b1-4deb-a9ea-f5ffb06c78d5
ArtifactChecksum:ZDc2NjI4MTkzYTE0NjIyOGFiMDZjMTEzYTk3NTE5Nzg=
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/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/base_vfw.yaml
ArtifactUUID:ba6ca317-e039-4c7c-894e-a3b75991d55e
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/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/base_vfw.env
ArtifactUUID:157185f1-e987-4007-b267-6551ec788cd6
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/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/base_vfw.env
ArtifactUUID:157185f1-e987-4007-b267-6551ec788cd6
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-06-24T04:38:16.544Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a0f71aca-a9b7-4fe3-906a-2838171a1306 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-24T04:38:16.574Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-24T04:38:16.575Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-24T04:38:16.575Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-24T04:38:16.575Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 1130edac-8083-445e-ae0e-c657fd5a72d9 from URL: /sdc/v1/catalog/services/Vfw20220624043446/1.0/artifacts/service-Vfw20220624043446-csar.csar
2022-06-24T04:38:16.575Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-24T04:38:16.575Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220624043446/1.0/artifacts/service-Vfw20220624043446-csar.csar
2022-06-24T04:38:16.758Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-24T04:38:16.763Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220624043446/1.0/artifacts/service-Vfw20220624043446-csar.csar 1130edac-8083-445e-ae0e-c657fd5a72d9 99007
2022-06-24T04:38:16.764Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220624043446/1.0/artifacts/service-Vfw20220624043446-csar.csar ASDC sendASDCNotification
2022-06-24T04:38:16.764Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220624043446/1.0/artifacts/service-Vfw20220624043446-csar.csar
2022-06-24T04:38:16.764Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-24T04:38:16.764Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:38:16.766Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:38:16.766Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656045496764,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/artifacts/service-Vfw20220624043446-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-24T04:38:16.867Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T04:38:16.868Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T04:38:16.868Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:38:16.889Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:38:16.890Z||pool-26-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-24T04:38:17.767Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-24T04:38:17.769Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-24T04:38:17.769Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 1130edac-8083-445e-ae0e-c657fd5a72d9, URL: /sdc/v1/catalog/services/Vfw20220624043446/1.0/artifacts/service-Vfw20220624043446-csar.csar to file: /app/ASDC/1/service-Vfw20220624043446-csar.csar
2022-06-24T04:38:17.770Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220624043446-csar.csar
2022-06-24T04:38:17.770Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220624043446-csar.csar
2022-06-24T04:38:17.770Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220624043446-csar.csar
2022-06-24T04:38:18.011Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6813580748693770944/Definitions/service-Vfw20220624043446-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-06-24T04:38:20.553Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-24T04:38:20.553Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-24T04:38:20.554Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220624043446-csar.csar
2022-06-24T04:38:20.554Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-24T04:38:20.554Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220624043446-csar.csar
2022-06-24T04:38:20.554Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220624043446-csar.csar
2022-06-24T04:38:20.554Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220624043446-csar.csar
2022-06-24T04:38:20.554Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220624043446-csar.csar
2022-06-24T04:38:20.554Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220624043446-csar.csar
2022-06-24T04:38:20.554Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220624043446-csar.csar
2022-06-24T04:38:20.554Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220624043446-csar.csar
2022-06-24T04:38:20.555Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220624043446-csar.csar
2022-06-24T04:38:20.555Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220624043446-csar.csar
2022-06-24T04:38:20.555Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220624043446-csar.csar
2022-06-24T04:38:20.555Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 4f776026-db66 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220624043446-csar.csar
2022-06-24T04:38:20.555Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220624043446-csar.csar
2022-06-24T04:38:20.555Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220624043446-csar.csar
2022-06-24T04:38:20.555Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-24T04:38:20.556Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T04:38:20.556Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-24 04-34-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T04:38:20.556Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vFW 4f776026-db66 0 is matching search criteria
2022-06-24T04:38:20.556Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-24T04:38:20.557Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 4f776026-db66 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-24T04:38:20.557Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T04:38:20.557Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-24 04-34-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T04:38:20.557Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vFW 4f776026-db66 0 is matching search criteria
2022-06-24T04:38:20.557Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-24T04:38:20.558Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 4f776026-db66 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-24T04:38:20.558Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T04:38:20.558Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-24 04-34-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T04:38:20.558Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T04:38:20.558Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vFW 4f776026-db66 0 is not matching search criteria
2022-06-24T04:38:20.559Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-24T04:38:20.559Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-24T04:38:20.559Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-24T04:38:20.559Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-24T04:38:20.559Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-24T04:38:20.560Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-24T04:38:20.560Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-24T04:38:20.560Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-24T04:38:20.560Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-24T04:38:20.560Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-24T04:38:20.561Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-24T04:38:20.561Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-24T04:38:20.561Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-24T04:38:20.561Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-24T04:38:20.561Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-24T04:38:20.561Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-24T04:38:20.562Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T04:38:20.562Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-24 04-34-46 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-24T04:38:20.562Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T04:38:20.562Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vFW 4f776026-db66 0 is matching search criteria
2022-06-24T04:38:20.562Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 4f776026-db66 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T04:38:20.563Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T04:38:20.563Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vFW 4f776026-db66 0 is matching search criteria
2022-06-24T04:38:20.563Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 4f776026-db66 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T04:38:20.563Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T04:38:20.564Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vFW 4f776026-db66 0 is matching search criteria
2022-06-24T04:38:20.564Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 4f776026-db66 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T04:38:20.564Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T04:38:20.564Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vFW 4f776026-db66 0 is not matching search criteria
2022-06-24T04:38:20.564Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-24T04:38:20.565Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-24T04:38:20.565Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-24T04:38:20.565Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-24T04:38:20.565Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-24T04:38:20.566Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-24T04:38:20.566Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-24T04:38:20.566Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-24T04:38:20.566Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-24T04:38:20.567Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-24T04:38:20.567Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-24T04:38:20.567Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=59c4e6f2-e2db-402d-9ed4-5c07be7532e5
2022-06-24T04:38:20.567Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T04:38:20.568Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vFW 4f776026-db66 0 is not matching search criteria
2022-06-24T04:38:20.568Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-24T04:38:20.568Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-24T04:38:20.568Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-24T04:38:20.568Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-24T04:38:20.569Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-24T04:38:20.569Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-24T04:38:20.569Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-24T04:38:20.569Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-24T04:38:20.569Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-24T04:38:20.569Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-24T04:38:20.570Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-24T04:38:20.570Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-24T04:38:20.570Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=81ac86eb-e276-492b-ba8b-87bbc1854bb2
2022-06-24T04:38:20.570Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T04:38:20.570Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vFW 4f776026-db66 0 is not matching search criteria
2022-06-24T04:38:20.570Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-24T04:38:20.571Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-24T04:38:20.571Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-24T04:38:20.571Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-24T04:38:20.571Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-24T04:38:20.571Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-24T04:38:20.571Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-24T04:38:20.571Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-24T04:38:20.572Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-24T04:38:20.572Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-24T04:38:20.572Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-24T04:38:20.572Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-24T04:38:20.573Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=ed1e1444-c8ca-4fd9-b6f9-f0d9053fdfc4
2022-06-24T04:38:20.573Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T04:38:20.573Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-24 04-34-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T04:38:20.573Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T04:38:20.574Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-24 04-34-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T04:38:20.574Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T04:38:20.574Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-24 04-34-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T04:38:20.574Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T04:38:20.574Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-24 04-34-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T04:38:20.575Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-06-24 04-34-46
Description:catalog service description
Model UUID:a0f71aca-a9b7-4fe3-906a-2838171a1306
Model Version:NULL
Model InvariantUuid:4635fecc-80da-4858-886a-7dba7e887a1b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 4f776026-db66
Model UUID:9c2aea11-5637-44e7-92c5-cc35d92a9801
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:fc9884f3-274a-4268-95a8-c775a8b2afe3
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:fa0a1310-0eb7-417d-8e31-824b887b52da
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:30149602-6a6b-439e-b857-66be0b8bc699
ModelName:Vfw4f776026Db66..base_vfw..module-0
ModelUuid:8d26cbc5-da22-4b0b-a36d-eec225222f8d
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:59c4e6f2-e2db-402d-9ed4-5c07be7532e5
ModelInvariantUuid:d53a5adc-ab5a-4d7e-8af8-56dafe4b2e19
ModelName:vFW 4f776026-db66-nodes.vfwCvfc
ModelUuid:9fe14460-0c88-44f4-bd84-3a9e991148b9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:69f7a358-9a66-4784-9503-fac6051121a3
ModelInvariantUuid:3db72bcf-cd24-4748-9bac-b0d53e8158a0
ModelName:Vfw4f776026Db66.compute.nodes.heat.vfw
ModelUuid:611f8e6d-bbf2-4567-bd06-b2531e023b26
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:81ac86eb-e276-492b-ba8b-87bbc1854bb2
ModelInvariantUuid:3de41466-2810-470b-92e2-b02122e26905
ModelName:vFW 4f776026-db66-nodes.vsnCvfc
ModelUuid:03da9ade-f5d4-41cc-867f-12d17cd5ab38
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:06b5d497-45b6-42d3-a62e-3c6a6e04011f
ModelInvariantUuid:1a68b239-62d8-4536-9b7a-da8c19c3d92b
ModelName:Vfw4f776026Db66.compute.nodes.heat.vsn
ModelUuid:3cfa9e46-390a-4c52-857e-1bd5fb369a64
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:ed1e1444-c8ca-4fd9-b6f9-f0d9053fdfc4
ModelInvariantUuid:94443dcd-3bc9-4590-957d-0f98d07aca59
ModelName:vFW 4f776026-db66-nodes.vpgCvfc
ModelUuid:8b7cda42-d281-4669-b6e7-d16fc09ee89e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:6f8d1869-5c0d-4fa6-8bfa-d510663fa0dc
ModelInvariantUuid:2bac9d64-051c-4aed-b363-a5f13f1a6a82
ModelName:Vfw4f776026Db66.compute.nodes.heat.vpg
ModelUuid:c047c4cd-aac6-4629-892b-5f7d9c5d74ee
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-24T04:38:20.593Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: e7f1872b-e24e-444b-bfb6-d459304bbd52
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-24T04:38:20.598Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||vFW 4f776026-db66 0
2022-06-24T04:38:20.599Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e7f1872b-e24e-444b-bfb6-d459304bbd52
2022-06-24T04:38:20.599Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 52161dbb-51b1-4deb-a9ea-f5ffb06c78d5 from URL: /sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/vfw4f776026db660_modules.json
2022-06-24T04:38:20.599Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-24T04:38:20.599Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/vfw4f776026db660_modules.json
2022-06-24T04:38:20.728Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-24T04:38:20.729Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/vfw4f776026db660_modules.json 52161dbb-51b1-4deb-a9ea-f5ffb06c78d5 785
2022-06-24T04:38:20.729Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/vfw4f776026db660_modules.json ASDC sendASDCNotification
2022-06-24T04:38:20.730Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/vfw4f776026db660_modules.json
2022-06-24T04:38:20.731Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-24T04:38:20.731Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:38:20.734Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:38:20.734Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656045500729,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/vfw4f776026db660_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-24T04:38:20.835Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-24T04:38:20.836Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T04:38:20.836Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:38:20.853Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:38:20.854Z||pool-27-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-24T04:38:21.735Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw4f776026Db66..base_vfw..module-0",
"vfModuleModelInvariantUUID": "30149602-6a6b-439e-b857-66be0b8bc699",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "8d26cbc5-da22-4b0b-a36d-eec225222f8d",
"vfModuleModelCustomizationUUID": "98592cc6-102b-4352-82e7-9ce19813c176",
"isBase": true,
"artifacts": [
"ba6ca317-e039-4c7c-894e-a3b75991d55e",
"157185f1-e987-4007-b267-6551ec788cd6"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-06-24T04:38:21.740Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw4f776026Db66..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8d26cbc5-da22-4b0b-a36d-eec225222f8d
VfModuleModelInvariantUUID:30149602-6a6b-439e-b857-66be0b8bc699
VfModuleModelDescription:NULL
Artifacts UUID List:{
ba6ca317-e039-4c7c-894e-a3b75991d55e
,
157185f1-e987-4007-b267-6551ec788cd6
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-06-24T04:38:21.742Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw4f776026Db66..base_vfw..module-0",
"vfModuleModelInvariantUUID": "30149602-6a6b-439e-b857-66be0b8bc699",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "8d26cbc5-da22-4b0b-a36d-eec225222f8d",
"vfModuleModelCustomizationUUID": "98592cc6-102b-4352-82e7-9ce19813c176",
"isBase": true,
"artifacts": [
"ba6ca317-e039-4c7c-894e-a3b75991d55e",
"157185f1-e987-4007-b267-6551ec788cd6"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-06-24T04:38:21.742Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw4f776026Db66..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8d26cbc5-da22-4b0b-a36d-eec225222f8d
VfModuleModelInvariantUUID:30149602-6a6b-439e-b857-66be0b8bc699
VfModuleModelDescription:NULL
Artifacts UUID List:{
ba6ca317-e039-4c7c-894e-a3b75991d55e
,
157185f1-e987-4007-b267-6551ec788cd6
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-06-24T04:38:21.742Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: ba6ca317-e039-4c7c-894e-a3b75991d55e from URL: /sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/base_vfw.yaml
2022-06-24T04:38:21.742Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-24T04:38:21.743Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/base_vfw.yaml
2022-06-24T04:38:21.916Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-24T04:38:21.917Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/base_vfw.yaml ba6ca317-e039-4c7c-894e-a3b75991d55e 20368
2022-06-24T04:38:21.918Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-24T04:38:21.918Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/base_vfw.yaml
2022-06-24T04:38:21.918Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-24T04:38:21.919Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:38:21.922Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:38:21.922Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656045501918,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-24T04:38:22.022Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-24T04:38:22.023Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T04:38:22.024Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:38:22.039Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:38:22.040Z||pool-28-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-24T04:38:22.924Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 157185f1-e987-4007-b267-6551ec788cd6 from URL: /sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/base_vfw.env
2022-06-24T04:38:22.924Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-24T04:38:22.925Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/base_vfw.env
2022-06-24T04:38:23.005Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-24T04:38:23.006Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/base_vfw.env 157185f1-e987-4007-b267-6551ec788cd6 2098
2022-06-24T04:38:23.006Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-24T04:38:23.006Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/base_vfw.env
2022-06-24T04:38:23.006Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-24T04:38:23.007Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:38:23.009Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:38:23.009Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656045503006,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-24T04:38:23.109Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T04:38:23.111Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T04:38:23.111Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:38:23.128Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:38:23.129Z||pool-29-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-24T04:38:24.010Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: a0f71aca-a9b7-4fe3-906a-2838171a1306
2022-06-24T04:38:24.011Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 4f776026-db66 0 e7f1872b-e24e-444b-bfb6-d459304bbd52 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-24T04:38:24.072Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@51699072, org.onap.sdc.toscaparser.api.parameters.Input@597c45d2, org.onap.sdc.toscaparser.api.parameters.Input@6fd9c7dd, org.onap.sdc.toscaparser.api.parameters.Input@724d5bce, org.onap.sdc.toscaparser.api.parameters.Input@6fbabff5]
2022-06-24T04:38:24.073Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T04:38:24.074Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-24 04-34-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T04:38:24.074Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic
2022-06-24T04:38:24.074Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= fa0a1310-0eb7-417d-8e31-824b887b52da
2022-06-24T04:38:24.075Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: fa0a1310-0eb7-417d-8e31-824b887b52da matches Tosca VF Customization UUID: fa0a1310-0eb7-417d-8e31-824b887b52da
2022-06-24T04:38:24.075Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: fa0a1310-0eb7-417d-8e31-824b887b52da matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-24T04:38:24.079Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T04:38:24.079Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-24 04-34-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T04:38:24.080Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id fa0a1310-0eb7-417d-8e31-824b887b52da: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-06-24T04:38:24.080Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6d9e412a
2022-06-24T04:38:24.080Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T04:38:24.081Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-24 04-34-46 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-24T04:38:24.081Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 98592cc6-102b-4352-82e7-9ce19813c176
2022-06-24T04:38:24.081Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 98592cc6-102b-4352-82e7-9ce19813c176
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-24T04:38:24.085Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T04:38:24.085Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vFW 4f776026-db66 0 is matching search criteria
2022-06-24T04:38:24.086Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 4f776026-db66 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T04:38:24.086Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T04:38:24.086Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vFW 4f776026-db66 0 is matching search criteria
2022-06-24T04:38:24.086Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 4f776026-db66 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T04:38:24.087Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T04:38:24.087Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vFW 4f776026-db66 0 is not matching search criteria
2022-06-24T04:38:24.087Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-24T04:38:24.087Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-24T04:38:24.087Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-24T04:38:24.088Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-24T04:38:24.088Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-24T04:38:24.088Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-24T04:38:24.088Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-24T04:38:24.089Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-24T04:38:24.089Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-24T04:38:24.089Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-24T04:38:24.089Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-24T04:38:24.089Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=59c4e6f2-e2db-402d-9ed4-5c07be7532e5
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-24T04:38:24.093Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T04:38:24.093Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vFW 4f776026-db66 0 is matching search criteria
2022-06-24T04:38:24.093Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 4f776026-db66 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T04:38:24.094Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T04:38:24.094Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vFW 4f776026-db66 0 is not matching search criteria
2022-06-24T04:38:24.094Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-24T04:38:24.094Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-24T04:38:24.095Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-24T04:38:24.095Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-24T04:38:24.095Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-24T04:38:24.095Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-24T04:38:24.095Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-24T04:38:24.096Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-24T04:38:24.096Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-24T04:38:24.096Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-24T04:38:24.096Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-24T04:38:24.096Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-24T04:38:24.097Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=81ac86eb-e276-492b-ba8b-87bbc1854bb2
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-24T04:38:24.100Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T04:38:24.100Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vFW 4f776026-db66 0 is matching search criteria
2022-06-24T04:38:24.100Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 4f776026-db66 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T04:38:24.104Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T04:38:24.104Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vFW 4f776026-db66 0 is not matching search criteria
2022-06-24T04:38:24.104Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-24T04:38:24.104Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-24T04:38:24.104Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-24T04:38:24.105Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-24T04:38:24.105Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-24T04:38:24.105Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-24T04:38:24.105Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-24T04:38:24.105Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-24T04:38:24.106Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-24T04:38:24.106Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-24T04:38:24.106Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-24T04:38:24.106Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-24T04:38:24.106Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=ed1e1444-c8ca-4fd9-b6f9-f0d9053fdfc4
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-24T04:38:24.110Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T04:38:24.110Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vFW 4f776026-db66 0 is matching search criteria
2022-06-24T04:38:24.110Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 4f776026-db66 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T04:38:24.111Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T04:38:24.111Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Node template vFW 4f776026-db66 0 is matching search criteria
2022-06-24T04:38:24.111Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 4f776026-db66 0] matching following query criteria: sdcType=VF, customizationUUID=fa0a1310-0eb7-417d-8e31-824b887b52da
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-24T04:38:24.113Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T04:38:24.113Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-24 04-34-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T04:38:24.114Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid a0f71aca-a9b7-4fe3-906a-2838171a1306: vFW 4f776026-db66
2022-06-24T04:38:24.114Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T04:38:24.114Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-24 04-34-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T04:38:24.114Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T04:38:24.115Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-24 04-34-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T04:38:24.115Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T04:38:24.115Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-24 04-34-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T04:38:24.115Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T04:38:24.116Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-24 04-34-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T04:38:24.116Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T04:38:24.116Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-24 04-34-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T04:38:24.116Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2022-06-24 04-34-46
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-24T04:38:24.331Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 4f776026-db66 e7f1872b-e24e-444b-bfb6-d459304bbd52 1 ASDC deployResourceStructure
2022-06-24T04:38:24.331Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/vfw4f776026db660_modules.json ASDC sendASDCNotification
2022-06-24T04:38:24.332Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/vfw4f776026db660_modules.json
2022-06-24T04:38:24.332Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-24T04:38:24.332Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:38:24.334Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:38:24.335Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656045504331,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/vfw4f776026db660_modules.json",
"status": "DEPLOY_OK"
}
2022-06-24T04:38:24.435Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T04:38:24.436Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T04:38:24.436Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:38:24.458Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:38:24.459Z||pool-30-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-24T04:38:25.336Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-24T04:38:25.336Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/base_vfw.yaml
2022-06-24T04:38:25.337Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-24T04:38:25.337Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:38:25.339Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:38:25.339Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656045505336,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-06-24T04:38:25.440Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T04:38:25.441Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T04:38:25.442Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:38:25.487Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:38:25.488Z||pool-31-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1}
2022-06-24T04:38:26.340Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-24T04:38:26.341Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/base_vfw.env
2022-06-24T04:38:26.341Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-24T04:38:26.341Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:38:26.344Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:38:26.344Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656045506340,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-06-24T04:38:26.445Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-24T04:38:26.446Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T04:38:26.446Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:38:26.489Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:38:26.490Z||pool-32-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1}
2022-06-24T04:38:27.345Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220624043446/1.0/artifacts/service-Vfw20220624043446-csar.csar ASDC sendASDCNotification
2022-06-24T04:38:27.346Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220624043446/1.0/artifacts/service-Vfw20220624043446-csar.csar
2022-06-24T04:38:27.346Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-24T04:38:27.346Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:38:27.348Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:38:27.349Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656045507345,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/artifacts/service-Vfw20220624043446-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-24T04:38:27.449Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T04:38:27.450Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T04:38:27.450Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:38:27.478Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:38:27.479Z||pool-33-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-06-24T04:38:28.349Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 98f4b505-14aa-4b95-9218-34d588051472
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-24T04:38:28.361Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 98f4b505-14aa-4b95-9218-34d588051472
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-24T04:38:28.366Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-24T04:38:28.366Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-24T04:38:28.366Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-24T04:38:28.366Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-24T04:38:28.366Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-24T04:38:28.366Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-24T04:38:28.366Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-24T04:38:28.367Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-24T04:38:28.367Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-24T04:38:28.367Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-24T04:38:28.367Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-24T04:38:28.372Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-24T04:38:56.119Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:38:56.120Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T04:38:56.120Z||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 ur5wUy48J70QDOwq) ...
2022-06-24T04:38:56.786Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:38:56.787Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T04:38:56.787Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2af9f696-8d30-4454-a6e9-425d2abbb474",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656045483721,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-24T04:38:56.788Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:38:56.788Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T04:38:56.788Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656045484749,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T04:38:56.789Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-24T04:38:56.789Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T04:38:56.789Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656045484749,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/vfw4f776026db660_modules.json",
"status": "NOTIFIED"
}
2022-06-24T04:38:56.789Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-24T04:38:56.789Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T04:38:56.789Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656045484749,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-24T04:38:56.790Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-24T04:38:56.790Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T04:38:56.790Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656045484749,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T04:38:56.790Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-24T04:38:56.790Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T04:38:56.790Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656045484749,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-24T04:38:56.790Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-24T04:38:56.790Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T04:38:56.791Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656045484749,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/artifacts/service-Vfw20220624043446-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-24T04:38:56.791Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-24T04:38:56.791Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T04:38:56.791Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656045484749,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/artifacts/service-Vfw20220624043446-csar.csar",
"status": "NOTIFIED"
}
2022-06-24T04:38:56.791Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-24T04:38:56.791Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T04:38:56.791Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656045496764,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/artifacts/service-Vfw20220624043446-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-24T04:38:56.791Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:38:56.792Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T04:38:56.792Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656045500729,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/vfw4f776026db660_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-24T04:38:56.792Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:38:56.792Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T04:38:56.792Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656045501918,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-24T04:38:56.792Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:38:56.792Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T04:38:56.792Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656045503006,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-24T04:38:56.793Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:38:56.793Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T04:38:56.793Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656045504331,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/vfw4f776026db660_modules.json",
"status": "DEPLOY_OK"
}
2022-06-24T04:38:56.793Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:38:56.793Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T04:38:56.793Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656045505336,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-06-24T04:38:56.793Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:38:56.794Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T04:38:56.794Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656045506340,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/resourceInstances/vfw4f776026db660/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-06-24T04:38:56.794Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:38:56.794Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T04:38:56.794Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656045507345,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624043446/1.0/artifacts/service-Vfw20220624043446-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-24T04:38:56.794Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T04:38:58.372Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 98f4b505-14aa-4b95-9218-34d588051472 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-24T04:38:58.382Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 98f4b505-14aa-4b95-9218-34d588051472 and serviceModelVersionId: a0f71aca-a9b7-4fe3-906a-2838171a1306
2022-06-24T04:38:58.383Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4635fecc-80da-4858-886a-7dba7e887a1b
2022-06-24T04:38:58.384Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4635fecc-80da-4858-886a-7dba7e887a1b/model-vers/model-ver/a0f71aca-a9b7-4fe3-906a-2838171a1306?depth=0
2022-06-24T04:38:58.391Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-06-24T04:38:58.450Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4635fecc-80da-4858-886a-7dba7e887a1b/model-vers/model-ver/a0f71aca-a9b7-4fe3-906a-2838171a1306?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-06-24T04:38:58.453Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4635fecc-80da-4858-886a-7dba7e887a1b/model-vers/model-ver/a0f71aca-a9b7-4fe3-906a-2838171a1306?depth=0|INFO|500||Invoke
2022-06-24T04:38:58.482Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4635fecc-80da-4858-886a-7dba7e887a1b/model-vers/model-ver/a0f71aca-a9b7-4fe3-906a-2838171a1306?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-06-24T04:38:58.725Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4635fecc-80da-4858-886a-7dba7e887a1b/model-vers/model-ver/a0f71aca-a9b7-4fe3-906a-2838171a1306?depth=0|INFO|500||InvokeReturn
2022-06-24T04:38:58.727Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4635fecc-80da-4858-886a-7dba7e887a1b/model-vers/model-ver/a0f71aca-a9b7-4fe3-906a-2838171a1306?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220624-04:38:58:179-47245], vertex-id=[217104], Content-Length=[0], Date=[Fri, 24 Jun 2022 04:38:58 GMT], Content-Type=[application/json]}
2022-06-24T04:38:58.727Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2022-06-24T04:38:58.727Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-24T04:38:58.727Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-24T04:38:58.752Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-06-24T04:38:58.752Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 98f4b505-14aa-4b95-9218-34d588051472 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-24T04:38:58.753Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-24T04:38:58.753Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:38:58.756Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:38:58.756Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "98f4b505-14aa-4b95-9218-34d588051472",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656045538752,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-24T04:38:58.856Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T04:38:58.857Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T04:38:58.857Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:38:58.879Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:38:58.880Z||pool-34-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-24T04:38:59.771Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:38:59.772Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T04:38:59.772Z|98f4b505-14aa-4b95-9218-34d588051472|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 ur5wUy48J70QDOwq) ...
2022-06-24T04:39:09.329Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:39:09.330Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:39:09.331Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T04:39:09.331Z|98f4b505-14aa-4b95-9218-34d588051472|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 ur5wUy48J70QDOwq) ...
2022-06-24T04:39:18.908Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:39:18.910Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:39:18.911Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T04:39:18.911Z|98f4b505-14aa-4b95-9218-34d588051472|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 ur5wUy48J70QDOwq) ...
2022-06-24T04:39:24.903Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:39:24.904Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-24T04:39:24.905Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"b831f095-75c6-4f0d-9339-c0d966dca8d3","serviceName":"vFW 2022-06-24 04-37-47","serviceVersion":"1.0","serviceUUID":"1328c84a-a285-46c5-a21a-98802897c48f","serviceDescription":"catalog service description","serviceInvariantUUID":"a86e584b-4431-4c0b-b84f-eb2cb9d3658c","resources":[{"resourceInstanceName":"vFW e4643efc-9a9c 0","resourceName":"vFW e4643efc-9a9c","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8b68b792-95d7-4ba2-91f0-16c31000846e","resourceInvariantUUID":"12b3b69f-b23b-4dbf-9a72-288ce20add9f","resourceCustomizationUUID":"53a74181-862e-4608-a627-9371e80f6b5f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220624043747/1.0/resourceInstances/vfwe4643efc9a9c0/artifacts/vf-license-model.xml","artifactChecksum":"NGQxODEzNmQzMjU3MTk0OTEzZjI1YTI5MWMyYmFmMjU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"db873437-9365-4d72-bac2-961ed8b31f10","artifactVersion":"1"},{"artifactName":"vfwe4643efc9a9c0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220624043747/1.0/resourceInstances/vfwe4643efc9a9c0/artifacts/vfwe4643efc9a9c0_modules.json","artifactChecksum":"ZTk0NmY5ZmYxZTQ4ZTBjOWE3ODM2MWE1OTBlNGVlNzQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e5bb1d48-6f67-4725-aabd-9a7b20f30a21","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220624043747/1.0/resourceInstances/vfwe4643efc9a9c0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"498a5c7c-d1dd-4e67-9ee0-49feb25bb9d5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220624043747/1.0/resourceInstances/vfwe4643efc9a9c0/artifacts/vendor-license-model.xml","artifactChecksum":"MGQ4OWI2NThmNjYwNDQ0ZjY1ZmU5YzNiYWVmODNiMDE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7a38115c-3f7d-4d0f-865c-76c7414b19c6","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220624043747/1.0/resourceInstances/vfwe4643efc9a9c0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"1f07fcc5-2a50-4d57-98d1-d58bf52e994e","artifactVersion":"2","generatedFromUUID":"498a5c7c-d1dd-4e67-9ee0-49feb25bb9d5"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220624043747-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220624043747/1.0/artifacts/service-Vfw20220624043747-template.yml","artifactChecksum":"MjcwZTAyZjI1OTgwOTBkMDAyNTU3MTZjY2ExMDk2MmU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e81aad5b-bdd4-4397-b158-be8bb7ddc169","artifactVersion":"1"},{"artifactName":"service-Vfw20220624043747-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220624043747/1.0/artifacts/service-Vfw20220624043747-csar.csar","artifactChecksum":"MDI4NTFjNjU4MTNhNzNjN2EzYzBhMmExOWNlYWM0NTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e63ab91e-961e-49e5-a8e5-e9912101ad42","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-24T04:39:24.909Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T04:39:24.910Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:39:24.912Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:39:24.912Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "b831f095-75c6-4f0d-9339-c0d966dca8d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656045558910,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624043747/1.0/resourceInstances/vfwe4643efc9a9c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T04:39:25.012Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T04:39:25.013Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T04:39:25.013Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:39:25.031Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:39:25.032Z||pool-35-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-24T04:39:25.913Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T04:39:25.914Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:39:25.917Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:39:25.917Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "b831f095-75c6-4f0d-9339-c0d966dca8d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656045558910,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624043747/1.0/resourceInstances/vfwe4643efc9a9c0/artifacts/vfwe4643efc9a9c0_modules.json",
"status": "NOTIFIED"
}
2022-06-24T04:39:26.017Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T04:39:26.018Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T04:39:26.018Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:39:26.037Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:39:26.038Z||pool-36-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-24T04:39:26.918Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T04:39:26.919Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:39:26.922Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:39:26.922Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "b831f095-75c6-4f0d-9339-c0d966dca8d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656045558910,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624043747/1.0/resourceInstances/vfwe4643efc9a9c0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-24T04:39:27.022Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T04:39:27.023Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T04:39:27.023Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:39:27.038Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:39:27.039Z||pool-37-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-24T04:39:27.923Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T04:39:27.924Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:39:27.927Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:39:27.927Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "b831f095-75c6-4f0d-9339-c0d966dca8d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656045558910,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624043747/1.0/resourceInstances/vfwe4643efc9a9c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T04:39:28.027Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T04:39:28.028Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T04:39:28.028Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:39:28.089Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:39:28.089Z||pool-38-thread-1|||||INFO|500||cambria reply ok (61 ms):{"serverTimeMs":0,"count":1}
2022-06-24T04:39:28.928Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T04:39:28.929Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:39:28.931Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:39:28.932Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "b831f095-75c6-4f0d-9339-c0d966dca8d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656045558910,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624043747/1.0/resourceInstances/vfwe4643efc9a9c0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-24T04:39:29.032Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T04:39:29.033Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T04:39:29.034Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:39:29.090Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:39:29.091Z||pool-39-thread-1|||||INFO|500||cambria reply ok (58 ms):{"serverTimeMs":0,"count":1}
2022-06-24T04:39:29.932Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T04:39:29.933Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:39:29.936Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:39:29.936Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "b831f095-75c6-4f0d-9339-c0d966dca8d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656045558910,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624043747/1.0/artifacts/service-Vfw20220624043747-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-24T04:39:30.036Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T04:39:30.037Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T04:39:30.037Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:39:30.062Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:39:30.063Z||pool-40-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-06-24T04:39:30.937Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T04:39:30.937Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:39:30.942Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:39:30.942Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "b831f095-75c6-4f0d-9339-c0d966dca8d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656045558910,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624043747/1.0/artifacts/service-Vfw20220624043747-csar.csar",
"status": "NOTIFIED"
}
2022-06-24T04:39:31.040Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-24T04:39:31.042Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T04:39:31.042Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:39:31.077Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:39:31.078Z||pool-41-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":1,"count":1}
2022-06-24T04:39:31.944Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "b831f095-75c6-4f0d-9339-c0d966dca8d3",
"serviceName": "vFW 2022-06-24 04-37-47",
"serviceVersion": "1.0",
"serviceUUID": "1328c84a-a285-46c5-a21a-98802897c48f",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "a86e584b-4431-4c0b-b84f-eb2cb9d3658c",
"resources": [
{
"resourceInstanceName": "vFW e4643efc-9a9c 0",
"resourceCustomizationUUID": "53a74181-862e-4608-a627-9371e80f6b5f",
"resourceName": "vFW e4643efc-9a9c",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "8b68b792-95d7-4ba2-91f0-16c31000846e",
"resourceInvariantUUID": "12b3b69f-b23b-4dbf-9a72-288ce20add9f",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwe4643efc9a9c0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624043747/1.0/resourceInstances/vfwe4643efc9a9c0/artifacts/vfwe4643efc9a9c0_modules.json",
"artifactChecksum": "ZTk0NmY5ZmYxZTQ4ZTBjOWE3ODM2MWE1OTBlNGVlNzQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "e5bb1d48-6f67-4725-aabd-9a7b20f30a21",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624043747/1.0/resourceInstances/vfwe4643efc9a9c0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "498a5c7c-d1dd-4e67-9ee0-49feb25bb9d5",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624043747/1.0/resourceInstances/vfwe4643efc9a9c0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "1f07fcc5-2a50-4d57-98d1-d58bf52e994e",
"generatedFromUUID": "498a5c7c-d1dd-4e67-9ee0-49feb25bb9d5"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624043747/1.0/resourceInstances/vfwe4643efc9a9c0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "1f07fcc5-2a50-4d57-98d1-d58bf52e994e",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220624043747-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624043747/1.0/artifacts/service-Vfw20220624043747-csar.csar",
"artifactChecksum": "MDI4NTFjNjU4MTNhNzNjN2EzYzBhMmExOWNlYWM0NTA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "e63ab91e-961e-49e5-a8e5-e9912101ad42"
}
],
"workloadContext": "Production"
}
2022-06-24T04:39:31.945Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-24T04:39:31.945Z|98f4b505-14aa-4b95-9218-34d588051472|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1328c84a-a285-46c5-a21a-98802897c48f ASDC
2022-06-24T04:39:31.946Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:b831f095-75c6-4f0d-9339-c0d966dca8d3
ServiceName:vFW 2022-06-24 04-37-47
ServiceVersion:1.0
ServiceUUID:1328c84a-a285-46c5-a21a-98802897c48f
ServiceInvariantUUID:a86e584b-4431-4c0b-b84f-eb2cb9d3658c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220624043747-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220624043747/1.0/artifacts/service-Vfw20220624043747-csar.csar
ArtifactUUID:e63ab91e-961e-49e5-a8e5-e9912101ad42
ArtifactChecksum:MDI4NTFjNjU4MTNhNzNjN2EzYzBhMmExOWNlYWM0NTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW e4643efc-9a9c 0
ResourceCustomizationUUID:53a74181-862e-4608-a627-9371e80f6b5f
ResourceInvariantUUID:12b3b69f-b23b-4dbf-9a72-288ce20add9f
ResourceName:vFW e4643efc-9a9c
ResourceType:VF
ResourceUUID:8b68b792-95d7-4ba2-91f0-16c31000846e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwe4643efc9a9c0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220624043747/1.0/resourceInstances/vfwe4643efc9a9c0/artifacts/vfwe4643efc9a9c0_modules.json
ArtifactUUID:e5bb1d48-6f67-4725-aabd-9a7b20f30a21
ArtifactChecksum:ZTk0NmY5ZmYxZTQ4ZTBjOWE3ODM2MWE1OTBlNGVlNzQ=
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/Vfw20220624043747/1.0/resourceInstances/vfwe4643efc9a9c0/artifacts/base_vfw.yaml
ArtifactUUID:498a5c7c-d1dd-4e67-9ee0-49feb25bb9d5
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/Vfw20220624043747/1.0/resourceInstances/vfwe4643efc9a9c0/artifacts/base_vfw.env
ArtifactUUID:1f07fcc5-2a50-4d57-98d1-d58bf52e994e
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/Vfw20220624043747/1.0/resourceInstances/vfwe4643efc9a9c0/artifacts/base_vfw.env
ArtifactUUID:1f07fcc5-2a50-4d57-98d1-d58bf52e994e
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-06-24T04:39:31.946Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1328c84a-a285-46c5-a21a-98802897c48f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-24T04:39:32.006Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-24T04:39:32.007Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-24T04:39:32.007Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-24T04:39:32.007Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: e63ab91e-961e-49e5-a8e5-e9912101ad42 from URL: /sdc/v1/catalog/services/Vfw20220624043747/1.0/artifacts/service-Vfw20220624043747-csar.csar
2022-06-24T04:39:32.007Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-24T04:39:32.008Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220624043747/1.0/artifacts/service-Vfw20220624043747-csar.csar
2022-06-24T04:39:32.230Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-24T04:39:32.235Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220624043747/1.0/artifacts/service-Vfw20220624043747-csar.csar e63ab91e-961e-49e5-a8e5-e9912101ad42 99009
2022-06-24T04:39:32.236Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220624043747/1.0/artifacts/service-Vfw20220624043747-csar.csar ASDC sendASDCNotification
2022-06-24T04:39:32.236Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220624043747/1.0/artifacts/service-Vfw20220624043747-csar.csar
2022-06-24T04:39:32.236Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-24T04:39:32.237Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-24T04:39:32.239Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T04:39:32.239Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "b831f095-75c6-4f0d-9339-c0d966dca8d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656045572236,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624043747/1.0/artifacts/service-Vfw20220624043747-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-24T04:39:32.340Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T04:39:32.341Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T04:39:32.341Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ur5wUy48J70QDOwq) ...
2022-06-24T04:39:32.358Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:39:32.358Z||pool-42-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-24T04:39:33.240Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-24T04:39:33.242Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-24T04:39:33.242Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: e63ab91e-961e-49e5-a8e5-e9912101ad42, URL: /sdc/v1/catalog/services/Vfw20220624043747/1.0/artifacts/service-Vfw20220624043747-csar.csar to file: /app/ASDC/1/service-Vfw20220624043747-csar.csar
2022-06-24T04:39:33.243Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220624043747-csar.csar
2022-06-24T04:39:33.243Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220624043747-csar.csar
2022-06-24T04:39:33.244Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220624043747-csar.csar
2022-06-24T04:39:33.417Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7757641416067593545/Definitions/service-Vfw20220624043747-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-06-24T04:39:35.829Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-24T04:39:35.830Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-24T04:39:35.830Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220624043747-csar.csar
2022-06-24T04:39:35.830Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-24T04:39:35.831Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220624043747-csar.csar
2022-06-24T04:39:35.831Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220624043747-csar.csar
2022-06-24T04:39:35.831Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW e4643efc-9a9c 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220624043747-csar.csar
2022-06-24T04:39:35.831Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220624043747-csar.csar
2022-06-24T04:39:35.831Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220624043747-csar.csar
2022-06-24T04:39:35.831Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220624043747-csar.csar
2022-06-24T04:39:35.831Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220624043747-csar.csar
2022-06-24T04:39:35.831Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220624043747-csar.csar
2022-06-24T04:39:35.831Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220624043747-csar.csar
2022-06-24T04:39:35.831Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220624043747-csar.csar
2022-06-24T04:39:35.832Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220624043747-csar.csar
2022-06-24T04:39:35.832Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220624043747-csar.csar
2022-06-24T04:39:35.832Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220624043747-csar.csar
2022-06-24T04:39:35.832Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-24T04:39:35.832Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T04:39:35.832Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-24 04-37-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T04:39:35.832Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Node template vFW e4643efc-9a9c 0 is matching search criteria
2022-06-24T04:39:35.833Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-24T04:39:35.833Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW e4643efc-9a9c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-24T04:39:35.833Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T04:39:35.833Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-24 04-37-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T04:39:35.834Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Node template vFW e4643efc-9a9c 0 is matching search criteria
2022-06-24T04:39:35.834Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-24T04:39:35.834Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW e4643efc-9a9c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-24T04:39:35.834Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T04:39:35.834Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-24 04-37-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T04:39:35.835Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T04:39:35.835Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Node template vFW e4643efc-9a9c 0 is not matching search criteria
2022-06-24T04:39:35.835Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-24T04:39:35.835Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-24T04:39:35.835Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-24T04:39:35.835Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-24T04:39:35.835Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-24T04:39:35.836Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-24T04:39:35.836Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-24T04:39:35.836Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-24T04:39:35.836Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-24T04:39:35.836Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-24T04:39:35.836Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-24T04:39:35.837Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-24T04:39:35.837Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-24T04:39:35.837Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-24T04:39:35.837Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-24T04:39:35.837Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-24T04:39:35.837Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T04:39:35.837Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-24 04-37-47 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-24T04:39:35.838Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T04:39:35.838Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Node template vFW e4643efc-9a9c 0 is matching search criteria
2022-06-24T04:39:35.838Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW e4643efc-9a9c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T04:39:35.838Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T04:39:35.838Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Node template vFW e4643efc-9a9c 0 is matching search criteria
2022-06-24T04:39:35.838Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW e4643efc-9a9c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T04:39:35.839Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T04:39:35.839Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Node template vFW e4643efc-9a9c 0 is matching search criteria
2022-06-24T04:39:35.839Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW e4643efc-9a9c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T04:39:35.839Z|b831f095-75c6-4f0d-9339-c0d966dca8d3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive