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-25T05:35:01.522Z||main|||||INFO|500||The following profiles are active: basic
2022-06-25T05:35:30.160Z||main|||||INFO|500||Starting service [Tomcat]
2022-06-25T05:35:30.161Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-06-25T05:35:30.375Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-06-25T05:35:39.698Z||main|||||INFO|500||catdb-pool - Starting...
2022-06-25T05:35:40.926Z||main|||||INFO|500||catdb-pool - Start completed.
2022-06-25T05:35:42.426Z||main|||||INFO|500||reqdb-pool - Starting...
2022-06-25T05:35:42.448Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-06-25T05:35:42.827Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-06-25T05:35:44.084Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-06-25T05:35:46.021Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-06-25T05:35:50.994Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-25T05:35:57.157Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-25T05:35:57.322Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-06-25T05:36:00.926Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-25T05:36:01.837Z||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-25T05:36:06.002Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-25T05:36:09.110Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-06-25T05:36:09.160Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint:
java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source)
at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155)
at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70)
at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$4f705321.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-06-25T05:36:09.162Z||main|||||WARN|500||The sdc end point is not alive
2022-06-25T05:36:17.965Z||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-25T05:36:26.983Z||main|||||WARN|500||---
2022-06-25T05:36:26.986Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-06-25T05:36:26.987Z||main|||||WARN|500||---
2022-06-25T05:36:28.012Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-06-25T05:36:38.554Z||main|||||INFO|500||Started Application in 106.221 seconds (JVM running for 112.743)
2022-06-25T05:36:38.654Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-25T05:36:38.657Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-25T05:36:38.748Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-25T05:36:38.843Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-25T05:36:39.009Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0fb0edcb-b395-485c-b540-d73b162a9840 url= /sdc/v1/artifactTypes
2022-06-25T05:36:39.010Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-25T05:36:40.210Z||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.21.117] 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$$bb73762b.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-25T05:36:40.224Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6fc401dd
2022-06-25T05:36:40.227Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-25T05:36:40.272Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-25T05:36:40.277Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-25T05:36:40.298Z||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$$bb73762b.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-25T05:37:28.502Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-25T05:37:28.504Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-25T05:37:28.507Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-25T05:37:28.513Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-25T05:37:28.523Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= fcdccdd7-93a8-428a-860b-cadcedde46de url= /sdc/v1/artifactTypes
2022-06-25T05:37:28.524Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-25T05:37:29.569Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.21.117] 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$$bb73762b.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-25T05:37:29.570Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@e985de6
2022-06-25T05:37:29.570Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-25T05:37:29.571Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-25T05:37:29.571Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-25T05:37:29.572Z||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$$bb73762b.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-25T05:38:18.502Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-25T05:38:18.510Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-25T05:38:18.511Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-25T05:38:18.514Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-25T05:38:18.520Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 58199ded-4503-48e9-9ee6-26e8d11d323c url= /sdc/v1/artifactTypes
2022-06-25T05:38:18.521Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-25T05:38:19.550Z||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.21.117] 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$$bb73762b.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-25T05:38:19.551Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4b3c984
2022-06-25T05:38:19.552Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-25T05:38:19.553Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-25T05:38:19.557Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-25T05:38:19.558Z||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$$bb73762b.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-25T05:39:08.501Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-25T05:39:08.502Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-25T05:39:08.503Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-25T05:39:08.508Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-25T05:39:08.518Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a72eec9c-a449-472e-acf3-bdef095d6c95 url= /sdc/v1/artifactTypes
2022-06-25T05:39:08.519Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-25T05:39:08.945Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-06-25T05:39:08.961Z||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-25T05:39:09.008Z||scheduling-1|||||DEBUG|500||create keys
2022-06-25T05:39:09.023Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-06-25T05:39:09.092Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T05:39:09.126Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 1f4b336f-d15a-4e4d-aabd-a719511117dd url= /sdc/v1/registerForDistribution
2022-06-25T05:39:09.317Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 1f4b336f-d15a-4e4d-aabd-a719511117dd url= /sdc/v1/registerForDistribution
2022-06-25T05:39:09.318Z||scheduling-1|||||INFO|500||start DistributionClient
2022-06-25T05:39:09.335Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T05:39:09.339Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T05:39:09.355Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-06-25T05:39:09.356Z||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-25T05:39:09.356Z||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-25T05:39:09.357Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T05:39:09.356Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T05:39:19.746Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T05:39:19.750Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T05:40:09.331Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T05:40:09.334Z||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-25T05:40:09.335Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T05:40:09.338Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T05:40:09.342Z||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-25T05:40:09.343Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T05:40:18.907Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T05:40:18.930Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T05:41:09.331Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T05:41:09.334Z||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-25T05:41:09.335Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T05:41:09.337Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T05:41:09.338Z||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-25T05:41:09.339Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T05:41:18.947Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T05:41:18.952Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T05:42:09.331Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T05:42:09.333Z||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-25T05:42:09.334Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T05:42:09.337Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T05:42:09.339Z||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-25T05:42:09.339Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T05:42:18.909Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T05:42:18.914Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T05:43:09.330Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T05:43:09.333Z||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-25T05:43:09.334Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T05:43:09.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T05:43:09.342Z||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-25T05:43:09.342Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T05:43:18.901Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T05:43:20.181Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T05:44:09.331Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T05:44:09.335Z||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-25T05:44:09.335Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T05:44:09.337Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T05:44:09.338Z||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-25T05:44:09.340Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T05:44:18.929Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T05:44:18.932Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T05:45:09.331Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T05:45:09.336Z||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-25T05:45:09.336Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T05:45:09.337Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T05:45:09.338Z||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-25T05:45:09.338Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T05:45:18.905Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T05:45:18.909Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T05:45:38.719Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-06-25T05:46:09.331Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T05:46:09.334Z||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-25T05:46:09.334Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T05:46:09.337Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T05:46:09.340Z||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-25T05:46:09.340Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T05:46:18.896Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T05:46:18.899Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T05:47:09.330Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T05:47:09.335Z||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-25T05:47:09.336Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T05:47:09.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T05:47:09.338Z||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-25T05:47:09.339Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T05:47:18.915Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T05:47:18.918Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T05:48:09.331Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T05:48:09.334Z||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-25T05:48:09.334Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T05:48:09.337Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T05:48:09.339Z||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-25T05:48:09.339Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T05:48:18.897Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T05:48:18.894Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T05:49:09.330Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T05:49:09.334Z||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-25T05:49:09.334Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T05:49:09.337Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T05:49:09.337Z||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-25T05:49:09.338Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T05:49:18.888Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T05:49:18.923Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T05:50:09.331Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T05:50:09.334Z||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-25T05:50:09.334Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T05:50:09.337Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T05:50:09.338Z||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-25T05:50:09.338Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T05:50:18.889Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T05:50:18.896Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T05:51:09.331Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T05:51:09.333Z||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-25T05:51:09.333Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T05:51:09.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T05:51:09.339Z||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-25T05:51:09.340Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T05:51:18.909Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T05:51:18.909Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T05:52:09.330Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T05:52:09.332Z||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-25T05:52:09.332Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T05:52:09.337Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T05:52:09.338Z||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-25T05:52:09.338Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T05:52:18.882Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T05:52:18.883Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T05:53:09.330Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T05:53:09.332Z||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-25T05:53:09.332Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T05:53:09.337Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T05:53:09.339Z||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-25T05:53:09.339Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T05:53:18.895Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T05:53:18.894Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T05:54:09.331Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T05:54:09.334Z||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-25T05:54:09.334Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T05:54:09.339Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T05:54:09.340Z||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-25T05:54:09.340Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T05:54:18.884Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T05:54:18.887Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T05:55:09.330Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T05:55:09.333Z||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-25T05:55:09.333Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T05:55:09.337Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T05:55:09.338Z||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-25T05:55:09.338Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T05:55:18.885Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T05:55:18.885Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T05:56:09.331Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T05:56:09.336Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-25T05:56:09.337Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T05:56:09.340Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T05:56:09.341Z||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-25T05:56:09.342Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T05:56:18.944Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T05:56:18.946Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T05:57:09.330Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T05:57:09.332Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-25T05:57:09.332Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T05:57:09.337Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T05:57:09.341Z||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-25T05:57:09.342Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T05:57:18.879Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T05:57:18.899Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T05:58:09.331Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T05:58:09.332Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-25T05:58:09.333Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T05:58:09.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T05:58:09.338Z||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-25T05:58:09.339Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T05:58:18.877Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T05:58:18.882Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T05:59:09.331Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T05:59:09.333Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-25T05:59:09.333Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T05:59:09.345Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T05:59:09.347Z||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-25T05:59:09.347Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T05:59:18.898Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T05:59:18.913Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:00:09.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:00:09.336Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-25T06:00:09.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:00:09.337Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:00:09.337Z||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-25T06:00:09.337Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:00:18.891Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:00:18.901Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:01:09.331Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:01:09.333Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-25T06:01:09.335Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:01:09.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:01:09.338Z||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-25T06:01:09.338Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:01:18.893Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:01:18.897Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:02:09.330Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:02:09.332Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-25T06:02:09.332Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:02:09.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:02:09.338Z||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-25T06:02:09.338Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:02:18.900Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:02:18.916Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:03:09.331Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:03:09.332Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-25T06:03:09.333Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:03:09.337Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:03:09.338Z||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-25T06:03:09.338Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:03:18.887Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:03:18.888Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:04:09.330Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:04:09.332Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-25T06:04:09.332Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:04:09.337Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:04:09.338Z||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-25T06:04:09.338Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:04:18.882Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:04:18.885Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:05:09.335Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:05:09.337Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-25T06:05:09.338Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:05:09.338Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:05:09.338Z||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-25T06:05:09.339Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:05:18.897Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:05:18.899Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:06:09.331Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:06:09.332Z||pool-2-thread-7|||||WARN|500||GET http://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-25T06:06:09.332Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:06:09.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:06:09.338Z||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-25T06:06:09.338Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:06:18.884Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:06:18.885Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:07:09.331Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:07:09.332Z||pool-2-thread-7|||||WARN|500||GET http://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-25T06:07:09.333Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:07:09.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:07:09.338Z||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-25T06:07:09.338Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:07:18.881Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:07:18.881Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:08:09.330Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:08:09.332Z||pool-2-thread-7|||||WARN|500||GET http://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-25T06:08:09.333Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:08:09.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:08:09.339Z||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-25T06:08:09.339Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:08:18.887Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:08:18.896Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:09:09.330Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:09:09.332Z||pool-2-thread-7|||||WARN|500||GET http://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-25T06:09:09.332Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:09:09.337Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:09:09.338Z||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-25T06:09:09.338Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:09:18.894Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:09:18.895Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:10:09.331Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:10:09.332Z||pool-2-thread-7|||||WARN|500||GET http://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-25T06:10:09.332Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:10:09.337Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:10:09.338Z||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-25T06:10:09.338Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:10:18.885Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:10:18.886Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:11:09.333Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:11:09.335Z||pool-2-thread-7|||||WARN|500||GET http://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-25T06:11:09.335Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:11:09.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:11:09.345Z||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-25T06:11:09.345Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:11:18.901Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:11:18.900Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:12:09.331Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:12:09.334Z||pool-2-thread-7|||||WARN|500||GET http://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-25T06:12:09.335Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:12:09.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:12:09.338Z||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-25T06:12:09.339Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:12:18.882Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:12:18.890Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:13:09.331Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:13:09.333Z||pool-2-thread-7|||||WARN|500||GET http://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-25T06:13:09.333Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:13:09.337Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:13:09.338Z||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-25T06:13:09.338Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:13:18.891Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:13:18.892Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:14:09.330Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:14:09.334Z||pool-2-thread-7|||||WARN|500||GET http://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-25T06:14:09.334Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:14:09.337Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:14:09.349Z||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-25T06:14:09.350Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:14:18.921Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:14:18.934Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:15:09.330Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:15:09.332Z||pool-2-thread-7|||||WARN|500||GET http://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-25T06:15:09.332Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:15:09.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:15:09.338Z||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-25T06:15:09.338Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:15:18.889Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:15:18.900Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:16:09.330Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:16:09.333Z||pool-2-thread-7|||||WARN|500||GET http://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-25T06:16:09.333Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:16:09.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:16:09.341Z||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-25T06:16:09.341Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:16:18.887Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:16:18.896Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:17:09.332Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:17:09.335Z||pool-2-thread-7|||||WARN|500||GET http://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-25T06:17:09.336Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:17:09.337Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:17:09.338Z||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-25T06:17:09.338Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:17:18.905Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:17:18.904Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:18:09.331Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:18:09.334Z||pool-2-thread-7|||||WARN|500||GET http://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-25T06:18:09.334Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:18:09.337Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:18:09.338Z||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-25T06:18:09.338Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:18:18.889Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:18:18.915Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:19:09.332Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:19:09.334Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-25T06:19:09.334Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:19:09.337Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:19:09.338Z||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-25T06:19:09.339Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:19:18.906Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:19:18.909Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:20:09.331Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:20:09.333Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-25T06:20:09.334Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:20:09.342Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:20:09.343Z||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-25T06:20:09.344Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:20:18.893Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:20:18.905Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:21:09.330Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:21:09.332Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-25T06:21:09.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:21:09.338Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:21:09.339Z||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-25T06:21:09.339Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:21:18.889Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:21:18.892Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:22:09.331Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:22:09.332Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-25T06:22:09.333Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:22:09.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:22:09.338Z||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-25T06:22:09.338Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:22:18.902Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:22:18.901Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:23:09.330Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:23:09.333Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-25T06:23:09.333Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:23:09.338Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:23:09.340Z||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-25T06:23:09.341Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:23:18.889Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:23:18.889Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:24:09.330Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:24:09.333Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-25T06:24:09.334Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:24:09.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:24:09.338Z||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-25T06:24:09.338Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:24:18.898Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:24:18.901Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:25:09.331Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:25:09.333Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-25T06:25:09.333Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:25:09.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:25:09.338Z||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-25T06:25:09.338Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:25:18.890Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:25:18.892Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:26:09.337Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:26:09.338Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:26:09.338Z||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-25T06:26:09.339Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-25T06:26:09.339Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:26:09.340Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:26:18.891Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:26:18.895Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:27:09.331Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:27:09.332Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-25T06:27:09.333Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:27:09.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:27:09.338Z||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-25T06:27:09.339Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:27:18.911Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:27:18.915Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:28:09.331Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:28:09.334Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-25T06:28:09.334Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:28:09.337Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:28:09.338Z||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-25T06:28:09.338Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:28:18.891Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:28:18.893Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:29:09.331Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:29:09.335Z||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-25T06:29:09.335Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:29:09.337Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:29:09.338Z||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-25T06:29:09.338Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:29:18.905Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:29:18.908Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:30:09.330Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:30:09.332Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-25T06:30:09.332Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:30:09.337Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:30:09.339Z||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-25T06:30:09.339Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:30:18.884Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:30:18.885Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:31:09.331Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:31:09.333Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-25T06:31:09.333Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:31:09.337Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:31:09.338Z||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-25T06:31:09.338Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:31:18.901Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:31:18.901Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:32:09.331Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:32:09.333Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-25T06:32:09.334Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:32:09.337Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:32:09.339Z||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-25T06:32:09.339Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:32:18.917Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:32:18.919Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:33:09.331Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:33:09.333Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-25T06:33:09.333Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:33:09.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:33:09.338Z||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-25T06:33:09.338Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:33:18.895Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:33:18.903Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:34:09.331Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:34:09.334Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-25T06:34:09.334Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:34:09.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:34:09.342Z||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-25T06:34:09.342Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:34:18.894Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:34:18.906Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:35:09.331Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:35:09.332Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-25T06:35:09.332Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:35:09.337Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:35:09.338Z||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-25T06:35:09.338Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:35:09.492Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:35:09.508Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:09.509Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
"consumerID": "cds",
"timestamp": 1656138888181,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-25T06:35:09.567Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-25T06:35:09.568Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:09.568Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656138879549,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-25T06:35:09.569Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-25T06:35:09.569Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:09.569Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
"consumerID": "clamp",
"timestamp": 1656138880046,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-25T06:35:09.570Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-25T06:35:09.570Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:09.570Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
"consumerID": "cds",
"timestamp": 1656138888181,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/basic_onboard_wltiyg0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-25T06:35:09.571Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-25T06:35:09.571Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:09.571Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
"consumerID": "clamp",
"timestamp": 1656138880046,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/basic_onboard_wltiyg0_modules.json",
"status": "NOTIFIED"
}
2022-06-25T06:35:09.572Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-25T06:35:09.572Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:09.572Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656138879549,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/basic_onboard_wltiyg0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-25T06:35:09.573Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-25T06:35:09.573Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:09.573Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
"consumerID": "cds",
"timestamp": 1656138888181,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-25T06:35:09.573Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-25T06:35:09.574Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:09.574Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
"consumerID": "clamp",
"timestamp": 1656138880046,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-25T06:35:09.574Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-25T06:35:09.574Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:09.575Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656138879549,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-25T06:35:09.575Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-25T06:35:09.575Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:09.576Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656138891677,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-25T06:35:09.576Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-25T06:35:09.576Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:09.576Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
"consumerID": "cds",
"timestamp": 1656138888181,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-25T06:35:09.577Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-25T06:35:09.577Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:09.577Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
"consumerID": "clamp",
"timestamp": 1656138880046,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-25T06:35:09.578Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-25T06:35:09.578Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:09.578Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656138879549,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-25T06:35:09.579Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-25T06:35:09.579Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:09.579Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
"consumerID": "policy-id",
"timestamp": 1656138891470,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-25T06:35:09.579Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-25T06:35:09.580Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:09.580Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656138891677,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/basic_onboard_wltiyg0_modules.json",
"status": "NOTIFIED"
}
2022-06-25T06:35:09.580Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-25T06:35:09.580Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:09.581Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
"consumerID": "cds",
"timestamp": 1656138888181,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-25T06:35:09.582Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-25T06:35:09.582Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:09.582Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
"consumerID": "clamp",
"timestamp": 1656138880046,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-25T06:35:09.583Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-25T06:35:09.583Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:09.583Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656138879549,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-25T06:35:09.584Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-25T06:35:09.584Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:09.584Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
"consumerID": "policy-id",
"timestamp": 1656138891470,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/basic_onboard_wltiyg0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-25T06:35:09.584Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-25T06:35:09.584Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:09.585Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656138891677,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-25T06:35:09.585Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-25T06:35:09.586Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:09.586Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
"consumerID": "cds",
"timestamp": 1656138888181,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/artifacts/service-BasicOnboardWltiyg-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-25T06:35:09.586Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-25T06:35:09.586Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:09.587Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
"consumerID": "clamp",
"timestamp": 1656138880046,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/artifacts/service-BasicOnboardWltiyg-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-25T06:35:09.587Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-25T06:35:09.588Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:09.588Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656138879549,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/artifacts/service-BasicOnboardWltiyg-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-25T06:35:09.588Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-25T06:35:09.588Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:09.588Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
"consumerID": "policy-id",
"timestamp": 1656138891470,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-25T06:35:09.589Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-25T06:35:09.589Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:09.589Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656138891677,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-25T06:35:09.590Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-25T06:35:09.590Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:09.590Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
"consumerID": "aai-ml",
"timestamp": 1656138894678,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-25T06:35:09.590Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-25T06:35:09.591Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:09.591Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
"consumerID": "cds",
"timestamp": 1656138888181,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/artifacts/service-BasicOnboardWltiyg-csar.csar",
"status": "NOTIFIED"
}
2022-06-25T06:35:09.591Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-25T06:35:09.592Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:09.592Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
"consumerID": "clamp",
"timestamp": 1656138880046,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/artifacts/service-BasicOnboardWltiyg-csar.csar",
"status": "NOTIFIED"
}
2022-06-25T06:35:09.592Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-25T06:35:09.593Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:09.593Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656138879549,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/artifacts/service-BasicOnboardWltiyg-csar.csar",
"status": "NOTIFIED"
}
2022-06-25T06:35:09.593Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-25T06:35:09.593Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:09.594Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
"consumerID": "policy-id",
"timestamp": 1656138891470,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-25T06:35:09.594Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-25T06:35:09.594Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:09.595Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656138891677,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-25T06:35:09.595Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-25T06:35:09.595Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:09.596Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
"consumerID": "aai-ml",
"timestamp": 1656138894678,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/basic_onboard_wltiyg0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-25T06:35:09.596Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-25T06:35:09.596Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:09.597Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
"consumerID": "policy-id",
"timestamp": 1656138891470,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-25T06:35:09.597Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-25T06:35:09.597Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:09.598Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656138891677,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/artifacts/service-BasicOnboardWltiyg-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-25T06:35:09.598Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-25T06:35:09.598Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:09.598Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
"consumerID": "cds",
"timestamp": 1656138897032,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/artifacts/service-BasicOnboardWltiyg-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-25T06:35:09.599Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:35:09.599Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:09.599Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656138896539,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/artifacts/service-BasicOnboardWltiyg-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-25T06:35:09.600Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:35:09.600Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:09.600Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
"consumerID": "aai-ml",
"timestamp": 1656138894678,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-25T06:35:09.600Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-25T06:35:09.600Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:09.601Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
"consumerID": "policy-id",
"timestamp": 1656138891470,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/artifacts/service-BasicOnboardWltiyg-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-25T06:35:09.601Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-25T06:35:09.601Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:09.601Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656138891677,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/artifacts/service-BasicOnboardWltiyg-csar.csar",
"status": "NOTIFIED"
}
2022-06-25T06:35:09.602Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-25T06:35:09.602Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:09.602Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
"consumerID": "cds",
"timestamp": 1656138898053,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/artifacts/service-BasicOnboardWltiyg-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=?
2022-06-25T06:35:09.980Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:35:09.983Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-25T06:35:09.983Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"61e51c1e-eada-4655-93eb-f93597a2df76","serviceName":"basic_onboard_WLtIYg","serviceVersion":"1.0","serviceUUID":"530368a0-89f9-4822-8f6f-9896e607b37c","serviceDescription":"service","serviceInvariantUUID":"ea78229e-8633-4861-a54b-506d0c3131ff","resources":[{"resourceInstanceName":"basic_onboard_WLtIYg 0","resourceName":"basic_onboard_WLtIYg","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"74eac6d9-1631-45d7-a86c-6261aac3db5b","resourceInvariantUUID":"8044ba6b-c6b8-43e7-bf29-cc3d58caa5f2","resourceCustomizationUUID":"af298019-5ba9-4df0-bb68-79951fddea65","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/vf-license-model.xml","artifactChecksum":"NzdkMjNiYjg3NTZjYTU2MzQwZjFkYTQ2ODVmYzNlZmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d9e69bf9-f247-47d7-9b50-3e8bfc094620","artifactVersion":"1"},{"artifactName":"basic_onboard_wltiyg0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/basic_onboard_wltiyg0_modules.json","artifactChecksum":"N2YzYjRlOTEwNTJkNjFmZGMyZWJkODU1Mzc4Yjk2ZmM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8aae1700-2475-4cf2-8393-9b857d882313","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2af34f48-ccb0-4618-9799-ff2ca563a2c2","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"bdfb9aa4-9fcd-4c2c-8f59-e5c6c668c999","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"22989ec9-c488-4524-b77c-5bc8b69da2a4","artifactVersion":"2","generatedFromUUID":"2af34f48-ccb0-4618-9799-ff2ca563a2c2"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardWltiyg-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/artifacts/service-BasicOnboardWltiyg-template.yml","artifactChecksum":"ZmY3OTU3ODEwMGZmOTU4MzljODZiNDg4NTU5YmIyZjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"98330b10-c3ad-404a-b214-63e46033f2a4","artifactVersion":"1"},{"artifactName":"service-BasicOnboardWltiyg-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/artifacts/service-BasicOnboardWltiyg-csar.csar","artifactChecksum":"NmMwYzExNzE3MDZjY2MyMzEyNjFmM2E1ODdiNTJkNTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0b516d26-ccd9-4ba5-8556-6614ca7756a8","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-25T06:35:10.002Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-25T06:35:10.014Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-25T06:35:10.045Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T06:35:10.046Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656138909331,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-25T06:35:10.091Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 61e51c1e-eada-4655-93eb-f93597a2df76
2022-06-25T06:35:10.144Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 84 ms
2022-06-25T06:35:10.166Z||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-25T06:35:10.166Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:35:10.170Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 61e51c1e-eada-4655-93eb-f93597a2df76 and ComponentName cds
2022-06-25T06:35:10.184Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:35:10.186Z||pool-3-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
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-25T06:35:10.234Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:10.235Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
"consumerID": "aai-ml",
"timestamp": 1656138894678,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-25T06:35:10.236Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-25T06:35:10.236Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:10.237Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
"consumerID": "ves-openapi-manager",
"timestamp": 1656138897356,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-25T06:35:10.237Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-25T06:35:10.237Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:10.238Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
"consumerID": "policy-id",
"timestamp": 1656138891470,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/artifacts/service-BasicOnboardWltiyg-csar.csar",
"status": "NOTIFIED"
}
2022-06-25T06:35:10.238Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-25T06:35:10.239Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:10.239Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
"consumerID": "aai-ml",
"timestamp": 1656138894678,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-25T06:35:10.239Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-25T06:35:10.240Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:10.240Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656138899684,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/basic_onboard_wltiyg0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-25T06:35:10.240Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:35:10.241Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:10.241Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
"consumerID": "ves-openapi-manager",
"timestamp": 1656138897356,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/basic_onboard_wltiyg0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-25T06:35:10.241Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-25T06:35:10.241Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:10.242Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
"consumerID": "policy-id",
"timestamp": 1656138899469,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/artifacts/service-BasicOnboardWltiyg-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-25T06:35:10.243Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:35:10.243Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:10.243Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
"consumerID": "aai-ml",
"timestamp": 1656138894678,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/artifacts/service-BasicOnboardWltiyg-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-25T06:35:10.244Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-25T06:35:10.244Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:10.244Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
"consumerID": "ves-openapi-manager",
"timestamp": 1656138897356,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-25T06:35:10.244Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-25T06:35:10.245Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:10.245Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656138900983,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-25T06:35:10.246Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:35:10.246Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:10.246Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
"consumerID": "policy-id",
"timestamp": 1656138900484,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/artifacts/service-BasicOnboardWltiyg-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-25T06:35:10.246Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:35:10.246Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:10.246Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
"consumerID": "aai-ml",
"timestamp": 1656138894678,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/artifacts/service-BasicOnboardWltiyg-csar.csar",
"status": "NOTIFIED"
}
2022-06-25T06:35:10.247Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-25T06:35:10.247Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:10.247Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
"consumerID": "ves-openapi-manager",
"timestamp": 1656138897356,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-25T06:35:10.247Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-25T06:35:10.248Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:10.248Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656138902126,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-25T06:35:10.248Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:35:10.248Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:10.248Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656138901119,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/artifacts/service-BasicOnboardWltiyg-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-25T06:35:10.249Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:35:10.249Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:10.249Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
"consumerID": "policy-id",
"timestamp": 1656138901490,
"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-25T06:35:10.295Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 61e51c1e-eada-4655-93eb-f93597a2df76
2022-06-25T06:35:10.295Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 61e51c1e-eada-4655-93eb-f93597a2df76 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-25T06:35:10.324Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:10.324Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
"consumerID": "ves-openapi-manager",
"timestamp": 1656138897356,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-25T06:35:10.325Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-25T06:35:10.325Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:10.325Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
"consumerID": "aai-ml",
"timestamp": 1656138902611,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/artifacts/service-BasicOnboardWltiyg-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-25T06:35:10.326Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:35:10.326Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:10.326Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656138903229,
"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-25T06:35:10.338Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 61e51c1e-eada-4655-93eb-f93597a2df76
2022-06-25T06:35:10.339Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 61e51c1e-eada-4655-93eb-f93597a2df76 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-25T06:35:10.374Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:10.375Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656138902124,
"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-25T06:35:10.386Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 61e51c1e-eada-4655-93eb-f93597a2df76
2022-06-25T06:35:10.387Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 61e51c1e-eada-4655-93eb-f93597a2df76 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-25T06:35:10.407Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:10.408Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
"consumerID": "policy-id",
"timestamp": 1656138891470,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-25T06:35:10.409Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-25T06:35:10.409Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:10.409Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
"consumerID": "ves-openapi-manager",
"timestamp": 1656138897356,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/artifacts/service-BasicOnboardWltiyg-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-25T06:35:10.410Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-25T06:35:10.410Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:10.411Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656138904245,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/basic_onboard_wltiyg0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-25T06:35:10.411Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:35:10.411Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:10.412Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
"consumerID": "cds",
"timestamp": 1656138903181,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-25T06:35:10.412Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-25T06:35:10.413Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:10.413Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
"consumerID": "policy-id",
"timestamp": 1656138891470,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/vfwdbe88ea6ae0a0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-25T06:35:10.414Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-25T06:35:10.414Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:10.414Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
"consumerID": "ves-openapi-manager",
"timestamp": 1656138897356,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/artifacts/service-BasicOnboardWltiyg-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-25T06:35:10.415Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-25T06:35:10.415Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:10.416Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656138891677,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-25T06:35:10.417Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-25T06:35:10.417Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:10.418Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
"consumerID": "cds",
"timestamp": 1656138903181,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/vfwdbe88ea6ae0a0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-25T06:35:10.419Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-25T06:35:10.420Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:10.421Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
"consumerID": "policy-id",
"timestamp": 1656138891470,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-25T06:35:10.422Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-25T06:35:10.424Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:10.425Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
"consumerID": "ves-openapi-manager",
"timestamp": 1656138897356,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-25T06:35:10.427Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-25T06:35:10.427Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:10.428Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656138891677,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/vfwdbe88ea6ae0a0_modules.json",
"status": "NOTIFIED"
}
2022-06-25T06:35:10.429Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-25T06:35:10.429Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:10.430Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
"consumerID": "cds",
"timestamp": 1656138903181,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-25T06:35:10.431Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-25T06:35:10.431Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:10.432Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
"consumerID": "policy-id",
"timestamp": 1656138891470,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-25T06:35:10.433Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-25T06:35:10.434Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:10.434Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
"consumerID": "ves-openapi-manager",
"timestamp": 1656138897356,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/vfwdbe88ea6ae0a0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-25T06:35:10.435Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-25T06:35:10.436Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:10.436Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656138891677,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-25T06:35:10.437Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-25T06:35:10.438Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:10.438Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
"consumerID": "cds",
"timestamp": 1656138903181,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-25T06:35:10.439Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-25T06:35:10.439Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:10.440Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
"consumerID": "policy-id",
"timestamp": 1656138891470,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-25T06:35:10.440Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-25T06:35:10.441Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:10.441Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
"consumerID": "ves-openapi-manager",
"timestamp": 1656138897356,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-25T06:35:10.442Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-25T06:35:10.442Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:10.443Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656138891677,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-25T06:35:10.444Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-25T06:35:10.444Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:10.444Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
"consumerID": "cds",
"timestamp": 1656138903181,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-25T06:35:10.445Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-25T06:35:10.446Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:10.446Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
"consumerID": "policy-id",
"timestamp": 1656138891470,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/artifacts/service-Vfw20220625063317-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-25T06:35:10.447Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-25T06:35:10.448Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:35:10.453Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
"consumerID": "ves-openapi-manager",
"timestamp": 1656138897356,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-25T06:35:10.455Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-25T06:35:11.074Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-25T06:35:11.074Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-25T06:35:11.077Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T06:35:11.077Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656138909331,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/basic_onboard_wltiyg0_modules.json",
"status": "NOTIFIED"
}
2022-06-25T06:35:11.178Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-25T06:35:11.180Z||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-25T06:35:11.181Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:35:11.198Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:35:11.199Z||pool-4-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-25T06:35:12.078Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-25T06:35:12.085Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-25T06:35:12.089Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T06:35:12.089Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656138909331,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-25T06:35:12.189Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-25T06:35:12.191Z||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-25T06:35:12.191Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:35:12.209Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:35:12.210Z||pool-5-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-25T06:35:13.090Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-25T06:35:13.098Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-25T06:35:13.109Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T06:35:13.110Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656138909331,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-25T06:35:13.203Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-06-25T06:35:13.204Z||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-25T06:35:13.205Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:35:13.225Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:35:13.226Z||pool-6-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-25T06:35:14.112Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-25T06:35:14.113Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-25T06:35:14.116Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T06:35:14.116Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656138909331,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-25T06:35:14.217Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-25T06:35:14.219Z||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-25T06:35:14.219Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:35:14.272Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:35:14.274Z||pool-7-thread-1|||||INFO|500||cambria reply ok (56 ms):{"serverTimeMs":0,"count":1}
2022-06-25T06:35:15.118Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-25T06:35:15.119Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-25T06:35:15.123Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T06:35:15.124Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656138909331,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/artifacts/service-BasicOnboardWltiyg-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-25T06:35:15.225Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-25T06:35:15.231Z||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-25T06:35:15.232Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:35:15.251Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:35:15.252Z||pool-8-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-25T06:35:16.124Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-25T06:35:16.125Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-25T06:35:16.129Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T06:35:16.130Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656138909331,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/artifacts/service-BasicOnboardWltiyg-csar.csar",
"status": "NOTIFIED"
}
2022-06-25T06:35:16.231Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-25T06:35:16.234Z||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-25T06:35:16.234Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:35:16.265Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:35:16.266Z||pool-9-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-06-25T06:35:17.134Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
"serviceName": "basic_onboard_WLtIYg",
"serviceVersion": "1.0",
"serviceUUID": "530368a0-89f9-4822-8f6f-9896e607b37c",
"serviceDescription": "service",
"serviceInvariantUUID": "ea78229e-8633-4861-a54b-506d0c3131ff",
"resources": [
{
"resourceInstanceName": "basic_onboard_WLtIYg 0",
"resourceCustomizationUUID": "af298019-5ba9-4df0-bb68-79951fddea65",
"resourceName": "basic_onboard_WLtIYg",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "74eac6d9-1631-45d7-a86c-6261aac3db5b",
"resourceInvariantUUID": "8044ba6b-c6b8-43e7-bf29-cc3d58caa5f2",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_wltiyg0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/basic_onboard_wltiyg0_modules.json",
"artifactChecksum": "N2YzYjRlOTEwNTJkNjFmZGMyZWJkODU1Mzc4Yjk2ZmM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "8aae1700-2475-4cf2-8393-9b857d882313",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "2af34f48-ccb0-4618-9799-ff2ca563a2c2",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "22989ec9-c488-4524-b77c-5bc8b69da2a4",
"generatedFromUUID": "2af34f48-ccb0-4618-9799-ff2ca563a2c2"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "22989ec9-c488-4524-b77c-5bc8b69da2a4",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardWltiyg-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/artifacts/service-BasicOnboardWltiyg-csar.csar",
"artifactChecksum": "NmMwYzExNzE3MDZjY2MyMzEyNjFmM2E1ODdiNTJkNTM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "0b516d26-ccd9-4ba5-8556-6614ca7756a8"
}
],
"workloadContext": "Production"
}
2022-06-25T06:35:17.136Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-25T06:35:17.136Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 530368a0-89f9-4822-8f6f-9896e607b37c ASDC
2022-06-25T06:35:17.359Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:61e51c1e-eada-4655-93eb-f93597a2df76
ServiceName:basic_onboard_WLtIYg
ServiceVersion:1.0
ServiceUUID:530368a0-89f9-4822-8f6f-9896e607b37c
ServiceInvariantUUID:ea78229e-8633-4861-a54b-506d0c3131ff
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardWltiyg-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/artifacts/service-BasicOnboardWltiyg-csar.csar
ArtifactUUID:0b516d26-ccd9-4ba5-8556-6614ca7756a8
ArtifactChecksum:NmMwYzExNzE3MDZjY2MyMzEyNjFmM2E1ODdiNTJkNTM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_WLtIYg 0
ResourceCustomizationUUID:af298019-5ba9-4df0-bb68-79951fddea65
ResourceInvariantUUID:8044ba6b-c6b8-43e7-bf29-cc3d58caa5f2
ResourceName:basic_onboard_WLtIYg
ResourceType:VF
ResourceUUID:74eac6d9-1631-45d7-a86c-6261aac3db5b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_wltiyg0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/basic_onboard_wltiyg0_modules.json
ArtifactUUID:8aae1700-2475-4cf2-8393-9b857d882313
ArtifactChecksum:N2YzYjRlOTEwNTJkNjFmZGMyZWJkODU1Mzc4Yjk2ZmM=
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/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/base_ubuntu18.yaml
ArtifactUUID:2af34f48-ccb0-4618-9799-ff2ca563a2c2
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/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/base_ubuntu18.env
ArtifactUUID:22989ec9-c488-4524-b77c-5bc8b69da2a4
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/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/base_ubuntu18.env
ArtifactUUID:22989ec9-c488-4524-b77c-5bc8b69da2a4
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-06-25T06:35:17.359Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 530368a0-89f9-4822-8f6f-9896e607b37c 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-25T06:35:17.475Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-25T06:35:17.476Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-06-25T06:35:17.529Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-06-25T06:35:17.530Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 0b516d26-ccd9-4ba5-8556-6614ca7756a8 from URL: /sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/artifacts/service-BasicOnboardWltiyg-csar.csar
2022-06-25T06:35:17.531Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-06-25T06:35:17.538Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/artifacts/service-BasicOnboardWltiyg-csar.csar
2022-06-25T06:35:18.059Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-06-25T06:35:18.099Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/artifacts/service-BasicOnboardWltiyg-csar.csar 0b516d26-ccd9-4ba5-8556-6614ca7756a8 71591
2022-06-25T06:35:18.103Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/artifacts/service-BasicOnboardWltiyg-csar.csar ASDC sendASDCNotification
2022-06-25T06:35:18.103Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/artifacts/service-BasicOnboardWltiyg-csar.csar
2022-06-25T06:35:18.119Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-25T06:35:18.121Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-25T06:35:18.126Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T06:35:18.126Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656138918100,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/artifacts/service-BasicOnboardWltiyg-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-25T06:35:18.232Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-06-25T06:35:18.233Z||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-25T06:35:18.233Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:35:18.253Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:35:18.254Z||pool-10-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-25T06:35:19.128Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-25T06:35:19.130Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-06-25T06:35:19.131Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 0b516d26-ccd9-4ba5-8556-6614ca7756a8, URL: /sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/artifacts/service-BasicOnboardWltiyg-csar.csar to file: /app/ASDC/1/service-BasicOnboardWltiyg-csar.csar
2022-06-25T06:35:19.132Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardWltiyg-csar.csar
2022-06-25T06:35:19.312Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardWltiyg-csar.csar
2022-06-25T06:35:19.312Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardWltiyg-csar.csar
2022-06-25T06:35:20.734Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4827570113136303909/Definitions/service-BasicOnboardWltiyg-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-25T06:35:25.636Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-25T06:35:25.643Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-06-25T06:35:25.643Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardWltiyg-csar.csar
2022-06-25T06:35:25.643Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-25T06:35:25.644Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||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-BasicOnboardWltiyg-csar.csar
2022-06-25T06:35:25.644Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||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-BasicOnboardWltiyg-csar.csar
2022-06-25T06:35:25.644Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||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-BasicOnboardWltiyg-csar.csar
2022-06-25T06:35:25.645Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||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-BasicOnboardWltiyg-csar.csar
2022-06-25T06:35:25.645Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_WLtIYg 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-BasicOnboardWltiyg-csar.csar
2022-06-25T06:35:25.645Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardWltiyg-csar.csar
2022-06-25T06:35:25.645Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardWltiyg-csar.csar
2022-06-25T06:35:25.645Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||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-BasicOnboardWltiyg-csar.csar
2022-06-25T06:35:25.646Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||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-BasicOnboardWltiyg-csar.csar
2022-06-25T06:35:25.646Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-06-25T06:35:25.656Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-25T06:35:25.660Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_WLtIYg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T06:35:25.669Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_WLtIYg 0 is matching search criteria
2022-06-25T06:35:25.670Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-06-25T06:35:25.672Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_WLtIYg 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-25T06:35:25.675Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-25T06:35:25.676Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_WLtIYg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T06:35:25.676Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_WLtIYg 0 is matching search criteria
2022-06-25T06:35:25.676Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-06-25T06:35:25.677Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_WLtIYg 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-25T06:35:25.677Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-25T06:35:25.677Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_WLtIYg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T06:35:25.683Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-25T06:35:25.683Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_WLtIYg 0 is not matching search criteria
2022-06-25T06:35:25.684Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-06-25T06:35:25.684Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-06-25T06:35:25.684Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-06-25T06:35:25.684Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-25T06:35:25.685Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-25T06:35:25.686Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-25T06:35:25.686Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_WLtIYg is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-25T06:35:25.691Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-25T06:35:25.692Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_WLtIYg 0 is matching search criteria
2022-06-25T06:35:25.692Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_WLtIYg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-25T06:35:25.693Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-25T06:35:25.698Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_WLtIYg 0 is matching search criteria
2022-06-25T06:35:25.699Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_WLtIYg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-25T06:35:25.699Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-25T06:35:25.699Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_WLtIYg 0 is matching search criteria
2022-06-25T06:35:25.700Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_WLtIYg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-25T06:35:25.700Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-25T06:35:25.700Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_WLtIYg 0 is not matching search criteria
2022-06-25T06:35:25.701Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-25T06:35:25.701Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-25T06:35:25.701Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=c74b63de-b106-4f4d-a502-13feed13c6da
2022-06-25T06:35:25.702Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-25T06:35:25.702Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_WLtIYg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T06:35:25.702Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-25T06:35:25.703Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_WLtIYg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T06:35:25.703Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-25T06:35:25.704Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_WLtIYg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T06:35:25.704Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-25T06:35:25.704Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_WLtIYg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T06:35:25.707Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_WLtIYg
Description:service
Model UUID:530368a0-89f9-4822-8f6f-9896e607b37c
Model Version:NULL
Model InvariantUuid:ea78229e-8633-4861-a54b-506d0c3131ff
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_WLtIYg
Model UUID:74d98e93-1266-4c5a-814a-fa361874679d
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8044ba6b-c6b8-43e7-bf29-cc3d58caa5f2
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:af298019-5ba9-4df0-bb68-79951fddea65
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:0d923109-976a-4ec5-9245-ff8ebc3beb11
ModelName:BasicOnboardWltiyg..base_ubuntu18..module-0
ModelUuid:6721c71d-f2a5-4fb8-bf2f-a20d74810f5e
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:c74b63de-b106-4f4d-a502-13feed13c6da
ModelInvariantUuid:aeac9d86-f5ee-44e6-aabe-61fc1839c268
ModelName:basic_onboard_WLtIYg-nodes.ubuntu18Cvfc
ModelUuid:789c4404-81b2-46c1-915d-f9e8fdf7b457
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:5bba7988-a0e5-4acd-ba84-7363a4dc3fa0
ModelInvariantUuid:6e8b6fed-3673-4dbc-8c2b-fd2536cc2cdc
ModelName:BasicOnboardWltiyg.compute.nodes.heat.ubuntu18
ModelUuid:ca9fbe83-40c2-4445-a7ec-9e0a7794f462
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-25T06:35:25.725Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 74eac6d9-1631-45d7-a86c-6261aac3db5b
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-25T06:35:26.008Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||basic_onboard_WLtIYg 0
2022-06-25T06:35:26.019Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 74eac6d9-1631-45d7-a86c-6261aac3db5b
2022-06-25T06:35:26.019Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 8aae1700-2475-4cf2-8393-9b857d882313 from URL: /sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/basic_onboard_wltiyg0_modules.json
2022-06-25T06:35:26.019Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-06-25T06:35:26.020Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/basic_onboard_wltiyg0_modules.json
2022-06-25T06:35:26.126Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-06-25T06:35:26.127Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/basic_onboard_wltiyg0_modules.json 8aae1700-2475-4cf2-8393-9b857d882313 798
2022-06-25T06:35:26.127Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/basic_onboard_wltiyg0_modules.json ASDC sendASDCNotification
2022-06-25T06:35:26.127Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/basic_onboard_wltiyg0_modules.json
2022-06-25T06:35:26.128Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-25T06:35:26.128Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-25T06:35:26.132Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T06:35:26.132Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656138926127,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/basic_onboard_wltiyg0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-25T06:35:26.232Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-25T06:35:26.233Z||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-25T06:35:26.233Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:35:26.249Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:35:26.250Z||pool-11-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-25T06:35:27.137Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardWltiyg..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "0d923109-976a-4ec5-9245-ff8ebc3beb11",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "6721c71d-f2a5-4fb8-bf2f-a20d74810f5e",
"vfModuleModelCustomizationUUID": "92cf1eb8-32e4-4171-a465-5822c9a08ba7",
"isBase": true,
"artifacts": [
"2af34f48-ccb0-4618-9799-ff2ca563a2c2",
"22989ec9-c488-4524-b77c-5bc8b69da2a4"
],
"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-25T06:35:27.172Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardWltiyg..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6721c71d-f2a5-4fb8-bf2f-a20d74810f5e
VfModuleModelInvariantUUID:0d923109-976a-4ec5-9245-ff8ebc3beb11
VfModuleModelDescription:NULL
Artifacts UUID List:{
2af34f48-ccb0-4618-9799-ff2ca563a2c2
,
22989ec9-c488-4524-b77c-5bc8b69da2a4
}
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-25T06:35:27.178Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardWltiyg..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "0d923109-976a-4ec5-9245-ff8ebc3beb11",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "6721c71d-f2a5-4fb8-bf2f-a20d74810f5e",
"vfModuleModelCustomizationUUID": "92cf1eb8-32e4-4171-a465-5822c9a08ba7",
"isBase": true,
"artifacts": [
"2af34f48-ccb0-4618-9799-ff2ca563a2c2",
"22989ec9-c488-4524-b77c-5bc8b69da2a4"
],
"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-25T06:35:27.178Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardWltiyg..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6721c71d-f2a5-4fb8-bf2f-a20d74810f5e
VfModuleModelInvariantUUID:0d923109-976a-4ec5-9245-ff8ebc3beb11
VfModuleModelDescription:NULL
Artifacts UUID List:{
2af34f48-ccb0-4618-9799-ff2ca563a2c2
,
22989ec9-c488-4524-b77c-5bc8b69da2a4
}
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-25T06:35:27.179Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 2af34f48-ccb0-4618-9799-ff2ca563a2c2 from URL: /sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/base_ubuntu18.yaml
2022-06-25T06:35:27.179Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-06-25T06:35:27.179Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/base_ubuntu18.yaml
2022-06-25T06:35:27.328Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-06-25T06:35:27.329Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/base_ubuntu18.yaml 2af34f48-ccb0-4618-9799-ff2ca563a2c2 5033
2022-06-25T06:35:27.330Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-25T06:35:27.330Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/base_ubuntu18.yaml
2022-06-25T06:35:27.330Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-25T06:35:27.330Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-25T06:35:27.333Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T06:35:27.334Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656138927330,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-25T06:35:27.434Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-25T06:35:27.435Z||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-25T06:35:27.436Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:35:27.457Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:35:27.458Z||pool-12-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-25T06:35:28.335Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 22989ec9-c488-4524-b77c-5bc8b69da2a4 from URL: /sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/base_ubuntu18.env
2022-06-25T06:35:28.335Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-06-25T06:35:28.342Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/base_ubuntu18.env
2022-06-25T06:35:28.534Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-06-25T06:35:28.535Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/base_ubuntu18.env 22989ec9-c488-4524-b77c-5bc8b69da2a4 909
2022-06-25T06:35:28.536Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-25T06:35:28.536Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/base_ubuntu18.env
2022-06-25T06:35:28.536Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-25T06:35:28.537Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-25T06:35:28.547Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T06:35:28.548Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656138928536,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-25T06:35:28.647Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-25T06:35:28.648Z||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-25T06:35:28.649Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:35:28.665Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:35:28.668Z||pool-13-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-25T06:35:29.549Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 530368a0-89f9-4822-8f6f-9896e607b37c
2022-06-25T06:35:29.550Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_WLtIYg 0 74eac6d9-1631-45d7-a86c-6261aac3db5b ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-25T06:35:29.603Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2ed015df, org.onap.sdc.toscaparser.api.parameters.Input@58776e9a, org.onap.sdc.toscaparser.api.parameters.Input@5fad5875, org.onap.sdc.toscaparser.api.parameters.Input@3ebc58b2, org.onap.sdc.toscaparser.api.parameters.Input@10ecdc57]
2022-06-25T06:35:29.609Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-25T06:35:29.609Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_WLtIYg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T06:35:29.609Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic
2022-06-25T06:35:29.610Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= af298019-5ba9-4df0-bb68-79951fddea65
2022-06-25T06:35:29.610Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: af298019-5ba9-4df0-bb68-79951fddea65 matches Tosca VF Customization UUID: af298019-5ba9-4df0-bb68-79951fddea65
2022-06-25T06:35:29.610Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: af298019-5ba9-4df0-bb68-79951fddea65 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-25T06:35:29.621Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-25T06:35:29.622Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_WLtIYg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T06:35:29.624Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id af298019-5ba9-4df0-bb68-79951fddea65: {\"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-25T06:35:29.625Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@30f738cd
2022-06-25T06:35:29.625Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-25T06:35:29.625Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_WLtIYg is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-25T06:35:29.626Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 92cf1eb8-32e4-4171-a465-5822c9a08ba7
2022-06-25T06:35:29.628Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 92cf1eb8-32e4-4171-a465-5822c9a08ba7
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-25T06:35:29.638Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-25T06:35:29.639Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_WLtIYg 0 is matching search criteria
2022-06-25T06:35:29.640Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_WLtIYg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-25T06:35:29.642Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-25T06:35:29.642Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_WLtIYg 0 is matching search criteria
2022-06-25T06:35:29.642Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_WLtIYg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-25T06:35:29.643Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-25T06:35:29.643Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_WLtIYg 0 is not matching search criteria
2022-06-25T06:35:29.643Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-25T06:35:29.643Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-25T06:35:29.644Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=c74b63de-b106-4f4d-a502-13feed13c6da
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-25T06:35:29.656Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-25T06:35:29.657Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_WLtIYg 0 is matching search criteria
2022-06-25T06:35:29.657Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_WLtIYg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-25T06:35:29.658Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-25T06:35:29.658Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_WLtIYg 0 is matching search criteria
2022-06-25T06:35:29.658Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_WLtIYg 0] matching following query criteria: sdcType=VF, customizationUUID=af298019-5ba9-4df0-bb68-79951fddea65
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-25T06:35:29.662Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-25T06:35:29.662Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_WLtIYg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T06:35:29.663Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 530368a0-89f9-4822-8f6f-9896e607b37c: basic_onboard_WLtIYg
2022-06-25T06:35:29.663Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-25T06:35:29.663Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_WLtIYg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T06:35:29.664Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-25T06:35:29.664Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_WLtIYg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T06:35:29.664Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-25T06:35:29.664Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_WLtIYg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T06:35:29.665Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-25T06:35:29.665Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_WLtIYg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T06:35:29.665Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-25T06:35:29.666Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_WLtIYg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T06:35:29.666Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||Saving Service: basic_onboard_WLtIYg
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-25T06:35:29.943Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_WLtIYg 74eac6d9-1631-45d7-a86c-6261aac3db5b 1 ASDC deployResourceStructure
2022-06-25T06:35:29.944Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/basic_onboard_wltiyg0_modules.json ASDC sendASDCNotification
2022-06-25T06:35:29.944Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/basic_onboard_wltiyg0_modules.json
2022-06-25T06:35:29.945Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-25T06:35:29.945Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-25T06:35:29.948Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T06:35:29.948Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656138929944,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/basic_onboard_wltiyg0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-25T06:35:30.048Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-25T06:35:30.050Z||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-25T06:35:30.057Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:35:30.074Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:35:30.075Z||pool-14-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-06-25T06:35:30.953Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-25T06:35:30.953Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/base_ubuntu18.yaml
2022-06-25T06:35:30.954Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-25T06:35:30.954Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-25T06:35:30.959Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T06:35:30.959Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656138930953,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-06-25T06:35:31.061Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-25T06:35:31.063Z||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-25T06:35:31.063Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:35:31.079Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:35:31.080Z||pool-15-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-25T06:35:31.960Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-25T06:35:31.961Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/base_ubuntu18.env
2022-06-25T06:35:31.962Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-25T06:35:31.962Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-25T06:35:31.965Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T06:35:31.965Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656138931960,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-06-25T06:35:32.065Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-25T06:35:32.067Z||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-25T06:35:32.067Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:35:32.087Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:35:32.088Z||pool-16-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-25T06:35:32.967Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/artifacts/service-BasicOnboardWltiyg-csar.csar ASDC sendASDCNotification
2022-06-25T06:35:32.967Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/artifacts/service-BasicOnboardWltiyg-csar.csar
2022-06-25T06:35:32.967Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-25T06:35:32.968Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-25T06:35:32.975Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T06:35:32.976Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656138932966,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/artifacts/service-BasicOnboardWltiyg-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-25T06:35:33.074Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-25T06:35:33.075Z||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-25T06:35:33.076Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:35:33.094Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:35:33.095Z||pool-17-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-25T06:35:33.978Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 61e51c1e-eada-4655-93eb-f93597a2df76
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-25T06:35:34.026Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 61e51c1e-eada-4655-93eb-f93597a2df76
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-25T06:35:34.034Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-25T06:35:34.034Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-25T06:35:34.035Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-25T06:36:04.035Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 61e51c1e-eada-4655-93eb-f93597a2df76
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-25T06:36:04.058Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 61e51c1e-eada-4655-93eb-f93597a2df76
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-25T06:36:04.064Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-25T06:36:04.065Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-25T06:36:04.065Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-25T06:36:09.337Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:36:09.339Z||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-25T06:36:09.339Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:36:09.373Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:36:09.374Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:36:09.374Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656138891677,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-25T06:36:09.376Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-25T06:36:34.066Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 61e51c1e-eada-4655-93eb-f93597a2df76
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-25T06:36:34.088Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 61e51c1e-eada-4655-93eb-f93597a2df76
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-25T06:36:34.096Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-25T06:36:34.097Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-25T06:36:34.097Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-25T06:37:04.098Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 61e51c1e-eada-4655-93eb-f93597a2df76
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-25T06:37:04.140Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 61e51c1e-eada-4655-93eb-f93597a2df76
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-25T06:37:04.147Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-25T06:37:04.148Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-25T06:37:04.148Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-25T06:37:09.337Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:37:09.341Z||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-25T06:37:09.342Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:37:09.374Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:37:09.375Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:37:09.375Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
"consumerID": "cds",
"timestamp": 1656138903181,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/artifacts/service-Vfw20220625063317-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-25T06:37:09.377Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-25T06:37:34.148Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 61e51c1e-eada-4655-93eb-f93597a2df76
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-25T06:37:34.166Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 61e51c1e-eada-4655-93eb-f93597a2df76
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-25T06:37:34.171Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-25T06:37:34.171Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-25T06:37:34.171Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-25T06:38:04.172Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 61e51c1e-eada-4655-93eb-f93597a2df76
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-25T06:38:04.201Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 61e51c1e-eada-4655-93eb-f93597a2df76
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-25T06:38:04.212Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-25T06:38:04.212Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-25T06:38:04.213Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-25T06:38:09.337Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:38:09.339Z||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-25T06:38:09.339Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:38:09.881Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:38:09.889Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:09.889Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
"consumerID": "clamp",
"timestamp": 1656138908404,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/artifacts/service-BasicOnboardWltiyg-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-25T06:38:09.891Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:38:09.892Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:09.892Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
"consumerID": "policy-id",
"timestamp": 1656138891470,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/artifacts/service-Vfw20220625063317-csar.csar",
"status": "NOTIFIED"
}
2022-06-25T06:38:09.892Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-25T06:38:09.893Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:09.894Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
"consumerID": "ves-openapi-manager",
"timestamp": 1656138897356,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-25T06:38:09.894Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-25T06:38:09.894Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:09.894Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656138909331,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-25T06:38:09.894Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-25T06:38:09.894Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:09.894Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656138891677,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/artifacts/service-Vfw20220625063317-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-25T06:38:09.895Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-25T06:38:09.895Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:09.895Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
"consumerID": "cds",
"timestamp": 1656138903181,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/artifacts/service-Vfw20220625063317-csar.csar",
"status": "NOTIFIED"
}
2022-06-25T06:38:09.895Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-25T06:38:09.895Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:09.895Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
"consumerID": "clamp",
"timestamp": 1656138909496,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/artifacts/service-BasicOnboardWltiyg-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-25T06:38:09.895Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:38:09.896Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:09.896Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
"consumerID": "ves-openapi-manager",
"timestamp": 1656138897356,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/artifacts/service-Vfw20220625063317-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-25T06:38:09.896Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-25T06:38:09.896Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:09.897Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
"consumerID": "policy-id",
"timestamp": 1656138909693,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/artifacts/service-Vfw20220625063317-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-25T06:38:09.897Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:38:09.897Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:09.897Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656138909331,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/basic_onboard_wltiyg0_modules.json",
"status": "NOTIFIED"
}
2022-06-25T06:38:09.898Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-25T06:38:09.898Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:09.898Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656138909548,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-25T06:38:09.898Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-25T06:38:09.898Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:09.899Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656138891677,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/artifacts/service-Vfw20220625063317-csar.csar",
"status": "NOTIFIED"
}
2022-06-25T06:38:09.899Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-25T06:38:09.899Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:09.899Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
"consumerID": "cds",
"timestamp": 1656138910971,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/artifacts/service-Vfw20220625063317-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-25T06:38:09.899Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:38:09.900Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:09.900Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
"consumerID": "clamp",
"timestamp": 1656138910500,
"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-25T06:38:09.913Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 61e51c1e-eada-4655-93eb-f93597a2df76
2022-06-25T06:38:09.914Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 61e51c1e-eada-4655-93eb-f93597a2df76 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-25T06:38:09.942Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:09.948Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
"consumerID": "ves-openapi-manager",
"timestamp": 1656138897356,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/artifacts/service-Vfw20220625063317-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-25T06:38:09.949Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-25T06:38:09.950Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:09.950Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
"consumerID": "policy-id",
"timestamp": 1656138910700,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/artifacts/service-Vfw20220625063317-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-25T06:38:09.951Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:38:09.951Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:09.951Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656138909331,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-25T06:38:09.951Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-25T06:38:09.952Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:09.952Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656138909548,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/vfwdbe88ea6ae0a0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-25T06:38:09.952Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-25T06:38:09.952Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:09.952Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656138912487,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/vfwdbe88ea6ae0a0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-25T06:38:09.953Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:38:09.955Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:09.955Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
"consumerID": "cds",
"timestamp": 1656138911978,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/artifacts/service-Vfw20220625063317-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-25T06:38:09.990Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b25dfcc1-6b60-4d88-9779-d57a8729179d
2022-06-25T06:38:09.990Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId b25dfcc1-6b60-4d88-9779-d57a8729179d 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-25T06:38:10.021Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:10.021Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
"consumerID": "policy-id",
"timestamp": 1656138911703,
"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-25T06:38:10.030Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b25dfcc1-6b60-4d88-9779-d57a8729179d
2022-06-25T06:38:10.031Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId b25dfcc1-6b60-4d88-9779-d57a8729179d 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-25T06:38:10.047Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:10.047Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656138909331,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-25T06:38:10.048Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-25T06:38:10.048Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:10.048Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
"consumerID": "clamp",
"timestamp": 1656138911503,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-25T06:38:10.049Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-25T06:38:10.049Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:10.049Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656138909548,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-25T06:38:10.049Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-25T06:38:10.050Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:10.050Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656138913703,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-25T06:38:10.050Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:38:10.050Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:10.050Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656138909331,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-25T06:38:10.051Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-25T06:38:10.051Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:10.051Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
"consumerID": "clamp",
"timestamp": 1656138911503,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/vfwdbe88ea6ae0a0_modules.json",
"status": "NOTIFIED"
}
2022-06-25T06:38:10.051Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-25T06:38:10.051Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:10.051Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656138909548,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-25T06:38:10.052Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-25T06:38:10.052Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:10.052Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656138914850,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-25T06:38:10.052Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:38:10.052Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:10.053Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656138909331,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/artifacts/service-BasicOnboardWltiyg-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-25T06:38:10.053Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-25T06:38:10.053Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:10.053Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
"consumerID": "clamp",
"timestamp": 1656138911503,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-25T06:38:10.054Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-25T06:38:10.054Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:10.054Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656138909548,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-25T06:38:10.054Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-25T06:38:10.054Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:10.054Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
"consumerID": "aai-ml",
"timestamp": 1656138915348,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/artifacts/service-BasicOnboardWltiyg-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-25T06:38:10.055Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:38:10.055Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:10.055Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656138915889,
"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-25T06:38:10.070Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b25dfcc1-6b60-4d88-9779-d57a8729179d
2022-06-25T06:38:10.070Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId b25dfcc1-6b60-4d88-9779-d57a8729179d 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-25T06:38:10.089Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:10.090Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656138909331,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/artifacts/service-BasicOnboardWltiyg-csar.csar",
"status": "NOTIFIED"
}
2022-06-25T06:38:10.091Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-25T06:38:10.091Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:10.091Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
"consumerID": "clamp",
"timestamp": 1656138911503,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-25T06:38:10.092Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-25T06:38:10.092Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:10.092Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656138909548,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/artifacts/service-Vfw20220625063317-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-25T06:38:10.092Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-25T06:38:10.093Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:10.094Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
"consumerID": "aai-ml",
"timestamp": 1656138916354,
"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-25T06:38:10.105Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 61e51c1e-eada-4655-93eb-f93597a2df76
2022-06-25T06:38:10.106Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 61e51c1e-eada-4655-93eb-f93597a2df76 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-25T06:38:10.125Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:10.126Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656138916904,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/vfwdbe88ea6ae0a0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-25T06:38:10.126Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:38:10.126Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:10.126Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
"consumerID": "clamp",
"timestamp": 1656138911503,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-25T06:38:10.127Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-25T06:38:10.127Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:10.128Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656138909548,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/artifacts/service-Vfw20220625063317-csar.csar",
"status": "NOTIFIED"
}
2022-06-25T06:38:10.128Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-25T06:38:10.128Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:10.128Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
"consumerID": "aai-ml",
"timestamp": 1656138894678,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-25T06:38:10.129Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-25T06:38:10.129Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:10.129Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656138918100,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/artifacts/service-BasicOnboardWltiyg-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-25T06:38:10.129Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:38:10.130Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:10.130Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
"consumerID": "clamp",
"timestamp": 1656138911503,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/artifacts/service-Vfw20220625063317-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-25T06:38:10.130Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-25T06:38:10.130Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:10.130Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656138917444,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/artifacts/service-Vfw20220625063317-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-25T06:38:10.131Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:38:10.131Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:10.131Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
"consumerID": "aai-ml",
"timestamp": 1656138894678,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/vfwdbe88ea6ae0a0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-25T06:38:10.132Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-25T06:38:10.132Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:10.133Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
"consumerID": "clamp",
"timestamp": 1656138911503,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/artifacts/service-Vfw20220625063317-csar.csar",
"status": "NOTIFIED"
}
2022-06-25T06:38:10.133Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-25T06:38:10.133Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:10.133Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
"consumerID": "aai-ml",
"timestamp": 1656138894678,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-25T06:38:10.133Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-25T06:38:10.134Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:10.134Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
"consumerID": "aai-ml",
"timestamp": 1656138894678,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-25T06:38:10.134Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-25T06:38:10.134Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:10.134Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
"consumerID": "aai-ml",
"timestamp": 1656138894678,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-25T06:38:10.135Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-25T06:38:10.135Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:10.135Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656138920869,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/artifacts/service-Vfw20220625063317-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-25T06:38:10.135Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:38:10.136Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:10.136Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
"consumerID": "aai-ml",
"timestamp": 1656138894678,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/artifacts/service-Vfw20220625063317-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-25T06:38:10.136Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-25T06:38:10.136Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:10.137Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656138921874,
"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-25T06:38:10.146Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b25dfcc1-6b60-4d88-9779-d57a8729179d
2022-06-25T06:38:10.147Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId b25dfcc1-6b60-4d88-9779-d57a8729179d 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-25T06:38:10.164Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:10.165Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
"consumerID": "aai-ml",
"timestamp": 1656138894678,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/artifacts/service-Vfw20220625063317-csar.csar",
"status": "NOTIFIED"
}
2022-06-25T06:38:10.165Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-25T06:38:10.165Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:10.166Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
"consumerID": "aai-ml",
"timestamp": 1656138924564,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/artifacts/service-Vfw20220625063317-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-25T06:38:10.166Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:38:10.166Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:10.166Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656138926127,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/basic_onboard_wltiyg0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-25T06:38:10.167Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:38:10.167Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:10.167Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656138927330,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-25T06:38:10.168Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:38:10.168Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:10.168Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656138928536,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-25T06:38:10.168Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:38:10.169Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:10.169Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656138929944,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/basic_onboard_wltiyg0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-25T06:38:10.169Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:38:10.170Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:10.170Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
"consumerID": "clamp",
"timestamp": 1656138929399,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/artifacts/service-Vfw20220625063317-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-25T06:38:10.170Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:38:10.170Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:10.170Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656138930953,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-06-25T06:38:10.171Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:38:10.171Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:10.171Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656138931960,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/resourceInstances/basic_onboard_wltiyg0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-06-25T06:38:10.171Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:38:10.171Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:10.171Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
"consumerID": "clamp",
"timestamp": 1656138931406,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/artifacts/service-Vfw20220625063317-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-25T06:38:10.172Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:38:10.172Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:10.172Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656138932966,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWltiyg/1.0/artifacts/service-BasicOnboardWltiyg-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-25T06:38:10.172Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:38:10.172Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:10.173Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
"consumerID": "clamp",
"timestamp": 1656138932409,
"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-25T06:38:10.193Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b25dfcc1-6b60-4d88-9779-d57a8729179d
2022-06-25T06:38:10.193Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId b25dfcc1-6b60-4d88-9779-d57a8729179d 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-25T06:38:10.213Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:10.214Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
"consumerID": "aai-ml",
"timestamp": 1656138935160,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/artifacts/service-Vfw20220625063317-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-25T06:38:10.214Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:38:10.214Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:38:10.215Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
"consumerID": "aai-ml",
"timestamp": 1656138936166,
"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-25T06:38:10.253Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b25dfcc1-6b60-4d88-9779-d57a8729179d
2022-06-25T06:38:10.254Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId b25dfcc1-6b60-4d88-9779-d57a8729179d 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-25T06:38:34.214Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 61e51c1e-eada-4655-93eb-f93597a2df76
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-25T06:38:34.241Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 61e51c1e-eada-4655-93eb-f93597a2df76
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-25T06:38:34.265Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-25T06:38:34.266Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-25T06:38:34.268Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-25T06:38:34.268Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-25T06:38:34.269Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-25T06:38:34.269Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-25T06:38:34.270Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-25T06:38:34.270Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-25T06:38:34.271Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-25T06:38:34.271Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-25T06:38:34.272Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||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-25T06:38:34.281Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-25T06:39:04.282Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 61e51c1e-eada-4655-93eb-f93597a2df76 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-25T06:39:04.337Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 61e51c1e-eada-4655-93eb-f93597a2df76 and serviceModelVersionId: 530368a0-89f9-4822-8f6f-9896e607b37c
2022-06-25T06:39:04.338Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ea78229e-8633-4861-a54b-506d0c3131ff
2022-06-25T06:39:09.337Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:39:09.338Z||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-25T06:39:09.338Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:39:18.896Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:39:30.784Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ea78229e-8633-4861-a54b-506d0c3131ff/model-vers/model-ver/530368a0-89f9-4822-8f6f-9896e607b37c?depth=0
2022-06-25T06:39:31.053Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-06-25T06:39:31.994Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ea78229e-8633-4861-a54b-506d0c3131ff/model-vers/model-ver/530368a0-89f9-4822-8f6f-9896e607b37c?depth=0|INFO|500||Invoke
2022-06-25T06:39:32.010Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ea78229e-8633-4861-a54b-506d0c3131ff/model-vers/model-ver/530368a0-89f9-4822-8f6f-9896e607b37c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ea78229e-8633-4861-a54b-506d0c3131ff/model-vers/model-ver/530368a0-89f9-4822-8f6f-9896e607b37c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[61e51c1e-eada-4655-93eb-f93597a2df76], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0bc2ea45-9acc-43f6-88dc-a4fb4ce462d9], X-ECOMP-RequestID=[61e51c1e-eada-4655-93eb-f93597a2df76], X-TransactionId=[], X-ONAP-RequestID=[61e51c1e-eada-4655-93eb-f93597a2df76], Content-Type=[application/merge-patch+json]}
2022-06-25T06:39:32.219Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ea78229e-8633-4861-a54b-506d0c3131ff/model-vers/model-ver/530368a0-89f9-4822-8f6f-9896e607b37c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-06-25T06:39:32.471Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ea78229e-8633-4861-a54b-506d0c3131ff/model-vers/model-ver/530368a0-89f9-4822-8f6f-9896e607b37c?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/ea78229e-8633-4861-a54b-506d0c3131ff/model-vers/model-ver/530368a0-89f9-4822-8f6f-9896e607b37c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220625-06:39:31:542-65506], vertex-id=[143592], Content-Length=[0], Date=[Sat, 25 Jun 2022 06:39:31 GMT], Content-Type=[application/json]}
2022-06-25T06:39:32.475Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ea78229e-8633-4861-a54b-506d0c3131ff/model-vers/model-ver/530368a0-89f9-4822-8f6f-9896e607b37c?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-25T06:39:32.476Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ea78229e-8633-4861-a54b-506d0c3131ff/model-vers/model-ver/530368a0-89f9-4822-8f6f-9896e607b37c?depth=0|INFO|500||InvokeReturn
2022-06-25T06:39:32.483Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-25T06:39:32.483Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||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-25T06:39:32.493Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||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-25T06:39:32.500Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 61e51c1e-eada-4655-93eb-f93597a2df76 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-25T06:39:32.503Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-25T06:39:32.504Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-25T06:39:32.510Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T06:39:32.510Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656139172500,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-25T06:39:32.610Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-25T06:39:32.612Z||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-25T06:39:32.612Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:39:32.627Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:39:32.628Z||pool-18-thread-1|||||INFO|500||cambria reply ok (17 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-25T06:39:33.530Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-25T06:39:33.531Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"b25dfcc1-6b60-4d88-9779-d57a8729179d","serviceName":"vFW 2022-06-25 06-33-17","serviceVersion":"1.0","serviceUUID":"248e11e9-741c-45ec-a27d-841c8c6d6835","serviceDescription":"catalog service description","serviceInvariantUUID":"94286b28-0ddc-4941-b5a5-aafdeb956d99","resources":[{"resourceInstanceName":"vFW dbe88ea6-ae0a 0","resourceName":"vFW dbe88ea6-ae0a","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c604b1bf-ef7d-46f0-adb7-ac838b7590f2","resourceInvariantUUID":"9f61a4fc-7e11-4db7-b683-2f7b575e04d6","resourceCustomizationUUID":"751d1057-6803-4a0e-ae60-39589338f18e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/vf-license-model.xml","artifactChecksum":"YWNjZTRkZDlmZGU2ZWIyY2MwZWNiNjMxYjBiZmU4NGY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6ea2ca57-6259-4f84-913b-c714ff79de97","artifactVersion":"1"},{"artifactName":"vfwdbe88ea6ae0a0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/vfwdbe88ea6ae0a0_modules.json","artifactChecksum":"OTkxZmQ5YjQ1YjVlOWJkNGM0YWQ1ZDQxN2NkOTVhNWQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"73718f0c-9a5c-4157-b0d6-aced39b609c1","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2f8d0b4e-b470-47fb-96e8-9df1d683c99d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/vendor-license-model.xml","artifactChecksum":"Njg0Y2Y1ZDZlYTgxMTZjM2E0OTJjMTE4ZGU2YjY4YjM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3d5e65d9-567d-47a7-b914-f63b921138c9","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"c7356da1-2f11-4ffd-946d-207cf37659a2","artifactVersion":"2","generatedFromUUID":"2f8d0b4e-b470-47fb-96e8-9df1d683c99d"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220625063317-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220625063317/1.0/artifacts/service-Vfw20220625063317-template.yml","artifactChecksum":"NmY1NzRkMTA2NmQ5YjQ2MjU2NjM2YWZhZjQwN2UxMTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ba785010-fce6-4913-966b-c5740894f55d","artifactVersion":"1"},{"artifactName":"service-Vfw20220625063317-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220625063317/1.0/artifacts/service-Vfw20220625063317-csar.csar","artifactChecksum":"MTUzMzc1YmU5MzQzZTdlMmY0ZDdkZWU5YmFjZGMxOTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1a8efca7-40d3-46dc-b9c8-b18f58492405","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-25T06:39:33.532Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-25T06:39:33.533Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-25T06:39:33.538Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T06:39:33.538Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656138909331,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-25T06:39:33.638Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-25T06:39:33.640Z||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-25T06:39:33.641Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:39:33.657Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:39:33.658Z||pool-19-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-25T06:39:34.539Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-25T06:39:34.540Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-25T06:39:34.543Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T06:39:34.543Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656138909331,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/vfwdbe88ea6ae0a0_modules.json",
"status": "NOTIFIED"
}
2022-06-25T06:39:34.643Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-25T06:39:34.645Z||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-25T06:39:34.645Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:39:34.659Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:39:34.660Z||pool-20-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-25T06:39:35.545Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-25T06:39:35.546Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-25T06:39:35.557Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T06:39:35.558Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656138909331,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-25T06:39:35.650Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-06-25T06:39:35.651Z||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-25T06:39:35.651Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:39:35.666Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:39:35.667Z||pool-21-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-25T06:39:36.559Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-25T06:39:36.561Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-25T06:39:36.564Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T06:39:36.564Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656138909331,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-25T06:39:36.667Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-25T06:39:36.670Z||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-25T06:39:36.671Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:39:36.689Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:39:36.690Z||pool-22-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-25T06:39:37.565Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-25T06:39:37.566Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-25T06:39:37.569Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T06:39:37.569Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656138909331,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-25T06:39:37.671Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-25T06:39:37.673Z||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-25T06:39:37.673Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:39:37.689Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:39:37.689Z||pool-23-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-25T06:39:38.570Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-25T06:39:38.571Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-25T06:39:38.576Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T06:39:38.576Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656138909331,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/artifacts/service-Vfw20220625063317-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-25T06:39:38.677Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-25T06:39:38.679Z||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-25T06:39:38.680Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:39:38.699Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:39:38.701Z||pool-24-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-25T06:39:39.577Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-25T06:39:39.578Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-25T06:39:39.582Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T06:39:39.582Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656138909331,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/artifacts/service-Vfw20220625063317-csar.csar",
"status": "NOTIFIED"
}
2022-06-25T06:39:39.682Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-25T06:39:39.684Z||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-25T06:39:39.684Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:39:39.712Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:39:39.713Z||pool-25-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-06-25T06:39:40.589Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
"serviceName": "vFW 2022-06-25 06-33-17",
"serviceVersion": "1.0",
"serviceUUID": "248e11e9-741c-45ec-a27d-841c8c6d6835",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "94286b28-0ddc-4941-b5a5-aafdeb956d99",
"resources": [
{
"resourceInstanceName": "vFW dbe88ea6-ae0a 0",
"resourceCustomizationUUID": "751d1057-6803-4a0e-ae60-39589338f18e",
"resourceName": "vFW dbe88ea6-ae0a",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "c604b1bf-ef7d-46f0-adb7-ac838b7590f2",
"resourceInvariantUUID": "9f61a4fc-7e11-4db7-b683-2f7b575e04d6",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwdbe88ea6ae0a0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/vfwdbe88ea6ae0a0_modules.json",
"artifactChecksum": "OTkxZmQ5YjQ1YjVlOWJkNGM0YWQ1ZDQxN2NkOTVhNWQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "73718f0c-9a5c-4157-b0d6-aced39b609c1",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "2f8d0b4e-b470-47fb-96e8-9df1d683c99d",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "c7356da1-2f11-4ffd-946d-207cf37659a2",
"generatedFromUUID": "2f8d0b4e-b470-47fb-96e8-9df1d683c99d"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "c7356da1-2f11-4ffd-946d-207cf37659a2",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220625063317-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/artifacts/service-Vfw20220625063317-csar.csar",
"artifactChecksum": "MTUzMzc1YmU5MzQzZTdlMmY0ZDdkZWU5YmFjZGMxOTU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "1a8efca7-40d3-46dc-b9c8-b18f58492405"
}
],
"workloadContext": "Production"
}
2022-06-25T06:39:40.593Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-25T06:39:40.597Z|61e51c1e-eada-4655-93eb-f93597a2df76|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 248e11e9-741c-45ec-a27d-841c8c6d6835 ASDC
2022-06-25T06:39:40.605Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:b25dfcc1-6b60-4d88-9779-d57a8729179d
ServiceName:vFW 2022-06-25 06-33-17
ServiceVersion:1.0
ServiceUUID:248e11e9-741c-45ec-a27d-841c8c6d6835
ServiceInvariantUUID:94286b28-0ddc-4941-b5a5-aafdeb956d99
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220625063317-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220625063317/1.0/artifacts/service-Vfw20220625063317-csar.csar
ArtifactUUID:1a8efca7-40d3-46dc-b9c8-b18f58492405
ArtifactChecksum:MTUzMzc1YmU5MzQzZTdlMmY0ZDdkZWU5YmFjZGMxOTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW dbe88ea6-ae0a 0
ResourceCustomizationUUID:751d1057-6803-4a0e-ae60-39589338f18e
ResourceInvariantUUID:9f61a4fc-7e11-4db7-b683-2f7b575e04d6
ResourceName:vFW dbe88ea6-ae0a
ResourceType:VF
ResourceUUID:c604b1bf-ef7d-46f0-adb7-ac838b7590f2
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwdbe88ea6ae0a0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/vfwdbe88ea6ae0a0_modules.json
ArtifactUUID:73718f0c-9a5c-4157-b0d6-aced39b609c1
ArtifactChecksum:OTkxZmQ5YjQ1YjVlOWJkNGM0YWQ1ZDQxN2NkOTVhNWQ=
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/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/base_vfw.yaml
ArtifactUUID:2f8d0b4e-b470-47fb-96e8-9df1d683c99d
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/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/base_vfw.env
ArtifactUUID:c7356da1-2f11-4ffd-946d-207cf37659a2
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/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/base_vfw.env
ArtifactUUID:c7356da1-2f11-4ffd-946d-207cf37659a2
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-06-25T06:39:40.608Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 248e11e9-741c-45ec-a27d-841c8c6d6835 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-25T06:39:40.669Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-25T06:39:40.671Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-06-25T06:39:40.672Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-06-25T06:39:40.672Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 1a8efca7-40d3-46dc-b9c8-b18f58492405 from URL: /sdc/v1/catalog/services/Vfw20220625063317/1.0/artifacts/service-Vfw20220625063317-csar.csar
2022-06-25T06:39:40.672Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-06-25T06:39:40.673Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220625063317/1.0/artifacts/service-Vfw20220625063317-csar.csar
2022-06-25T06:39:41.303Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-06-25T06:39:41.312Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220625063317/1.0/artifacts/service-Vfw20220625063317-csar.csar 1a8efca7-40d3-46dc-b9c8-b18f58492405 99042
2022-06-25T06:39:41.313Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220625063317/1.0/artifacts/service-Vfw20220625063317-csar.csar ASDC sendASDCNotification
2022-06-25T06:39:41.313Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220625063317/1.0/artifacts/service-Vfw20220625063317-csar.csar
2022-06-25T06:39:41.313Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-25T06:39:41.314Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-25T06:39:41.318Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T06:39:41.318Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656139181313,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/artifacts/service-Vfw20220625063317-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-25T06:39:41.419Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-25T06:39:41.420Z||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-25T06:39:41.421Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:39:41.438Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:39:41.438Z||pool-26-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-25T06:39:42.319Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-25T06:39:42.321Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-06-25T06:39:42.321Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 1a8efca7-40d3-46dc-b9c8-b18f58492405, URL: /sdc/v1/catalog/services/Vfw20220625063317/1.0/artifacts/service-Vfw20220625063317-csar.csar to file: /app/ASDC/1/service-Vfw20220625063317-csar.csar
2022-06-25T06:39:42.322Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220625063317-csar.csar
2022-06-25T06:39:42.323Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220625063317-csar.csar
2022-06-25T06:39:42.323Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220625063317-csar.csar
2022-06-25T06:39:42.842Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9806589405194786305/Definitions/service-Vfw20220625063317-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-25T06:39:47.259Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-25T06:39:47.261Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-06-25T06:39:47.261Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220625063317-csar.csar
2022-06-25T06:39:47.261Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-25T06:39:47.261Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||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-Vfw20220625063317-csar.csar
2022-06-25T06:39:47.261Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||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-Vfw20220625063317-csar.csar
2022-06-25T06:39:47.261Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||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-Vfw20220625063317-csar.csar
2022-06-25T06:39:47.262Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220625063317-csar.csar
2022-06-25T06:39:47.262Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220625063317-csar.csar
2022-06-25T06:39:47.262Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||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-Vfw20220625063317-csar.csar
2022-06-25T06:39:47.262Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||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-Vfw20220625063317-csar.csar
2022-06-25T06:39:47.262Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||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-Vfw20220625063317-csar.csar
2022-06-25T06:39:47.262Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220625063317-csar.csar
2022-06-25T06:39:47.262Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||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-Vfw20220625063317-csar.csar
2022-06-25T06:39:47.263Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220625063317-csar.csar
2022-06-25T06:39:47.263Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW dbe88ea6-ae0a 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-Vfw20220625063317-csar.csar
2022-06-25T06:39:47.263Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||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-Vfw20220625063317-csar.csar
2022-06-25T06:39:47.263Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-06-25T06:39:47.263Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-25T06:39:47.263Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-06-25 06-33-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T06:39:47.264Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vFW dbe88ea6-ae0a 0 is matching search criteria
2022-06-25T06:39:47.264Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-06-25T06:39:47.264Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW dbe88ea6-ae0a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-25T06:39:47.264Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-25T06:39:47.265Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-06-25 06-33-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T06:39:47.265Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vFW dbe88ea6-ae0a 0 is matching search criteria
2022-06-25T06:39:47.265Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-06-25T06:39:47.265Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW dbe88ea6-ae0a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-25T06:39:47.265Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-25T06:39:47.266Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-06-25 06-33-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T06:39:47.266Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-25T06:39:47.266Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vFW dbe88ea6-ae0a 0 is not matching search criteria
2022-06-25T06:39:47.266Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-25T06:39:47.266Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-25T06:39:47.267Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-25T06:39:47.267Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-25T06:39:47.267Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-25T06:39:47.267Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-25T06:39:47.267Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-25T06:39:47.267Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-25T06:39:47.268Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-25T06:39:47.268Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-25T06:39:47.268Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-25T06:39:47.268Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-25T06:39:47.268Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-25T06:39:47.269Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-25T06:39:47.269Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-25T06:39:47.269Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-25T06:39:47.269Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-25T06:39:47.269Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-06-25 06-33-17 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-25T06:39:47.270Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-25T06:39:47.270Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vFW dbe88ea6-ae0a 0 is matching search criteria
2022-06-25T06:39:47.270Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW dbe88ea6-ae0a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-25T06:39:47.270Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-25T06:39:47.271Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vFW dbe88ea6-ae0a 0 is matching search criteria
2022-06-25T06:39:47.271Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW dbe88ea6-ae0a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-25T06:39:47.271Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-25T06:39:47.272Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vFW dbe88ea6-ae0a 0 is matching search criteria
2022-06-25T06:39:47.272Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW dbe88ea6-ae0a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-25T06:39:47.272Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-25T06:39:47.272Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vFW dbe88ea6-ae0a 0 is not matching search criteria
2022-06-25T06:39:47.273Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-25T06:39:47.273Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-25T06:39:47.273Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-25T06:39:47.273Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-25T06:39:47.273Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-25T06:39:47.273Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-25T06:39:47.274Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-25T06:39:47.277Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-25T06:39:47.277Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-25T06:39:47.277Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-25T06:39:47.278Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-25T06:39:47.278Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=5a431064-9da0-4de6-85dc-27a05d19158e
2022-06-25T06:39:47.279Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-25T06:39:47.279Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vFW dbe88ea6-ae0a 0 is not matching search criteria
2022-06-25T06:39:47.279Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-25T06:39:47.279Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-25T06:39:47.280Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-25T06:39:47.309Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-25T06:39:47.309Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-25T06:39:47.310Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-25T06:39:47.310Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-25T06:39:47.310Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-25T06:39:47.310Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-25T06:39:47.311Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-25T06:39:47.311Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-25T06:39:47.311Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-25T06:39:47.311Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=9a1bd49e-0045-447e-bdb6-d461beba07eb
2022-06-25T06:39:47.312Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-25T06:39:47.312Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vFW dbe88ea6-ae0a 0 is not matching search criteria
2022-06-25T06:39:47.312Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-25T06:39:47.312Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-25T06:39:47.312Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-25T06:39:47.313Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-25T06:39:47.313Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-25T06:39:47.313Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-25T06:39:47.313Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-25T06:39:47.314Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-25T06:39:47.314Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-25T06:39:47.314Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-25T06:39:47.314Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-25T06:39:47.315Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-25T06:39:47.315Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=dd759c73-6c0c-44bf-9399-8236337ada3e
2022-06-25T06:39:47.315Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-25T06:39:47.315Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-06-25 06-33-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T06:39:47.315Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-25T06:39:47.316Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-06-25 06-33-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T06:39:47.316Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-25T06:39:47.316Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-06-25 06-33-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T06:39:47.316Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-25T06:39:47.317Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-06-25 06-33-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T06:39:47.317Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-06-25 06-33-17
Description:catalog service description
Model UUID:248e11e9-741c-45ec-a27d-841c8c6d6835
Model Version:NULL
Model InvariantUuid:94286b28-0ddc-4941-b5a5-aafdeb956d99
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW dbe88ea6-ae0a
Model UUID:6a33f748-8b3c-4f42-aa4f-e9048a4d290a
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:9f61a4fc-7e11-4db7-b683-2f7b575e04d6
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:751d1057-6803-4a0e-ae60-39589338f18e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:79fc6509-d2ba-4c87-8ac3-7b31a05ddc19
ModelName:VfwDbe88ea6Ae0a..base_vfw..module-0
ModelUuid:45d516bc-2dd2-4b3e-82e6-d0ad597b50ce
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:5a431064-9da0-4de6-85dc-27a05d19158e
ModelInvariantUuid:59959214-91e1-451a-a9ad-fab2343599ff
ModelName:vFW dbe88ea6-ae0a-nodes.vfwCvfc
ModelUuid:34a2be27-125b-43be-bd98-d83b5bfa7a8d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:4306cadb-6062-42e1-bc35-9ceeda16fb12
ModelInvariantUuid:0cfdae78-582b-4309-ba6a-713a4f170cc8
ModelName:VfwDbe88ea6Ae0a.compute.nodes.heat.vfw
ModelUuid:ae5e85a7-7d36-42a9-82cc-f1b9d7da10fa
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:9a1bd49e-0045-447e-bdb6-d461beba07eb
ModelInvariantUuid:8a12a1b6-cf97-42db-93a7-2983f4dd6aef
ModelName:vFW dbe88ea6-ae0a-nodes.vsnCvfc
ModelUuid:f0edaaab-b64a-4b18-bb11-998144c6cf45
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:51d4f3bf-eb47-4c6d-98d9-540aef07e0b3
ModelInvariantUuid:ca08b994-eccd-4a94-9815-e69fd744ae8a
ModelName:VfwDbe88ea6Ae0a.compute.nodes.heat.vsn
ModelUuid:634c0ce9-e5c1-44f9-ace3-5aa84c0ff597
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:dd759c73-6c0c-44bf-9399-8236337ada3e
ModelInvariantUuid:72c85876-02b8-46f6-8837-de064dcb9635
ModelName:vFW dbe88ea6-ae0a-nodes.vpgCvfc
ModelUuid:10e8edb9-f35e-4019-9b9a-d8d99c6ac7de
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:4ff0bdf0-4766-4f83-907a-c25050e8edde
ModelInvariantUuid:0c5799be-a8d1-4afb-886b-4c34293febb8
ModelName:VfwDbe88ea6Ae0a.compute.nodes.heat.vpg
ModelUuid:0f7db46c-c4de-4c7b-b943-29143eb965b2
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-25T06:39:47.328Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: c604b1bf-ef7d-46f0-adb7-ac838b7590f2
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-25T06:39:47.332Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||vFW dbe88ea6-ae0a 0
2022-06-25T06:39:47.333Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c604b1bf-ef7d-46f0-adb7-ac838b7590f2
2022-06-25T06:39:47.333Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 73718f0c-9a5c-4157-b0d6-aced39b609c1 from URL: /sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/vfwdbe88ea6ae0a0_modules.json
2022-06-25T06:39:47.333Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-06-25T06:39:47.334Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/vfwdbe88ea6ae0a0_modules.json
2022-06-25T06:39:47.518Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-06-25T06:39:47.519Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/vfwdbe88ea6ae0a0_modules.json 73718f0c-9a5c-4157-b0d6-aced39b609c1 785
2022-06-25T06:39:47.519Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/vfwdbe88ea6ae0a0_modules.json ASDC sendASDCNotification
2022-06-25T06:39:47.519Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/vfwdbe88ea6ae0a0_modules.json
2022-06-25T06:39:47.520Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-25T06:39:47.520Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-25T06:39:47.527Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T06:39:47.528Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656139187519,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/vfwdbe88ea6ae0a0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-25T06:39:47.624Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-06-25T06:39:47.625Z||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-25T06:39:47.625Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:39:47.645Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:39:47.646Z||pool-27-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-25T06:39:48.529Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwDbe88ea6Ae0a..base_vfw..module-0",
"vfModuleModelInvariantUUID": "79fc6509-d2ba-4c87-8ac3-7b31a05ddc19",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "45d516bc-2dd2-4b3e-82e6-d0ad597b50ce",
"vfModuleModelCustomizationUUID": "c30f6cc5-81e4-4d6e-b975-55263d55c955",
"isBase": true,
"artifacts": [
"2f8d0b4e-b470-47fb-96e8-9df1d683c99d",
"c7356da1-2f11-4ffd-946d-207cf37659a2"
],
"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-25T06:39:48.536Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwDbe88ea6Ae0a..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:45d516bc-2dd2-4b3e-82e6-d0ad597b50ce
VfModuleModelInvariantUUID:79fc6509-d2ba-4c87-8ac3-7b31a05ddc19
VfModuleModelDescription:NULL
Artifacts UUID List:{
2f8d0b4e-b470-47fb-96e8-9df1d683c99d
,
c7356da1-2f11-4ffd-946d-207cf37659a2
}
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-25T06:39:48.539Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwDbe88ea6Ae0a..base_vfw..module-0",
"vfModuleModelInvariantUUID": "79fc6509-d2ba-4c87-8ac3-7b31a05ddc19",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "45d516bc-2dd2-4b3e-82e6-d0ad597b50ce",
"vfModuleModelCustomizationUUID": "c30f6cc5-81e4-4d6e-b975-55263d55c955",
"isBase": true,
"artifacts": [
"2f8d0b4e-b470-47fb-96e8-9df1d683c99d",
"c7356da1-2f11-4ffd-946d-207cf37659a2"
],
"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-25T06:39:48.540Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwDbe88ea6Ae0a..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:45d516bc-2dd2-4b3e-82e6-d0ad597b50ce
VfModuleModelInvariantUUID:79fc6509-d2ba-4c87-8ac3-7b31a05ddc19
VfModuleModelDescription:NULL
Artifacts UUID List:{
2f8d0b4e-b470-47fb-96e8-9df1d683c99d
,
c7356da1-2f11-4ffd-946d-207cf37659a2
}
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-25T06:39:48.540Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 2f8d0b4e-b470-47fb-96e8-9df1d683c99d from URL: /sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/base_vfw.yaml
2022-06-25T06:39:48.540Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-06-25T06:39:48.540Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/base_vfw.yaml
2022-06-25T06:39:48.664Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-06-25T06:39:48.665Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/base_vfw.yaml 2f8d0b4e-b470-47fb-96e8-9df1d683c99d 20368
2022-06-25T06:39:48.666Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-25T06:39:48.666Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/base_vfw.yaml
2022-06-25T06:39:48.666Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-25T06:39:48.666Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-25T06:39:48.668Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T06:39:48.669Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656139188665,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-25T06:39:48.769Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-25T06:39:48.770Z||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-25T06:39:48.770Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:39:48.789Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:39:48.790Z||pool-28-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-25T06:39:49.670Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: c7356da1-2f11-4ffd-946d-207cf37659a2 from URL: /sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/base_vfw.env
2022-06-25T06:39:49.670Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-06-25T06:39:49.671Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/base_vfw.env
2022-06-25T06:39:49.840Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-06-25T06:39:49.841Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/base_vfw.env c7356da1-2f11-4ffd-946d-207cf37659a2 2098
2022-06-25T06:39:49.841Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-25T06:39:49.842Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/base_vfw.env
2022-06-25T06:39:49.842Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-25T06:39:49.842Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-25T06:39:49.845Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T06:39:49.845Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656139189841,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-25T06:39:49.957Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 111 ms
2022-06-25T06:39:49.959Z||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-25T06:39:49.959Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:39:49.973Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:39:49.974Z||pool-29-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-25T06:39:50.847Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 248e11e9-741c-45ec-a27d-841c8c6d6835
2022-06-25T06:39:50.848Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW dbe88ea6-ae0a 0 c604b1bf-ef7d-46f0-adb7-ac838b7590f2 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-25T06:39:50.878Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@59fed768, org.onap.sdc.toscaparser.api.parameters.Input@555de949, org.onap.sdc.toscaparser.api.parameters.Input@369f9288, org.onap.sdc.toscaparser.api.parameters.Input@7e641151, org.onap.sdc.toscaparser.api.parameters.Input@518ecc62]
2022-06-25T06:39:50.880Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-25T06:39:50.881Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-06-25 06-33-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T06:39:50.881Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic
2022-06-25T06:39:50.881Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 751d1057-6803-4a0e-ae60-39589338f18e
2022-06-25T06:39:50.882Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 751d1057-6803-4a0e-ae60-39589338f18e matches Tosca VF Customization UUID: 751d1057-6803-4a0e-ae60-39589338f18e
2022-06-25T06:39:50.882Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 751d1057-6803-4a0e-ae60-39589338f18e 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-25T06:39:50.886Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-25T06:39:50.886Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-06-25 06-33-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T06:39:50.888Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 751d1057-6803-4a0e-ae60-39589338f18e: {\"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-25T06:39:50.888Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7f52c761
2022-06-25T06:39:50.888Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-25T06:39:50.889Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-06-25 06-33-17 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-25T06:39:50.889Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c30f6cc5-81e4-4d6e-b975-55263d55c955
2022-06-25T06:39:50.889Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c30f6cc5-81e4-4d6e-b975-55263d55c955
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-25T06:39:50.895Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-25T06:39:50.895Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vFW dbe88ea6-ae0a 0 is matching search criteria
2022-06-25T06:39:50.895Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW dbe88ea6-ae0a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-25T06:39:50.896Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-25T06:39:50.896Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vFW dbe88ea6-ae0a 0 is matching search criteria
2022-06-25T06:39:50.897Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW dbe88ea6-ae0a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-25T06:39:50.897Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-25T06:39:50.897Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vFW dbe88ea6-ae0a 0 is not matching search criteria
2022-06-25T06:39:50.898Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-25T06:39:50.898Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-25T06:39:50.898Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-25T06:39:50.898Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-25T06:39:50.899Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-25T06:39:50.899Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-25T06:39:50.899Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-25T06:39:50.900Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-25T06:39:50.900Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-25T06:39:50.900Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-25T06:39:50.901Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-25T06:39:50.901Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=5a431064-9da0-4de6-85dc-27a05d19158e
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-25T06:39:50.905Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-25T06:39:50.905Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vFW dbe88ea6-ae0a 0 is matching search criteria
2022-06-25T06:39:50.905Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW dbe88ea6-ae0a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-25T06:39:50.906Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-25T06:39:50.906Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vFW dbe88ea6-ae0a 0 is not matching search criteria
2022-06-25T06:39:50.906Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-25T06:39:50.907Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-25T06:39:50.907Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-25T06:39:50.907Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-25T06:39:50.907Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-25T06:39:50.908Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-25T06:39:50.908Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-25T06:39:50.908Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-25T06:39:50.909Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-25T06:39:50.909Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-25T06:39:50.909Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-25T06:39:50.909Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-25T06:39:50.910Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=9a1bd49e-0045-447e-bdb6-d461beba07eb
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-25T06:39:50.914Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-25T06:39:50.915Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vFW dbe88ea6-ae0a 0 is matching search criteria
2022-06-25T06:39:50.915Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW dbe88ea6-ae0a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-25T06:39:50.919Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-25T06:39:50.920Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vFW dbe88ea6-ae0a 0 is not matching search criteria
2022-06-25T06:39:50.921Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-25T06:39:50.921Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-25T06:39:50.921Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-25T06:39:50.921Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-25T06:39:50.922Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-25T06:39:50.922Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-25T06:39:50.922Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-25T06:39:50.922Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-25T06:39:50.923Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-25T06:39:50.923Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-25T06:39:50.923Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-25T06:39:50.924Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-25T06:39:50.924Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=dd759c73-6c0c-44bf-9399-8236337ada3e
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-25T06:39:50.928Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-25T06:39:50.929Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vFW dbe88ea6-ae0a 0 is matching search criteria
2022-06-25T06:39:50.929Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW dbe88ea6-ae0a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-25T06:39:50.930Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-25T06:39:50.930Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Node template vFW dbe88ea6-ae0a 0 is matching search criteria
2022-06-25T06:39:50.931Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW dbe88ea6-ae0a 0] matching following query criteria: sdcType=VF, customizationUUID=751d1057-6803-4a0e-ae60-39589338f18e
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-25T06:39:50.934Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-25T06:39:50.934Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-06-25 06-33-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T06:39:50.935Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 248e11e9-741c-45ec-a27d-841c8c6d6835: vFW dbe88ea6-ae0a
2022-06-25T06:39:50.935Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-25T06:39:50.936Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-06-25 06-33-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T06:39:50.936Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-25T06:39:50.936Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-06-25 06-33-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T06:39:50.937Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-25T06:39:50.937Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-06-25 06-33-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T06:39:50.938Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-25T06:39:50.938Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-06-25 06-33-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T06:39:50.938Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-25T06:39:50.938Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-06-25 06-33-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T06:39:50.939Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2022-06-25 06-33-17
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-25T06:39:51.210Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW dbe88ea6-ae0a c604b1bf-ef7d-46f0-adb7-ac838b7590f2 1 ASDC deployResourceStructure
2022-06-25T06:39:51.211Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/vfwdbe88ea6ae0a0_modules.json ASDC sendASDCNotification
2022-06-25T06:39:51.211Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/vfwdbe88ea6ae0a0_modules.json
2022-06-25T06:39:51.211Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-25T06:39:51.212Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-25T06:39:51.214Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T06:39:51.215Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656139191211,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/vfwdbe88ea6ae0a0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-25T06:39:51.315Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-25T06:39:51.317Z||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-25T06:39:51.317Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:39:51.337Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:39:51.338Z||pool-30-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-25T06:39:52.216Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-25T06:39:52.217Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/base_vfw.yaml
2022-06-25T06:39:52.217Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-25T06:39:52.218Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-25T06:39:52.220Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T06:39:52.221Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656139192216,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-06-25T06:39:52.328Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2022-06-25T06:39:52.330Z||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-25T06:39:52.330Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:39:52.371Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:39:52.372Z||pool-31-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2022-06-25T06:39:53.222Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-25T06:39:53.223Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/base_vfw.env
2022-06-25T06:39:53.223Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-25T06:39:53.224Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-25T06:39:53.229Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T06:39:53.229Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656139193222,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-06-25T06:39:53.328Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-25T06:39:53.330Z||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-25T06:39:53.330Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:39:53.346Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:39:53.347Z||pool-32-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-25T06:39:54.230Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220625063317/1.0/artifacts/service-Vfw20220625063317-csar.csar ASDC sendASDCNotification
2022-06-25T06:39:54.231Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220625063317/1.0/artifacts/service-Vfw20220625063317-csar.csar
2022-06-25T06:39:54.232Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-25T06:39:54.232Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-25T06:39:54.236Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T06:39:54.236Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656139194230,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/artifacts/service-Vfw20220625063317-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-25T06:39:54.336Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-25T06:39:54.338Z||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-25T06:39:54.338Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:39:54.362Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:39:54.370Z||pool-33-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-06-25T06:39:55.237Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b25dfcc1-6b60-4d88-9779-d57a8729179d
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-25T06:39:55.256Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b25dfcc1-6b60-4d88-9779-d57a8729179d
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-25T06:39:55.262Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-25T06:39:55.263Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-25T06:39:55.263Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-25T06:39:55.264Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-25T06:39:55.264Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-25T06:39:55.265Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-25T06:39:55.265Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-25T06:39:55.265Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-25T06:39:55.266Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-25T06:39:55.266Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-25T06:39:55.267Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||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-25T06:39:55.280Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-25T06:40:09.337Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:40:09.339Z||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-25T06:40:09.339Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:40:09.979Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:40:09.982Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:40:09.982Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61e51c1e-eada-4655-93eb-f93597a2df76",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656139172500,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-25T06:40:09.984Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:40:09.984Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:40:09.984Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656138909331,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-25T06:40:09.985Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-25T06:40:09.985Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:40:09.985Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656138909331,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/vfwdbe88ea6ae0a0_modules.json",
"status": "NOTIFIED"
}
2022-06-25T06:40:09.985Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-25T06:40:09.986Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:40:09.986Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656138909331,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-25T06:40:09.986Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-25T06:40:09.986Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:40:09.986Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656138909331,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-25T06:40:09.986Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-25T06:40:09.986Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:40:09.987Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656138909331,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-25T06:40:09.987Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-25T06:40:09.987Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:40:09.988Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656138909331,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/artifacts/service-Vfw20220625063317-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-25T06:40:09.988Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-25T06:40:09.988Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:40:09.988Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656138909331,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/artifacts/service-Vfw20220625063317-csar.csar",
"status": "NOTIFIED"
}
2022-06-25T06:40:09.988Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-25T06:40:09.989Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:40:09.989Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656139181313,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/artifacts/service-Vfw20220625063317-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-25T06:40:09.989Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:40:09.989Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:40:09.989Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656139187519,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/vfwdbe88ea6ae0a0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-25T06:40:09.989Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:40:09.990Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:40:09.990Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656139188665,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-25T06:40:09.992Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:40:09.992Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:40:09.993Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656139189841,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-25T06:40:09.993Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:40:09.994Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:40:09.994Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656139191211,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/vfwdbe88ea6ae0a0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-25T06:40:09.994Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:40:09.994Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:40:09.995Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656139192216,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-06-25T06:40:09.995Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:40:09.995Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:40:09.995Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656139193222,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/resourceInstances/vfwdbe88ea6ae0a0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-06-25T06:40:09.996Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:40:09.996Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:40:09.997Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656139194230,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220625063317/1.0/artifacts/service-Vfw20220625063317-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-25T06:40:09.997Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:40:25.281Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b25dfcc1-6b60-4d88-9779-d57a8729179d 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-25T06:40:25.290Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b25dfcc1-6b60-4d88-9779-d57a8729179d and serviceModelVersionId: 248e11e9-741c-45ec-a27d-841c8c6d6835
2022-06-25T06:40:25.291Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 94286b28-0ddc-4941-b5a5-aafdeb956d99
2022-06-25T06:40:25.293Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/94286b28-0ddc-4941-b5a5-aafdeb956d99/model-vers/model-ver/248e11e9-741c-45ec-a27d-841c8c6d6835?depth=0
2022-06-25T06:40:25.298Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-06-25T06:40:25.398Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/94286b28-0ddc-4941-b5a5-aafdeb956d99/model-vers/model-ver/248e11e9-741c-45ec-a27d-841c8c6d6835?depth=0|INFO|500||Invoke
2022-06-25T06:40:25.399Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/94286b28-0ddc-4941-b5a5-aafdeb956d99/model-vers/model-ver/248e11e9-741c-45ec-a27d-841c8c6d6835?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/94286b28-0ddc-4941-b5a5-aafdeb956d99/model-vers/model-ver/248e11e9-741c-45ec-a27d-841c8c6d6835?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b25dfcc1-6b60-4d88-9779-d57a8729179d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8b825f8f-15a3-43b3-925b-b9aef251977a], X-ECOMP-RequestID=[b25dfcc1-6b60-4d88-9779-d57a8729179d], X-TransactionId=[], X-ONAP-RequestID=[b25dfcc1-6b60-4d88-9779-d57a8729179d], Content-Type=[application/merge-patch+json]}
2022-06-25T06:40:25.445Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/94286b28-0ddc-4941-b5a5-aafdeb956d99/model-vers/model-ver/248e11e9-741c-45ec-a27d-841c8c6d6835?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-06-25T06:40:25.730Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/94286b28-0ddc-4941-b5a5-aafdeb956d99/model-vers/model-ver/248e11e9-741c-45ec-a27d-841c8c6d6835?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/94286b28-0ddc-4941-b5a5-aafdeb956d99/model-vers/model-ver/248e11e9-741c-45ec-a27d-841c8c6d6835?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220625-06:40:24:781-29800], vertex-id=[176320], Content-Length=[0], Date=[Sat, 25 Jun 2022 06:40:24 GMT], Content-Type=[application/json]}
2022-06-25T06:40:25.731Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/94286b28-0ddc-4941-b5a5-aafdeb956d99/model-vers/model-ver/248e11e9-741c-45ec-a27d-841c8c6d6835?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-25T06:40:25.732Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/94286b28-0ddc-4941-b5a5-aafdeb956d99/model-vers/model-ver/248e11e9-741c-45ec-a27d-841c8c6d6835?depth=0|INFO|500||InvokeReturn
2022-06-25T06:40:25.733Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-25T06:40:25.733Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||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-25T06:40:25.740Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||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-25T06:40:25.741Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b25dfcc1-6b60-4d88-9779-d57a8729179d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-25T06:40:25.741Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-25T06:40:25.742Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-25T06:40:25.746Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T06:40:25.746Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656139225741,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-25T06:40:25.846Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-25T06:40:25.848Z||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-25T06:40:25.848Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:40:25.873Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:40:25.873Z||pool-34-thread-1|||||INFO|500||cambria reply ok (26 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-25T06:40:26.765Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:40:26.766Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-25T06:40:26.766Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:40:37.065Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:40:37.066Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:40:37.067Z||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-25T06:40:37.067Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:40:46.633Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:40:46.633Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:40:46.634Z||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-25T06:40:46.634Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:40:56.176Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:40:56.180Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:40:56.181Z||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-25T06:40:56.181Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:41:05.749Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:41:05.750Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:41:05.751Z||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-25T06:41:05.751Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:41:09.337Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:41:09.338Z||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-25T06:41:09.338Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:41:09.983Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:41:09.984Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-25T06:41:09.985Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b25dfcc1-6b60-4d88-9779-d57a8729179d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656139225741,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-25T06:41:09.986Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:41:15.304Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:41:15.305Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:41:15.305Z||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-25T06:41:15.306Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:41:24.853Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:42:09.330Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:42:09.332Z||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-25T06:42:09.332Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:42:09.337Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:42:09.338Z||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-25T06:42:09.338Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:42:18.899Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:42:18.899Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:43:09.330Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:43:09.332Z||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-25T06:43:09.332Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:43:09.337Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:43:09.338Z||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-25T06:43:09.338Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:43:18.902Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:43:18.904Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:44:09.331Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:44:09.333Z||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-25T06:44:09.334Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:44:09.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:44:09.338Z||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-25T06:44:09.339Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:44:18.900Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:44:18.903Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:45:09.331Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:45:09.335Z||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-25T06:45:09.335Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:45:09.337Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:45:09.338Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|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-25T06:45:09.338Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:45:18.904Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:45:18.909Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:46:09.331Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:46:09.333Z||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-25T06:46:09.333Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:46:09.337Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:46:09.338Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|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-25T06:46:09.339Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:46:18.892Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:46:18.894Z|b25dfcc1-6b60-4d88-9779-d57a8729179d|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:47:09.330Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:47:09.332Z||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-25T06:47:09.332Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:47:09.337Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:47:09.338Z||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-25T06:47:09.338Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:47:18.903Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:47:18.908Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:48:09.331Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:48:09.337Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:48:09.339Z||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-25T06:48:09.340Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:48:09.346Z||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-25T06:48:09.347Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:48:09.616Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:48:09.617Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:48:09.617Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7147173b-418a-41d6-892f-77e25286fe2d",
"consumerID": "ves-openapi-manager",
"timestamp": 1656139677356,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-25T06:48:09.621Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-25T06:48:09.622Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:48:09.622Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7147173b-418a-41d6-892f-77e25286fe2d",
"consumerID": "cds",
"timestamp": 1656139683181,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-25T06:48:09.623Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-25T06:48:09.623Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:48:09.624Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7147173b-418a-41d6-892f-77e25286fe2d",
"consumerID": "ves-openapi-manager",
"timestamp": 1656139677356,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-25T06:48:09.624Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-25T06:48:09.624Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:48:09.625Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7147173b-418a-41d6-892f-77e25286fe2d",
"consumerID": "cds",
"timestamp": 1656139683181,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-25T06:48:09.628Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-25T06:48:09.628Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:48:09.628Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7147173b-418a-41d6-892f-77e25286fe2d",
"consumerID": "cds",
"timestamp": 1656139687881,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-25T06:48:09.629Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:48:09.990Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:48:09.991Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-25T06:48:09.991Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"7147173b-418a-41d6-892f-77e25286fe2d","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"c748c819-fea5-4ebf-87d4-0447735a29db","serviceDescription":"service","serviceInvariantUUID":"a01451e0-d506-4db1-b68b-c295b2adf6cf","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"00b4fb6b-590a-4c14-9e31-5ac9717e0815","resourceInvariantUUID":"a1ef7839-db0d-4ad3-9dfb-d1470c880e41","resourceCustomizationUUID":"a1543dba-2579-4dc1-a199-939ff1494b1c","category":"Generic","subcategory":"Network Elements","artifacts":[]}],"serviceArtifacts":[{"artifactName":"service-BasicNetwork-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml","artifactChecksum":"ZDUzMTIwNzA2Yzc4ZWUwYWQ1NDhhNGE3YzRkZmVlMWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"094eacf0-5f59-45be-ba77-6283903c5afc","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MTdmNTU2ZjA3MjJiZTAyY2I1Y2M2OGY3N2EyNDllMTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"aedb5ded-876c-4ce4-8551-e864e43c452e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-25T06:48:10.000Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-25T06:48:10.001Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-25T06:48:10.006Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T06:48:10.007Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "7147173b-418a-41d6-892f-77e25286fe2d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656139689331,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-25T06:48:10.107Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-25T06:48:10.109Z||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-25T06:48:10.109Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:48:10.139Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:48:10.140Z||pool-35-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2022-06-25T06:48:11.008Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-25T06:48:11.010Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-25T06:48:11.014Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T06:48:11.014Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "7147173b-418a-41d6-892f-77e25286fe2d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656139689331,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-25T06:48:11.114Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-25T06:48:11.116Z||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-25T06:48:11.116Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:48:11.130Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:48:11.131Z||pool-36-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-06-25T06:48:12.016Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "7147173b-418a-41d6-892f-77e25286fe2d",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "c748c819-fea5-4ebf-87d4-0447735a29db",
"serviceDescription": "service",
"serviceInvariantUUID": "a01451e0-d506-4db1-b68b-c295b2adf6cf",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "a1543dba-2579-4dc1-a199-939ff1494b1c",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "00b4fb6b-590a-4c14-9e31-5ac9717e0815",
"resourceInvariantUUID": "a1ef7839-db0d-4ad3-9dfb-d1470c880e41",
"category": "Generic",
"subcategory": "Network Elements",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicNetwork-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"artifactChecksum": "MTdmNTU2ZjA3MjJiZTAyY2I1Y2M2OGY3N2EyNDllMTk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "aedb5ded-876c-4ce4-8551-e864e43c452e"
}
],
"workloadContext": "Production"
}
2022-06-25T06:48:12.017Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-25T06:48:12.017Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c748c819-fea5-4ebf-87d4-0447735a29db ASDC
2022-06-25T06:48:12.018Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:7147173b-418a-41d6-892f-77e25286fe2d
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:c748c819-fea5-4ebf-87d4-0447735a29db
ServiceInvariantUUID:a01451e0-d506-4db1-b68b-c295b2adf6cf
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicNetwork-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
ArtifactUUID:aedb5ded-876c-4ce4-8551-e864e43c452e
ArtifactChecksum:MTdmNTU2ZjA3MjJiZTAyY2I1Y2M2OGY3N2EyNDllMTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:a1543dba-2579-4dc1-a199-939ff1494b1c
ResourceInvariantUUID:a1ef7839-db0d-4ad3-9dfb-d1470c880e41
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:00b4fb6b-590a-4c14-9e31-5ac9717e0815
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-06-25T06:48:12.018Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c748c819-fea5-4ebf-87d4-0447735a29db 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-25T06:48:12.085Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-25T06:48:12.087Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-25T06:48:12.087Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-25T06:48:12.087Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: aedb5ded-876c-4ce4-8551-e864e43c452e from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-25T06:48:12.087Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-25T06:48:12.088Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-25T06:48:12.201Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-25T06:48:12.204Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar aedb5ded-876c-4ce4-8551-e864e43c452e 52513
2022-06-25T06:48:12.204Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-06-25T06:48:12.205Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-25T06:48:12.205Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-25T06:48:12.205Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-25T06:48:12.210Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T06:48:12.211Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "7147173b-418a-41d6-892f-77e25286fe2d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656139692204,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-25T06:48:12.309Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-06-25T06:48:12.312Z||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-25T06:48:12.313Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:48:12.329Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:48:12.330Z||pool-37-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-25T06:48:13.237Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-25T06:48:13.239Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-25T06:48:13.239Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: aedb5ded-876c-4ce4-8551-e864e43c452e, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-25T06:48:13.241Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-06-25T06:48:13.242Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-25T06:48:13.242Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-25T06:48:13.719Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17182748112852207765/Definitions/service-BasicNetwork-template.yml
2022-06-25T06:48:15.096Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-25T06:48:15.098Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-06-25T06:48:15.099Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-25T06:48:15.100Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-06-25T06:48:15.101Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-25T06:48:15.102Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-25T06:48:15.102Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-25T06:48:15.103Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-25T06:48:15.103Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-25T06:48:15.104Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-25T06:48:15.104Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-25T06:48:15.104Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-25T06:48:15.105Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-06-25T06:48:15.105Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-25T06:48:15.106Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T06:48:15.107Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-06-25T06:48:15.107Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-06-25T06:48:15.107Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-25T06:48:15.108Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-25T06:48:15.108Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T06:48:15.109Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-06-25T06:48:15.109Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-06-25T06:48:15.109Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-25T06:48:15.110Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-25T06:48:15.110Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T06:48:15.110Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-25T06:48:15.111Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T06:48:15.112Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-25T06:48:15.112Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T06:48:15.112Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-25T06:48:15.113Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T06:48:15.113Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-25T06:48:15.113Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T06:48:15.114Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:c748c819-fea5-4ebf-87d4-0447735a29db
Model Version:NULL
Model InvariantUuid:a01451e0-d506-4db1-b68b-c295b2adf6cf
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:a1ef7839-db0d-4ad3-9dfb-d1470c880e41
Model UUID:98556cf8-8b8c-4e22-9542-8e2918298036
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:a1543dba-2579-4dc1-a199-939ff1494b1c
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
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-25T06:48:15.132Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||INFO|500||Processing Resource Type: VL, Model UUID: 00b4fb6b-590a-4c14-9e31-5ac9717e0815
2022-06-25T06:48:15.133Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||INFO|500||No resources found for Service: c748c819-fea5-4ebf-87d4-0447735a29db
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-25T06:48:15.146Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||INFO|500||
2022-06-25T06:48:15.147Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-06-25T06:48:15.149Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||No resources found for Service: c748c819-fea5-4ebf-87d4-0447735a29db
2022-06-25T06:48:15.149Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: c748c819-fea5-4ebf-87d4-0447735a29db
2022-06-25T06:48:15.149Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-06-25T06:48:15.150Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
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-25T06:48:15.160Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4c9703d6, org.onap.sdc.toscaparser.api.parameters.Input@1f33f44f, org.onap.sdc.toscaparser.api.parameters.Input@8169a8e, org.onap.sdc.toscaparser.api.parameters.Input@515ed3d6, org.onap.sdc.toscaparser.api.parameters.Input@25a3e398]
2022-06-25T06:48:15.164Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-25T06:48:15.165Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T06:48:15.166Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-25T06:48:15.166Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T06:48:15.167Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid c748c819-fea5-4ebf-87d4-0447735a29db: Generic NeutronNet
2022-06-25T06:48:15.167Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-25T06:48:15.167Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T06:48:15.168Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-25T06:48:15.168Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
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 networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-06-25T06:48:15.246Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-25T06:48:15.247Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T06:48:15.247Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-25T06:48:15.248Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T06:48:15.248Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-25T06:48:15.249Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T06:48:15.249Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||INFO|500||Saving Service: basic_network
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: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_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 network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) 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 (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-06-25T06:48:15.417Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-06-25T06:48:15.418Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-06-25T06:48:15.418Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-25T06:48:15.419Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-25T06:48:15.419Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-25T06:48:15.424Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T06:48:15.425Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "7147173b-418a-41d6-892f-77e25286fe2d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656139695418,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-25T06:48:15.524Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-25T06:48:15.526Z||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-25T06:48:15.527Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:48:15.560Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:48:15.561Z||pool-38-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-06-25T06:48:16.426Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7147173b-418a-41d6-892f-77e25286fe2d
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-25T06:48:16.466Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7147173b-418a-41d6-892f-77e25286fe2d
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-25T06:48:16.470Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-25T06:48:16.470Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-25T06:48:16.470Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-25T06:48:46.471Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7147173b-418a-41d6-892f-77e25286fe2d
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-25T06:48:46.484Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7147173b-418a-41d6-892f-77e25286fe2d
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-25T06:48:46.488Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-25T06:48:46.490Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-25T06:48:46.491Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-25T06:49:09.337Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:49:09.338Z||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-25T06:49:09.339Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:49:09.371Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:49:09.372Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-25T06:49:09.372Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7147173b-418a-41d6-892f-77e25286fe2d",
"consumerID": "cds",
"timestamp": 1656139688888,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-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-25T06:49:09.386Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7147173b-418a-41d6-892f-77e25286fe2d
2022-06-25T06:49:09.387Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7147173b-418a-41d6-892f-77e25286fe2d 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-25T06:49:16.497Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7147173b-418a-41d6-892f-77e25286fe2d
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-25T06:49:16.514Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7147173b-418a-41d6-892f-77e25286fe2d
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-25T06:49:16.533Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-25T06:49:16.534Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-25T06:49:16.534Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-25T06:49:46.535Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7147173b-418a-41d6-892f-77e25286fe2d
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-25T06:49:46.551Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7147173b-418a-41d6-892f-77e25286fe2d
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-25T06:49:46.556Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-25T06:49:46.556Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-25T06:49:46.556Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-25T06:50:09.337Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:50:09.339Z||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-25T06:50:09.339Z||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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:50:09.403Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:50:09.407Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:50:09.407Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7147173b-418a-41d6-892f-77e25286fe2d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656139689331,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-25T06:50:09.418Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-25T06:50:09.418Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:50:09.419Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7147173b-418a-41d6-892f-77e25286fe2d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656139689331,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-25T06:50:09.419Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-25T06:50:09.419Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:50:09.420Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7147173b-418a-41d6-892f-77e25286fe2d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656139689548,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-25T06:50:09.420Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-25T06:50:09.420Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:50:09.421Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7147173b-418a-41d6-892f-77e25286fe2d",
"consumerID": "clamp",
"timestamp": 1656139690046,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-25T06:50:09.421Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-25T06:50:09.422Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:50:09.422Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7147173b-418a-41d6-892f-77e25286fe2d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656139692204,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-25T06:50:09.422Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:50:09.423Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:50:09.423Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7147173b-418a-41d6-892f-77e25286fe2d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656139689548,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-25T06:50:09.425Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-25T06:50:09.425Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:50:09.425Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7147173b-418a-41d6-892f-77e25286fe2d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656139691678,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-25T06:50:09.426Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-25T06:50:09.426Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:50:09.426Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7147173b-418a-41d6-892f-77e25286fe2d",
"consumerID": "clamp",
"timestamp": 1656139690046,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-25T06:50:09.427Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-25T06:50:09.427Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:50:09.427Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7147173b-418a-41d6-892f-77e25286fe2d",
"consumerID": "policy-id",
"timestamp": 1656139691470,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-25T06:50:09.428Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-25T06:50:09.428Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:50:09.428Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7147173b-418a-41d6-892f-77e25286fe2d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656139691678,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-25T06:50:09.429Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-25T06:50:09.429Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:50:09.430Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7147173b-418a-41d6-892f-77e25286fe2d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656139692556,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-25T06:50:09.430Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:50:09.431Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:50:09.431Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7147173b-418a-41d6-892f-77e25286fe2d",
"consumerID": "policy-id",
"timestamp": 1656139691470,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-25T06:50:09.432Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-25T06:50:09.432Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:50:09.433Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7147173b-418a-41d6-892f-77e25286fe2d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656139695418,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-25T06:50:09.433Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:50:09.434Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:50:09.434Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7147173b-418a-41d6-892f-77e25286fe2d",
"consumerID": "policy-id",
"timestamp": 1656139694410,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-25T06:50:09.435Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:50:09.435Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:50:09.436Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7147173b-418a-41d6-892f-77e25286fe2d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656139694476,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-25T06:50:09.436Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:50:09.436Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:50:09.436Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7147173b-418a-41d6-892f-77e25286fe2d",
"consumerID": "clamp",
"timestamp": 1656139694515,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-25T06:50:09.437Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:50:09.437Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:50:09.437Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7147173b-418a-41d6-892f-77e25286fe2d",
"consumerID": "policy-id",
"timestamp": 1656139695416,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-25T06:50:09.439Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:50:09.439Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:50:09.439Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7147173b-418a-41d6-892f-77e25286fe2d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656139695481,
"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-25T06:50:09.483Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7147173b-418a-41d6-892f-77e25286fe2d
2022-06-25T06:50:09.484Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7147173b-418a-41d6-892f-77e25286fe2d 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-25T06:50:09.515Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:50:09.515Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7147173b-418a-41d6-892f-77e25286fe2d",
"consumerID": "policy-id",
"timestamp": 1656139696418,
"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-25T06:50:09.531Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7147173b-418a-41d6-892f-77e25286fe2d
2022-06-25T06:50:09.531Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7147173b-418a-41d6-892f-77e25286fe2d 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-25T06:50:09.543Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:50:09.544Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7147173b-418a-41d6-892f-77e25286fe2d",
"consumerID": "clamp",
"timestamp": 1656139696532,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-25T06:50:09.544Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:50:09.544Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:50:09.544Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7147173b-418a-41d6-892f-77e25286fe2d",
"consumerID": "clamp",
"timestamp": 1656139697536,
"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-25T06:50:09.551Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7147173b-418a-41d6-892f-77e25286fe2d
2022-06-25T06:50:09.552Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7147173b-418a-41d6-892f-77e25286fe2d 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-25T06:50:09.565Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:50:09.566Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7147173b-418a-41d6-892f-77e25286fe2d",
"consumerID": "aai-ml",
"timestamp": 1656139704677,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-25T06:50:09.566Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-25T06:50:09.566Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:50:09.567Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7147173b-418a-41d6-892f-77e25286fe2d",
"consumerID": "aai-ml",
"timestamp": 1656139704677,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-25T06:50:09.567Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-25T06:50:09.567Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:50:09.567Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7147173b-418a-41d6-892f-77e25286fe2d",
"consumerID": "aai-ml",
"timestamp": 1656139707504,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-25T06:50:09.568Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:50:09.568Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:50:09.568Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7147173b-418a-41d6-892f-77e25286fe2d",
"consumerID": "aai-ml",
"timestamp": 1656139711608,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-25T06:50:09.568Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-25T06:50:09.569Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-25T06:50:09.570Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7147173b-418a-41d6-892f-77e25286fe2d",
"consumerID": "aai-ml",
"timestamp": 1656139712612,
"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-25T06:50:09.578Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7147173b-418a-41d6-892f-77e25286fe2d
2022-06-25T06:50:09.579Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7147173b-418a-41d6-892f-77e25286fe2d 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-25T06:50:16.557Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7147173b-418a-41d6-892f-77e25286fe2d
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-25T06:50:16.598Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7147173b-418a-41d6-892f-77e25286fe2d
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-25T06:50:16.609Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-25T06:50:16.610Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-25T06:50:16.610Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-25T06:50:16.610Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-25T06:50:16.611Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-25T06:50:16.611Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-25T06:50:16.611Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-25T06:50:16.611Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-25T06:50:16.611Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-25T06:50:16.611Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-25T06:50:16.612Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||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-25T06:50:16.626Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-25T06:50:46.627Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7147173b-418a-41d6-892f-77e25286fe2d 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-25T06:50:46.647Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7147173b-418a-41d6-892f-77e25286fe2d and serviceModelVersionId: c748c819-fea5-4ebf-87d4-0447735a29db
2022-06-25T06:50:46.648Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a01451e0-d506-4db1-b68b-c295b2adf6cf
2022-06-25T06:50:46.653Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a01451e0-d506-4db1-b68b-c295b2adf6cf/model-vers/model-ver/c748c819-fea5-4ebf-87d4-0447735a29db?depth=0
2022-06-25T06:50:46.664Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-06-25T06:50:46.779Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a01451e0-d506-4db1-b68b-c295b2adf6cf/model-vers/model-ver/c748c819-fea5-4ebf-87d4-0447735a29db?depth=0|INFO|500||Invoke
2022-06-25T06:50:46.780Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a01451e0-d506-4db1-b68b-c295b2adf6cf/model-vers/model-ver/c748c819-fea5-4ebf-87d4-0447735a29db?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a01451e0-d506-4db1-b68b-c295b2adf6cf/model-vers/model-ver/c748c819-fea5-4ebf-87d4-0447735a29db?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7147173b-418a-41d6-892f-77e25286fe2d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0653ed4c-1075-429d-842b-8cbf74a52f2e], X-ECOMP-RequestID=[7147173b-418a-41d6-892f-77e25286fe2d], X-TransactionId=[], X-ONAP-RequestID=[7147173b-418a-41d6-892f-77e25286fe2d], Content-Type=[application/merge-patch+json]}
2022-06-25T06:50:46.823Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a01451e0-d506-4db1-b68b-c295b2adf6cf/model-vers/model-ver/c748c819-fea5-4ebf-87d4-0447735a29db?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-06-25T06:50:46.915Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a01451e0-d506-4db1-b68b-c295b2adf6cf/model-vers/model-ver/c748c819-fea5-4ebf-87d4-0447735a29db?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/a01451e0-d506-4db1-b68b-c295b2adf6cf/model-vers/model-ver/c748c819-fea5-4ebf-87d4-0447735a29db?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220625-06:50:46:139-19650], vertex-id=[205000], Content-Length=[0], Date=[Sat, 25 Jun 2022 06:50:46 GMT], Content-Type=[application/json]}
2022-06-25T06:50:46.916Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a01451e0-d506-4db1-b68b-c295b2adf6cf/model-vers/model-ver/c748c819-fea5-4ebf-87d4-0447735a29db?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-25T06:50:46.918Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a01451e0-d506-4db1-b68b-c295b2adf6cf/model-vers/model-ver/c748c819-fea5-4ebf-87d4-0447735a29db?depth=0|INFO|500||InvokeReturn
2022-06-25T06:50:46.919Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-25T06:50:46.920Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||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-25T06:50:46.927Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||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-25T06:50:46.928Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7147173b-418a-41d6-892f-77e25286fe2d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-25T06:50:46.929Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-25T06:50:46.930Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-25T06:50:46.934Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T06:50:46.934Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "7147173b-418a-41d6-892f-77e25286fe2d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656139846929,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-25T06:50:47.034Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-25T06:50:47.036Z||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-25T06:50:47.036Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:50:47.062Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:50:47.063Z||pool-39-thread-1|||||INFO|500||cambria reply ok (28 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-25T06:50:47.964Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-25T06:50:47.965Z|7147173b-418a-41d6-892f-77e25286fe2d|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-25T06:50:47.965Z|7147173b-418a-41d6-892f-77e25286fe2d|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 W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:50:52.452Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:50:52.457Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-25T06:50:52.458Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"22c0f3a7-a44b-489b-8e29-3a2833aa5e4a","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"c3488c37-e3d0-45ac-8d00-ba5c192caba3","serviceDescription":"service","serviceInvariantUUID":"3b0a1700-cd50-4e10-baa1-d7c8f8b08a27","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"baf15fd6-24f8-4d5d-bf30-dc7875c0a6d2","resourceInvariantUUID":"8a32defb-eb31-438f-9aba-ab52a3b13cf6","resourceCustomizationUUID":"e35aa633-4a56-44cd-b1f2-c1c8e622aaf1","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","artifactChecksum":"YzNjOTMzMmNlMWM0MTBjOGJhNWIwMmYwZTcyYTFiMDg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c556f301-4474-40db-9120-2855155017d3","artifactVersion":"1"},{"artifactName":"nginx_cloudtech_k8s_charts.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"df218e97-5063-4019-98ae-b913ecb1a594","artifactVersion":"2","generatedFromUUID":"73fd690d-4953-4711-816a-14c154331c32"},{"artifactName":"nginx_cloudtech_k8s_charts.tgz","artifactType":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","artifactChecksum":"YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"73fd690d-4953-4711-816a-14c154331c32","artifactVersion":"1"},{"artifactName":"basic_cnf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","artifactChecksum":"NDRmYTY4MDAxYzBhMWZhZGU4MDNjYmYyODM1ODZlNWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d1f23180-b8f8-4e0b-a68e-7db420df45f7","artifactVersion":"1"},{"artifactName":"base_dummy.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","artifactChecksum":"MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"cb8ae6da-3bac-4bee-8ccd-731ad1be903b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","artifactChecksum":"OWI0ZjVmMTVjZmQ2Nzk1ZTUyOWQyYzdjMjFhYTI4NzE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"dab8c4a6-8212-4826-a6f2-327ab84d07d2","artifactVersion":"1"},{"artifactName":"base_dummy.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","artifactChecksum":"NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"03e6a12d-4ba6-43c7-a4af-c45675968be8","artifactVersion":"2","generatedFromUUID":"cb8ae6da-3bac-4bee-8ccd-731ad1be903b"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NTJmMTg0ZjQ4NGE4ODQ1YjM5MDY0NjQ5YTUyN2U5MTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d21be0ad-ee78-403b-a9ae-19a7acf579c7","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"N2RhNzAxYjJlNTlhYWNlYmUzNjg3MTFhNjcwYmNjNzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e72b3833-51ae-480c-887e-5014adb056c4","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-25T06:50:52.463Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-25T06:50:52.464Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-25T06:50:52.468Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T06:50:52.469Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656139847963,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-25T06:50:52.571Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-25T06:50:52.584Z||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-25T06:50:52.588Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:50:52.612Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:50:52.612Z||pool-40-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":1,"count":1}
2022-06-25T06:50:53.470Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-25T06:50:53.471Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-25T06:50:53.476Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T06:50:53.476Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656139847963,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2022-06-25T06:50:53.578Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-25T06:50:53.582Z||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-25T06:50:53.582Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:50:53.599Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:50:53.600Z||pool-41-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-25T06:50:54.478Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-25T06:50:54.479Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-25T06:50:54.482Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T06:50:54.482Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656139847963,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2022-06-25T06:50:54.582Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-25T06:50:54.583Z||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-25T06:50:54.583Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:50:54.621Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:50:54.622Z||pool-42-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-06-25T06:50:55.483Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-25T06:50:55.485Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-25T06:50:55.489Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T06:50:55.490Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656139847963,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2022-06-25T06:50:55.589Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-25T06:50:55.590Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-25T06:50:55.590Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:50:55.616Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:50:55.618Z||pool-43-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-06-25T06:50:56.491Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-25T06:50:56.492Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-25T06:50:56.499Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T06:50:56.500Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656139847963,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-06-25T06:50:56.598Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-06-25T06:50:56.599Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-25T06:50:56.599Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:50:56.616Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:50:56.616Z||pool-44-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-25T06:50:57.501Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-25T06:50:57.506Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-25T06:50:57.518Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T06:50:57.519Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656139847963,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-25T06:50:57.613Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-06-25T06:50:57.615Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-25T06:50:57.615Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:50:57.645Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:50:57.646Z||pool-45-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2022-06-25T06:50:58.521Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-25T06:50:58.523Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-25T06:50:58.526Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T06:50:58.527Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656139847963,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
2022-06-25T06:50:58.627Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-25T06:50:58.630Z||pool-46-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-25T06:50:58.631Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:50:58.649Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:50:58.650Z||pool-46-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-06-25T06:50:59.528Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-25T06:50:59.529Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-25T06:50:59.533Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T06:50:59.534Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656139847963,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-25T06:50:59.633Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-25T06:50:59.635Z||pool-47-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-25T06:50:59.636Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:50:59.654Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:50:59.655Z||pool-47-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-25T06:51:00.535Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-25T06:51:00.537Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-25T06:51:00.540Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T06:51:00.540Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656139847963,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-06-25T06:51:00.641Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-25T06:51:00.643Z||pool-48-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-25T06:51:00.643Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:51:00.660Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:51:00.666Z||pool-48-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-25T06:51:01.543Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
"serviceName": "basic_cnf",
"serviceVersion": "1.0",
"serviceUUID": "c3488c37-e3d0-45ac-8d00-ba5c192caba3",
"serviceDescription": "service",
"serviceInvariantUUID": "3b0a1700-cd50-4e10-baa1-d7c8f8b08a27",
"resources": [
{
"resourceInstanceName": "basic_cnf 0",
"resourceCustomizationUUID": "e35aa633-4a56-44cd-b1f2-c1c8e622aaf1",
"resourceName": "basic_cnf",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "baf15fd6-24f8-4d5d-bf30-dc7875c0a6d2",
"resourceInvariantUUID": "8a32defb-eb31-438f-9aba-ab52a3b13cf6",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "nginx_cloudtech_k8s_charts.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "df218e97-5063-4019-98ae-b913ecb1a594",
"relatedArtifactsInfo": []
},
{
"artifactName": "nginx_cloudtech_k8s_charts.tgz",
"artifactType": "CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"artifactChecksum": "YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "73fd690d-4953-4711-816a-14c154331c32",
"relatedArtifactsInfo": []
},
{
"artifactName": "basic_cnf0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"artifactChecksum": "NDRmYTY4MDAxYzBhMWZhZGU4MDNjYmYyODM1ODZlNWI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d1f23180-b8f8-4e0b-a68e-7db420df45f7",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_dummy.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"artifactChecksum": "MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "cb8ae6da-3bac-4bee-8ccd-731ad1be903b",
"generatedArtifact": {
"artifactName": "base_dummy.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "03e6a12d-4ba6-43c7-a4af-c45675968be8",
"generatedFromUUID": "cb8ae6da-3bac-4bee-8ccd-731ad1be903b"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_dummy.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "03e6a12d-4ba6-43c7-a4af-c45675968be8",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicCnf-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"artifactChecksum": "N2RhNzAxYjJlNTlhYWNlYmUzNjg3MTFhNjcwYmNjNzI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "e72b3833-51ae-480c-887e-5014adb056c4"
}
],
"workloadContext": "Production"
}
2022-06-25T06:51:01.543Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-25T06:51:01.544Z|7147173b-418a-41d6-892f-77e25286fe2d|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 c3488c37-e3d0-45ac-8d00-ba5c192caba3 ASDC
2022-06-25T06:51:01.545Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:22c0f3a7-a44b-489b-8e29-3a2833aa5e4a
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:c3488c37-e3d0-45ac-8d00-ba5c192caba3
ServiceInvariantUUID:3b0a1700-cd50-4e10-baa1-d7c8f8b08a27
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicCnf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
ArtifactUUID:e72b3833-51ae-480c-887e-5014adb056c4
ArtifactChecksum:N2RhNzAxYjJlNTlhYWNlYmUzNjg3MTFhNjcwYmNjNzI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:e35aa633-4a56-44cd-b1f2-c1c8e622aaf1
ResourceInvariantUUID:8a32defb-eb31-438f-9aba-ab52a3b13cf6
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:baf15fd6-24f8-4d5d-bf30-dc7875c0a6d2
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
ArtifactUUID:df218e97-5063-4019-98ae-b913ecb1a594
ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.tgz
ArtifactVersion:1
ArtifactType:CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
ArtifactUUID:73fd690d-4953-4711-816a-14c154331c32
ArtifactChecksum:YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:basic_cnf0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
ArtifactUUID:d1f23180-b8f8-4e0b-a68e-7db420df45f7
ArtifactChecksum:NDRmYTY4MDAxYzBhMWZhZGU4MDNjYmYyODM1ODZlNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_dummy.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
ArtifactUUID:cb8ae6da-3bac-4bee-8ccd-731ad1be903b
ArtifactChecksum:MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:03e6a12d-4ba6-43c7-a4af-c45675968be8
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:03e6a12d-4ba6-43c7-a4af-c45675968be8
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-06-25T06:51:01.545Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c3488c37-e3d0-45ac-8d00-ba5c192caba3 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-25T06:51:01.611Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-25T06:51:01.613Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-25T06:51:01.613Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-25T06:51:01.614Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: e72b3833-51ae-480c-887e-5014adb056c4 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-06-25T06:51:01.614Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-25T06:51:01.614Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-06-25T06:51:01.844Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-25T06:51:01.849Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar e72b3833-51ae-480c-887e-5014adb056c4 68947
2022-06-25T06:51:01.850Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-06-25T06:51:01.850Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-06-25T06:51:01.851Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-25T06:51:01.851Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-25T06:51:01.854Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-25T06:51:01.854Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "22c0f3a7-a44b-489b-8e29-3a2833aa5e4a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656139861850,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-25T06:51:01.954Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-25T06:51:01.956Z||pool-49-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-25T06:51:01.956Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W4HFfeJL9IpzIBmZ) ...
2022-06-25T06:51:01.975Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-25T06:51:01.977Z||pool-49-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-06-25T06:51:02.856Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-25T06:51:02.861Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-25T06:51:02.862Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: e72b3833-51ae-480c-887e-5014adb056c4, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-25T06:51:02.862Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-06-25T06:51:02.863Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-25T06:51:02.863Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-25T06:51:03.291Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4002452526781503507/Definitions/service-BasicCnf-template.yml
2022-06-25T06:51:05.677Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-25T06:51:05.678Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-06-25T06:51:05.678Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-25T06:51:05.678Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-06-25T06:51:05.678Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-25T06:51:05.678Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-25T06:51:05.679Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-25T06:51:05.679Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 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-BasicCnf-csar.csar
2022-06-25T06:51:05.679Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-06-25T06:51:05.679Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-25T06:51:05.679Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T06:51:05.680Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-25T06:51:05.680Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-06-25T06:51:05.681Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-25T06:51:05.681Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-25T06:51:05.681Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T06:51:05.682Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-25T06:51:05.682Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-06-25T06:51:05.682Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-25T06:51:05.682Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-25T06:51:05.683Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-25T06:51:05.683Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-25T06:51:05.684Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-06-25T06:51:05.684Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-06-25T06:51:05.684Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||Node template dummy is not matching search criteria
2022-06-25T06:51:05.684Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-25T06:51:05.685Z|22c0f3a7-a44b-489b-8e29-3a2833aa5e4a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery