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-12-01T14:14:43.069Z||main|||||INFO|500||The following profiles are active: basic
2022-12-01T14:14:54.943Z||main|||||INFO|500||Starting service [Tomcat]
2022-12-01T14:14:54.944Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-12-01T14:14:55.062Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-12-01T14:14:58.976Z||main|||||INFO|500||catdb-pool - Starting...
2022-12-01T14:14:59.360Z||main|||||INFO|500||catdb-pool - Start completed.
2022-12-01T14:14:59.822Z||main|||||INFO|500||reqdb-pool - Starting...
2022-12-01T14:14:59.829Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-12-01T14:14:59.942Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-12-01T14:15:00.136Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-12-01T14:15:00.672Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-12-01T14:15:02.287Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-12-01T14:15:04.546Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-12-01T14:15:04.603Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-12-01T14:15:05.162Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-12-01T14:15:05.401Z||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-12-01T14:15:06.677Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-12-01T14:15:07.739Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-12-01T14:15:07.755Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint:
java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source)
at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155)
at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70)
at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$af915e9a.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-12-01T14:15:07.756Z||main|||||WARN|500||The sdc end point is not alive
2022-12-01T14:15:10.954Z||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-12-01T14:15:13.756Z||main|||||WARN|500||---
2022-12-01T14:15:13.756Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-12-01T14:15:13.757Z||main|||||WARN|500||---
2022-12-01T14:15:14.270Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-12-01T14:15:19.074Z||main|||||INFO|500||Started Application in 39.32 seconds (JVM running for 41.279)
2022-12-01T14:15:19.088Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-12-01T14:15:19.090Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-12-01T14:15:19.102Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-12-01T14:15:19.133Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-12-01T14:15:19.175Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0b8d5ff6-6ab5-4e9f-b8df-9a015cf801bc url= /sdc/v1/artifactTypes
2022-12-01T14:15:19.175Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-12-01T14:15:20.262Z||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.17.136] 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$$30bfe606.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-12-01T14:15:20.267Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@227d7754
2022-12-01T14:15:20.268Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-12-01T14:15:20.307Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-12-01T14:15:20.309Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-12-01T14:15:20.312Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at 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$$30bfe606.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-12-01T14:16:09.068Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-12-01T14:16:09.069Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-12-01T14:16:09.069Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-12-01T14:16:09.073Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-12-01T14:16:09.079Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 18777298-bd80-458d-9fcb-15164d356e7b url= /sdc/v1/artifactTypes
2022-12-01T14:16:09.080Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-12-01T14:16:10.117Z||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.17.136] 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$$30bfe606.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-12-01T14:16:10.119Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@207b7da
2022-12-01T14:16:10.120Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-12-01T14:16:10.120Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-12-01T14:16:10.121Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-12-01T14:16:10.121Z||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$$30bfe606.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-12-01T14:16:59.068Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-12-01T14:16:59.071Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-12-01T14:16:59.071Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-12-01T14:16:59.074Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-12-01T14:16:59.079Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 20ab7ca1-b4b3-45a1-9c4b-90ff0fe74dab url= /sdc/v1/artifactTypes
2022-12-01T14:16:59.080Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-12-01T14:17:00.101Z||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.17.136] 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$$30bfe606.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-12-01T14:17:00.101Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@23cfa158
2022-12-01T14:17:00.102Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-12-01T14:17:00.102Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-12-01T14:17:00.102Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-12-01T14:17:00.103Z||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$$30bfe606.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-12-01T14:17:49.069Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-12-01T14:17:49.071Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-12-01T14:17:49.072Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-12-01T14:17:49.076Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-12-01T14:17:49.083Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5a6dfd57-56fc-4481-bed5-ee15ce03c8a8 url= /sdc/v1/artifactTypes
2022-12-01T14:17:49.083Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-12-01T14:17:49.294Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-12-01T14:17:49.306Z||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-12-01T14:17:49.347Z||scheduling-1|||||DEBUG|500||create keys
2022-12-01T14:17:49.356Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-12-01T14:17:49.390Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T14:17:49.408Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= ec59039a-275b-41f4-896f-e406b99890be url= /sdc/v1/registerForDistribution
2022-12-01T14:17:49.489Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= ec59039a-275b-41f4-896f-e406b99890be url= /sdc/v1/registerForDistribution
2022-12-01T14:17:49.490Z||scheduling-1|||||INFO|500||start DistributionClient
2022-12-01T14:17:49.500Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T14:17:49.501Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T14:17:49.510Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-12-01T14:17:49.513Z||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-12-01T14:17:49.514Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T14:17:49.514Z||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-12-01T14:17:49.514Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T14:17:59.813Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T14:17:59.825Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T14:18:49.498Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T14:18:49.499Z||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-12-01T14:18:49.500Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T14:18:49.500Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T14:18:49.501Z||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-12-01T14:18:49.502Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T14:18:59.057Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T14:18:59.068Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T14:19:49.498Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T14:19:49.499Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-01T14:19:49.499Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ...
2022-12-01T14:19:49.502Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T14:19:49.503Z||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-12-01T14:19:49.504Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T14:19:59.100Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T14:19:59.104Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T14:20:49.498Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T14:20:49.499Z||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-12-01T14:20:49.500Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T14:20:49.500Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T14:20:49.502Z||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-12-01T14:20:49.503Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T14:20:59.045Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T14:20:59.046Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T14:21:49.498Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T14:21:49.500Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T14:21:49.502Z||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-12-01T14:21:49.502Z||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-12-01T14:21:49.502Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T14:21:49.502Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T14:21:59.055Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T14:21:59.057Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T14:22:49.498Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T14:22:49.500Z||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-12-01T14:22:49.500Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T14:22:49.500Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T14:22:49.501Z||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-12-01T14:22:49.503Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T14:22:59.052Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T14:22:59.052Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T14:23:49.498Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T14:23:49.499Z||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-12-01T14:23:49.499Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T14:23:49.501Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T14:23:49.503Z||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-12-01T14:23:49.503Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T14:23:59.044Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T14:23:59.051Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T14:24:41.885Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-12-01T14:24:49.498Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T14:24:49.499Z||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-12-01T14:24:49.499Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T14:24:49.501Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T14:24:49.501Z||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-12-01T14:24:49.501Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T14:24:59.049Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T14:24:59.055Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T14:25:49.498Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T14:25:49.500Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T14:25:49.501Z||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-12-01T14:25:49.501Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T14:25:49.501Z||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-12-01T14:25:49.502Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T14:25:59.045Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T14:25:59.049Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T14:26:49.498Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T14:26:49.500Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T14:26:49.501Z||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-12-01T14:26:49.501Z||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-12-01T14:26:49.501Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T14:26:49.501Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T14:26:59.072Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T14:26:59.073Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T14:27:49.498Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T14:27:49.499Z||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-12-01T14:27:49.499Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T14:27:49.500Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T14:27:49.501Z||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-12-01T14:27:49.501Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T14:27:59.053Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T14:27:59.054Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T14:28:49.498Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T14:28:49.499Z||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-12-01T14:28:49.500Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T14:28:49.500Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T14:28:49.501Z||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-12-01T14:28:49.501Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T14:28:59.049Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T14:28:59.050Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T14:29:49.498Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T14:29:49.500Z||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-12-01T14:29:49.500Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T14:29:49.500Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T14:29:49.501Z||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-12-01T14:29:49.501Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T14:29:59.065Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T14:29:59.076Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T14:30:49.498Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T14:30:49.500Z||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-12-01T14:30:49.500Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T14:30:49.500Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T14:30:49.501Z||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-12-01T14:30:49.501Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T14:30:59.062Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T14:30:59.063Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T14:31:49.499Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T14:31:49.500Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T14:31:49.505Z||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-12-01T14:31:49.505Z||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-12-01T14:31:49.505Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T14:31:49.505Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T14:31:59.056Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T14:31:59.067Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T14:32:49.498Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T14:32:49.499Z||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-12-01T14:32:49.499Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T14:32:49.500Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T14:32:49.501Z||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-12-01T14:32:49.501Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T14:32:59.049Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T14:32:59.049Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T14:33:49.498Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T14:33:49.499Z||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-12-01T14:33:49.500Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T14:33:49.500Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T14:33:49.503Z||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-12-01T14:33:49.503Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T14:33:59.061Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T14:33:59.087Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T14:34:49.498Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T14:34:49.499Z||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-12-01T14:34:49.499Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T14:34:49.500Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T14:34:49.501Z||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-12-01T14:34:49.501Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T14:34:59.060Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T14:34:59.062Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T14:35:49.498Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T14:35:49.499Z||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-12-01T14:35:49.500Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T14:35:49.500Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T14:35:49.501Z||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-12-01T14:35:49.501Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T14:35:59.044Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T14:35:59.046Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T14:36:49.498Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T14:36:49.500Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T14:36:49.501Z||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-12-01T14:36:49.501Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T14:36:49.501Z||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-12-01T14:36:49.502Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T14:36:59.051Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T14:36:59.051Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T14:37:49.498Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T14:37:49.499Z||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-12-01T14:37:49.499Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T14:37:49.500Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T14:37:49.501Z||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-12-01T14:37:49.501Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T14:37:59.044Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T14:37:59.045Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T14:38:49.498Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T14:38:49.499Z||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-12-01T14:38:49.499Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T14:38:49.500Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T14:38:49.501Z||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-12-01T14:38:49.501Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T14:38:59.046Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T14:38:59.058Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T14:39:49.498Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T14:39:49.499Z||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-12-01T14:39:49.499Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T14:39:49.500Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T14:39:49.501Z||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-12-01T14:39:49.501Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T14:39:59.045Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T14:39:59.046Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T14:40:49.499Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T14:40:49.500Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T14:40:49.503Z||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-12-01T14:40:49.503Z||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-12-01T14:40:49.503Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T14:40:49.503Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T14:40:59.050Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T14:40:59.050Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T14:41:49.498Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T14:41:49.499Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-01T14:41:49.500Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ...
2022-12-01T14:41:49.500Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T14:41:49.502Z||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-12-01T14:41:49.503Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T14:41:59.049Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T14:41:59.053Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T14:42:49.498Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T14:42:49.499Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-01T14:42:49.499Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ...
2022-12-01T14:42:49.500Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T14:42:49.501Z||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-12-01T14:42:49.501Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T14:42:59.048Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T14:42:59.049Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T14:43:49.498Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T14:43:49.499Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-01T14:43:49.499Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ...
2022-12-01T14:43:49.500Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T14:43:49.501Z||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-12-01T14:43:49.501Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T14:43:59.044Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T14:43:59.044Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T14:44:49.498Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T14:44:49.499Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-01T14:44:49.499Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ...
2022-12-01T14:44:49.500Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T14:44:49.501Z||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-12-01T14:44:49.501Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T14:44:59.040Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T14:44:59.043Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T14:45:49.498Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T14:45:49.500Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T14:45:49.501Z||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-12-01T14:45:49.501Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-01T14:45:49.501Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T14:45:49.501Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ...
2022-12-01T14:45:59.048Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T14:45:59.049Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T14:46:49.498Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T14:46:49.499Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-01T14:46:49.499Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ...
2022-12-01T14:46:49.500Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T14:46:49.501Z||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-12-01T14:46:49.501Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T14:46:59.058Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T14:46:59.058Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T14:47:49.498Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T14:47:49.500Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-01T14:47:49.500Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T14:47:49.500Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ...
2022-12-01T14:47:49.501Z||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-12-01T14:47:49.501Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T14:47:59.052Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T14:47:59.057Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T14:48:49.498Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T14:48:49.499Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-01T14:48:49.499Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ...
2022-12-01T14:48:49.500Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T14:48:49.501Z||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-12-01T14:48:49.502Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T14:48:59.041Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T14:48:59.041Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T14:49:49.498Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T14:49:49.499Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-01T14:49:49.499Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ...
2022-12-01T14:49:49.500Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T14:49:49.502Z||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-12-01T14:49:49.502Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T14:49:59.045Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T14:49:59.046Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T14:50:49.499Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T14:50:49.501Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T14:50:49.503Z||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-12-01T14:50:49.503Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T14:50:49.503Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-01T14:50:49.503Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ...
2022-12-01T14:50:59.053Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T14:50:59.054Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T14:51:49.498Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T14:51:49.499Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-01T14:51:49.499Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ...
2022-12-01T14:51:49.500Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T14:51:49.501Z||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-12-01T14:51:49.501Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T14:51:59.052Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T14:51:59.053Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T14:52:49.498Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T14:52:49.499Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-01T14:52:49.499Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ...
2022-12-01T14:52:49.500Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T14:52:49.501Z||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-12-01T14:52:49.501Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T14:52:59.042Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T14:52:59.044Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T14:53:49.498Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T14:53:49.499Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-01T14:53:49.499Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ...
2022-12-01T14:53:49.500Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T14:53:49.501Z||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-12-01T14:53:49.501Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T14:53:59.039Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T14:53:59.047Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T14:54:49.498Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T14:54:49.500Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-01T14:54:49.500Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ...
2022-12-01T14:54:49.500Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T14:54:49.501Z||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-12-01T14:54:49.501Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T14:54:59.049Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T14:54:59.049Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T14:55:49.498Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T14:55:49.500Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T14:55:49.500Z||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-12-01T14:55:49.501Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T14:55:49.501Z||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-12-01T14:55:49.501Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T14:55:59.051Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T14:55:59.054Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T14:56:49.498Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T14:56:49.499Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-01T14:56:49.499Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ...
2022-12-01T14:56:49.501Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T14:56:49.502Z||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-12-01T14:56:49.502Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T14:56:59.051Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T14:56:59.062Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T14:57:49.498Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T14:57:49.499Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-01T14:57:49.499Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ...
2022-12-01T14:57:49.500Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T14:57:49.501Z||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-12-01T14:57:49.501Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T14:57:59.046Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T14:57:59.046Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T14:58:49.498Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T14:58:49.499Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-01T14:58:49.499Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ...
2022-12-01T14:58:49.500Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T14:58:49.501Z||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-12-01T14:58:49.501Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T14:58:59.045Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T14:58:59.045Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T14:59:49.498Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T14:59:49.499Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-01T14:59:49.499Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ...
2022-12-01T14:59:49.500Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T14:59:49.501Z||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-12-01T14:59:49.501Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T14:59:59.047Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T14:59:59.048Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:00:49.499Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T15:00:49.500Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T15:00:49.503Z||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-12-01T15:00:49.503Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T15:00:49.503Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-01T15:00:49.504Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ...
2022-12-01T15:00:59.051Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:00:59.051Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:01:49.498Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T15:01:49.499Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-01T15:01:49.499Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ...
2022-12-01T15:01:49.501Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T15:01:49.501Z||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-12-01T15:01:49.502Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T15:01:59.043Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:01:59.049Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:02:49.498Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T15:02:49.499Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-01T15:02:49.500Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ...
2022-12-01T15:02:49.500Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T15:02:49.501Z||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-12-01T15:02:49.501Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T15:02:59.044Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:02:59.047Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:03:49.498Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T15:03:49.499Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-01T15:03:49.500Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ...
2022-12-01T15:03:49.500Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T15:03:49.501Z||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-12-01T15:03:49.502Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T15:03:59.050Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:03:59.051Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:04:49.498Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T15:04:49.499Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-01T15:04:49.499Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ...
2022-12-01T15:04:49.500Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T15:04:49.501Z||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-12-01T15:04:49.501Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T15:04:59.043Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:04:59.044Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:05:49.499Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T15:05:49.501Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T15:05:49.504Z||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-12-01T15:05:49.504Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T15:05:49.504Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-01T15:05:49.505Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ...
2022-12-01T15:05:59.065Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:05:59.068Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:06:49.498Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T15:06:49.499Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-01T15:06:49.500Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ...
2022-12-01T15:06:49.500Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T15:06:49.501Z||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-12-01T15:06:49.501Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T15:06:59.046Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:06:59.047Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:07:49.498Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T15:07:49.499Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-01T15:07:49.499Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ...
2022-12-01T15:07:49.500Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T15:07:49.501Z||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-12-01T15:07:49.501Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T15:07:59.042Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:07:59.044Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:08:49.498Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T15:08:49.499Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-01T15:08:49.499Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ...
2022-12-01T15:08:49.500Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T15:08:49.501Z||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-12-01T15:08:49.501Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T15:08:59.045Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:08:59.046Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:09:49.498Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T15:09:49.499Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-01T15:09:49.499Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ...
2022-12-01T15:09:49.500Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T15:09:49.501Z||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-12-01T15:09:49.502Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T15:09:59.051Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:09:59.055Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:10:49.498Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T15:10:49.500Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T15:10:49.501Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-01T15:10:49.501Z||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-12-01T15:10:49.501Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ...
2022-12-01T15:10:49.501Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T15:10:59.048Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:10:59.049Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:11:49.498Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T15:11:49.499Z||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-12-01T15:11:49.499Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T15:11:49.501Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T15:11:49.502Z||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-12-01T15:11:49.502Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T15:11:59.045Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:11:59.048Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:12:49.498Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T15:12:49.500Z||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-12-01T15:12:49.500Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T15:12:49.500Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T15:12:49.501Z||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-12-01T15:12:49.501Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T15:12:59.067Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:12:59.069Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:13:49.498Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T15:13:49.499Z||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-12-01T15:13:49.499Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T15:13:49.500Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T15:13:49.501Z||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-12-01T15:13:49.501Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T15:13:59.047Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:13:59.047Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:14:49.498Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T15:14:49.499Z||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-12-01T15:14:49.499Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T15:14:49.500Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T15:14:49.501Z||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-12-01T15:14:49.501Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T15:14:59.054Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:14:59.055Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:15:49.498Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T15:15:49.501Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T15:15:49.501Z||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-12-01T15:15:49.501Z||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-12-01T15:15:49.501Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T15:15:49.501Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T15:15:59.048Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:15:59.048Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:16:49.498Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T15:16:49.499Z||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-12-01T15:16:49.499Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T15:16:49.500Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T15:16:49.501Z||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-12-01T15:16:49.501Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T15:16:59.045Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:16:59.046Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:17:49.500Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T15:17:49.500Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T15:17:49.501Z||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-12-01T15:17:49.501Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T15:17:49.501Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-01T15:17:49.502Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ...
2022-12-01T15:17:59.063Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:17:59.063Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:18:49.498Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T15:18:49.499Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-01T15:18:49.499Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ...
2022-12-01T15:18:49.500Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T15:18:49.501Z||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-12-01T15:18:49.501Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T15:18:59.045Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:18:59.048Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:19:49.498Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T15:19:49.499Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-01T15:19:49.499Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ...
2022-12-01T15:19:49.500Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T15:19:49.501Z||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-12-01T15:19:49.501Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T15:19:59.044Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:19:59.050Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:20:49.498Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T15:20:49.500Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-01T15:20:49.500Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ...
2022-12-01T15:20:49.500Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T15:20:49.501Z||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-12-01T15:20:49.501Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T15:20:59.048Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:20:59.049Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:21:49.498Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T15:21:49.499Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-01T15:21:49.499Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ...
2022-12-01T15:21:49.500Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T15:21:49.501Z||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-12-01T15:21:49.501Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T15:21:59.045Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:21:59.045Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:22:49.498Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T15:22:49.499Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-01T15:22:49.499Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ...
2022-12-01T15:22:49.500Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T15:22:49.501Z||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-12-01T15:22:49.501Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T15:22:59.054Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:22:59.054Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:23:49.498Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T15:23:49.499Z||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-12-01T15:23:49.499Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T15:23:49.500Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T15:23:49.501Z||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-12-01T15:23:49.501Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T15:23:59.047Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:23:59.047Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:24:49.498Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T15:24:49.499Z||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-12-01T15:24:49.499Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T15:24:49.501Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T15:24:49.501Z||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-12-01T15:24:49.501Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T15:24:59.044Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:24:59.048Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:25:49.498Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T15:25:49.500Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T15:25:49.501Z||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-12-01T15:25:49.501Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T15:25:49.501Z||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-12-01T15:25:49.501Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T15:25:59.045Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:25:59.048Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:26:49.498Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T15:26:49.499Z||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-12-01T15:26:49.499Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T15:26:49.500Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T15:26:49.501Z||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-12-01T15:26:49.501Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T15:26:59.042Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:26:59.042Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:27:49.498Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T15:27:49.499Z||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-12-01T15:27:49.500Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T15:27:49.500Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T15:27:49.501Z||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-12-01T15:27:49.502Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T15:27:59.044Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:27:59.044Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:28:49.498Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T15:28:49.500Z||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-12-01T15:28:49.500Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T15:28:49.500Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T15:28:49.502Z||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-12-01T15:28:49.502Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T15:28:59.046Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:28:59.049Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:29:49.498Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T15:29:49.499Z||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-12-01T15:29:49.499Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T15:29:49.500Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T15:29:49.501Z||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-12-01T15:29:49.501Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T15:29:59.047Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:29:59.049Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:30:49.498Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T15:30:49.500Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T15:30:49.503Z||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-12-01T15:30:49.503Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T15:30:49.503Z||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-12-01T15:30:49.504Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T15:30:59.052Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:30:59.052Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:31:49.498Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T15:31:49.499Z||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-12-01T15:31:49.499Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T15:31:49.501Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T15:31:49.502Z||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-12-01T15:31:49.502Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T15:31:59.046Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:31:59.048Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:32:49.498Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T15:32:49.499Z||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-12-01T15:32:49.499Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T15:32:49.500Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T15:32:49.501Z||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-12-01T15:32:49.501Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T15:32:59.043Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:32:59.044Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:33:49.498Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T15:33:49.499Z||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-12-01T15:33:49.499Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T15:33:49.500Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T15:33:49.501Z||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-12-01T15:33:49.502Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T15:33:59.047Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:33:59.055Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:34:49.498Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T15:34:49.499Z||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-12-01T15:34:49.499Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T15:34:49.500Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T15:34:49.501Z||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-12-01T15:34:49.501Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T15:34:59.046Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:34:59.047Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:35:49.498Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T15:35:49.500Z||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-12-01T15:35:49.500Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T15:35:49.500Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T15:35:49.503Z||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-12-01T15:35:49.503Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T15:35:59.048Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:35:59.048Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:36:49.498Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T15:36:49.500Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T15:36:49.501Z||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-12-01T15:36:49.501Z||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-12-01T15:36:49.501Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T15:36:49.501Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T15:36:59.050Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:36:59.059Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:37:49.498Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T15:37:49.499Z||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-12-01T15:37:49.500Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T15:37:49.500Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T15:37:49.501Z||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-12-01T15:37:49.501Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T15:37:59.046Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:37:59.047Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:38:49.498Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T15:38:49.499Z||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-12-01T15:38:49.499Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T15:38:49.500Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T15:38:49.501Z||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-12-01T15:38:49.501Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T15:38:59.043Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:38:59.044Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:39:49.498Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T15:39:49.499Z||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-12-01T15:39:49.499Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T15:39:49.500Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T15:39:49.501Z||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-12-01T15:39:49.502Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T15:39:59.041Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:39:59.042Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:40:49.498Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T15:40:49.499Z||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-12-01T15:40:49.499Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T15:40:49.500Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T15:40:49.501Z||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-12-01T15:40:49.501Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T15:40:59.042Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:40:59.043Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:41:49.498Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T15:41:49.499Z||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-12-01T15:41:49.499Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T15:41:49.500Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T15:41:49.501Z||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-12-01T15:41:49.501Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T15:41:59.045Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:41:59.052Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:42:49.498Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T15:42:49.499Z||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-12-01T15:42:49.499Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T15:42:49.500Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T15:42:49.501Z||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-12-01T15:42:49.502Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T15:42:49.637Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:42:49.644Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:42:49.645Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119",
"consumerID": "cds",
"timestamp": 1669909334238,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:42:49.676Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-01T15:42:49.676Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:42:49.676Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119",
"consumerID": "cds",
"timestamp": 1669909334238,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/vfwfd8983f5feef0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:42:49.677Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-01T15:42:49.677Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:42:49.677Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119",
"consumerID": "aai-ml",
"timestamp": 1669909337544,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:42:49.677Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-01T15:42:49.677Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:42:49.677Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119",
"consumerID": "cds",
"timestamp": 1669909334238,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:42:49.678Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-01T15:42:49.678Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:42:49.678Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119",
"consumerID": "aai-ml",
"timestamp": 1669909337544,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/vfwfd8983f5feef0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:42:49.678Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-01T15:42:49.679Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:42:49.679Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119",
"consumerID": "cds",
"timestamp": 1669909334238,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:42:49.679Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-01T15:42:49.679Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:42:49.680Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119",
"consumerID": "aai-ml",
"timestamp": 1669909337544,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:42:49.680Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-01T15:42:49.680Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:42:49.680Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119",
"consumerID": "cds",
"timestamp": 1669909334238,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:42:49.681Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-01T15:42:49.681Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:42:49.681Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119",
"consumerID": "aai-ml",
"timestamp": 1669909337544,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:42:49.681Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-01T15:42:49.682Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:42:49.682Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119",
"consumerID": "cds",
"timestamp": 1669909334238,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/artifacts/service-Vfw20221201154127-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:42:49.682Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-01T15:42:49.682Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:42:49.683Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119",
"consumerID": "aai-ml",
"timestamp": 1669909337544,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:42:49.683Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-01T15:42:49.683Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:42:49.683Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119",
"consumerID": "cds",
"timestamp": 1669909334238,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/artifacts/service-Vfw20221201154127-csar.csar",
"status": "NOTIFIED"
}
2022-12-01T15:42:49.684Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-01T15:42:49.684Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:42:49.684Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119",
"consumerID": "aai-ml",
"timestamp": 1669909337544,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/artifacts/service-Vfw20221201154127-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:42:49.684Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-01T15:42:49.685Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:42:49.685Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119",
"consumerID": "cds",
"timestamp": 1669909343014,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/artifacts/service-Vfw20221201154127-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-01T15:42:49.685Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T15:42:49.685Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:42:49.685Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119",
"consumerID": "aai-ml",
"timestamp": 1669909337544,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/artifacts/service-Vfw20221201154127-csar.csar",
"status": "NOTIFIED"
}
2022-12-01T15:42:49.686Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-01T15:42:49.686Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:42:49.686Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669909343762,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:42:49.687Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-01T15:42:49.687Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:42:49.687Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119",
"consumerID": "cds",
"timestamp": 1669909344035,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/artifacts/service-Vfw20221201154127-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-12-01T15:42:49.900Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 51da2b7e-c6e4-441b-b3a3-72effe332119
2022-12-01T15:42:49.920Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 51da2b7e-c6e4-441b-b3a3-72effe332119 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-12-01T15:42:49.947Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:42:49.947Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669909343762,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/vfwfd8983f5feef0_modules.json",
"status": "NOTIFIED"
}
2022-12-01T15:42:49.948Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-01T15:42:49.948Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:42:49.949Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119",
"consumerID": "aai-ml",
"timestamp": 1669909345500,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/artifacts/service-Vfw20221201154127-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-01T15:42:49.949Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T15:42:49.949Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:42:49.950Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119",
"consumerID": "ves-openapi-manager",
"timestamp": 1669909345840,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:42:49.950Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-01T15:42:49.950Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:42:49.950Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669909343762,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-12-01T15:42:49.951Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-01T15:42:49.951Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:42:49.951Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119",
"consumerID": "ves-openapi-manager",
"timestamp": 1669909345840,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/vfwfd8983f5feef0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:42:49.952Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-01T15:42:49.952Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:42:49.952Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669909343762,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:42:49.953Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-01T15:42:49.953Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:42:49.953Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119",
"consumerID": "ves-openapi-manager",
"timestamp": 1669909345840,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:42:49.953Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-01T15:42:49.954Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:42:49.954Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669909343762,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-12-01T15:42:49.954Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-01T15:42:49.955Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:42:49.955Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119",
"consumerID": "ves-openapi-manager",
"timestamp": 1669909345840,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:42:49.955Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-01T15:42:49.955Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:42:49.956Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669909343762,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/artifacts/service-Vfw20221201154127-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:42:49.956Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-01T15:42:49.956Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:42:49.957Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119",
"consumerID": "ves-openapi-manager",
"timestamp": 1669909345840,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:42:49.957Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-01T15:42:49.957Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:42:49.957Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669909343762,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/artifacts/service-Vfw20221201154127-csar.csar",
"status": "NOTIFIED"
}
2022-12-01T15:42:49.958Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-01T15:42:49.958Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:42:49.958Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669909349736,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:42:49.958Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-01T15:42:49.959Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:42:49.959Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119",
"consumerID": "ves-openapi-manager",
"timestamp": 1669909345840,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/artifacts/service-Vfw20221201154127-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:42:49.959Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-01T15:42:49.959Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:42:49.959Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669909351608,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/vfwfd8983f5feef0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-01T15:42:49.960Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T15:42:49.960Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:42:49.960Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669909349736,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/vfwfd8983f5feef0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:42:49.960Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-01T15:42:49.960Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:42:49.961Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119",
"consumerID": "ves-openapi-manager",
"timestamp": 1669909345840,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/artifacts/service-Vfw20221201154127-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:42:49.961Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-01T15:42:49.961Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:42:49.961Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251",
"consumerID": "cds",
"timestamp": 1669909349238,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:42:49.962Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-01T15:42:49.962Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:42:49.962Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669909352722,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-01T15:42:49.962Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T15:42:49.962Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:42:49.963Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669909349736,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:42:49.963Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-01T15:42:49.963Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:42:49.963Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251",
"consumerID": "cds",
"timestamp": 1669909349238,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/basic_onboard_ssyqom0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:42:49.963Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-01T15:42:49.964Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:42:49.964Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669909353781,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-12-01T15:42:49.964Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T15:42:49.964Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:42:49.964Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669909349736,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:42:49.965Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-01T15:42:49.965Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:42:49.965Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251",
"consumerID": "cds",
"timestamp": 1669909349238,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:42:49.965Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-01T15:42:49.965Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:42:49.966Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669909349736,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:42:49.966Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-01T15:42:49.966Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:42:49.966Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669909354868,
"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-12-01T15:42:49.982Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 51da2b7e-c6e4-441b-b3a3-72effe332119
2022-12-01T15:42:49.982Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 51da2b7e-c6e4-441b-b3a3-72effe332119 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-12-01T15:42:49.992Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:42:49.992Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251",
"consumerID": "cds",
"timestamp": 1669909349238,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:42:49.993Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-01T15:42:49.993Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:42:49.993Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669909349736,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/artifacts/service-Vfw20221201154127-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:42:49.994Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-01T15:42:49.994Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:42:49.994Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669909355874,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/vfwfd8983f5feef0_modules.json",
"status": "DEPLOY_OK"
}
2022-12-01T15:42:49.994Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T15:42:49.994Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:42:49.995Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251",
"consumerID": "cds",
"timestamp": 1669909349238,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:42:49.995Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-01T15:42:49.995Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:42:49.995Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669909349736,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/artifacts/service-Vfw20221201154127-csar.csar",
"status": "NOTIFIED"
}
2022-12-01T15:42:49.996Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-01T15:42:49.996Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:42:49.996Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251",
"consumerID": "cds",
"timestamp": 1669909349238,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/artifacts/service-BasicOnboardSsyqom-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:42:49.996Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-01T15:42:49.996Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:42:49.997Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669909357608,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/artifacts/service-Vfw20221201154127-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-01T15:42:49.997Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T15:42:49.997Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:42:49.997Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251",
"consumerID": "cds",
"timestamp": 1669909349238,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/artifacts/service-BasicOnboardSsyqom-csar.csar",
"status": "NOTIFIED"
}
2022-12-01T15:42:49.998Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-01T15:42:49.998Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:42:49.998Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251",
"consumerID": "cds",
"timestamp": 1669909358391,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/artifacts/service-BasicOnboardSsyqom-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-01T15:42:49.998Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T15:42:49.998Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:42:49.999Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251",
"consumerID": "cds",
"timestamp": 1669909359396,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/artifacts/service-BasicOnboardSsyqom-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-12-01T15:42:50.011Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9e8c5e97-68cd-4187-a3d3-0e60cfa6c251
2022-12-01T15:42:50.011Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e8c5e97-68cd-4187-a3d3-0e60cfa6c251 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-12-01T15:42:50.022Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:42:50.022Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119",
"consumerID": "aai-ml",
"timestamp": 1669909361132,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/artifacts/service-Vfw20221201154127-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-01T15:42:50.022Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T15:42:50.022Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:42:50.023Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119",
"consumerID": "aai-ml",
"timestamp": 1669909362141,
"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-12-01T15:42:50.028Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 51da2b7e-c6e4-441b-b3a3-72effe332119
2022-12-01T15:42:50.028Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 51da2b7e-c6e4-441b-b3a3-72effe332119 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-12-01T15:42:50.036Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:42:50.036Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669909363167,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/artifacts/service-Vfw20221201154127-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-01T15:42:50.036Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T15:42:50.037Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:42:50.037Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669909363761,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:42:50.037Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-01T15:42:50.037Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:42:50.037Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669909364172,
"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-12-01T15:42:50.042Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 51da2b7e-c6e4-441b-b3a3-72effe332119
2022-12-01T15:42:50.042Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 51da2b7e-c6e4-441b-b3a3-72effe332119 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-12-01T15:42:50.050Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:42:50.050Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669909363761,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/basic_onboard_ssyqom0_modules.json",
"status": "NOTIFIED"
}
2022-12-01T15:42:50.051Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-01T15:42:50.051Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:42:50.051Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251",
"consumerID": "ves-openapi-manager",
"timestamp": 1669909365840,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:42:50.051Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-01T15:42:50.051Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:42:50.052Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669909363761,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-12-01T15:42:50.052Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-01T15:42:50.052Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:42:50.052Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251",
"consumerID": "ves-openapi-manager",
"timestamp": 1669909365840,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/basic_onboard_ssyqom0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:42:50.052Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-01T15:42:50.053Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:42:50.053Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669909363761,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:42:50.053Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-01T15:42:50.053Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:42:50.054Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251",
"consumerID": "ves-openapi-manager",
"timestamp": 1669909365840,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:42:50.054Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-01T15:42:50.054Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:42:50.054Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251",
"consumerID": "aai-ml",
"timestamp": 1669909367544,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:42:50.055Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-01T15:42:50.055Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:42:50.055Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669909363761,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-12-01T15:42:50.055Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-01T15:42:50.128Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:42:50.131Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T15:42:50.131Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"51da2b7e-c6e4-441b-b3a3-72effe332119","serviceName":"vFW 2022-12-01 15-41-27","serviceVersion":"1.0","serviceUUID":"8ba5fe6a-cea0-4d0e-b5f4-4e9a22c80ea2","serviceDescription":"catalog service description","serviceInvariantUUID":"b6af4570-d9bb-4f2d-a2f3-9e715c9657a8","resources":[{"resourceInstanceName":"vFW fd8983f5-feef 0","resourceName":"vFW fd8983f5-feef","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4806c568-fd2c-42d2-94dc-20f21af48998","resourceInvariantUUID":"e49e1a42-f6fb-4d00-a8a6-474049e9b6b9","resourceCustomizationUUID":"ec403999-8a84-4c35-a93e-253bf6708f57","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/vf-license-model.xml","artifactChecksum":"NGI3ZDEyODUyZmE5ZTdiMGJiYjJhMmFiNzQ1MTY0YTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3fec0cf7-8c7a-452d-bef8-e0268af2845e","artifactVersion":"1"},{"artifactName":"vfwfd8983f5feef0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/vfwfd8983f5feef0_modules.json","artifactChecksum":"NTA2NmMxOTExNmIwNzllMjI1MmI2MzJhZjRhY2Q5MGY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"09e2e381-570d-4e6e-934c-35d6d352d550","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"48d8f3eb-f0a7-4e2c-8056-80cd89e25640","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/vendor-license-model.xml","artifactChecksum":"ZTgwMmZmZjMyZWQzNzIzZDM2M2NjNmJmNGNhNmIwYjA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b24fbbc8-4cec-4c7b-be80-d9ec1605ca5b","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"c9968384-29b6-471d-859c-cd7d95bb669d","artifactVersion":"2","generatedFromUUID":"48d8f3eb-f0a7-4e2c-8056-80cd89e25640"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221201154127-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221201154127/1.0/artifacts/service-Vfw20221201154127-template.yml","artifactChecksum":"MzcyNWU0ZTEyM2M1ZGZkN2UzNDZkZDM1OTBiZjBlMmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3ead6fec-dd25-4469-84d2-aacad7723c56","artifactVersion":"1"},{"artifactName":"service-Vfw20221201154127-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221201154127/1.0/artifacts/service-Vfw20221201154127-csar.csar","artifactChecksum":"NjcxYzQ5ZWY2MGYzMzllZjc5ZTk2NGJiOGFlZWQ2Yzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"78e45089-ebad-4d7a-9fb8-865cba6f2a5b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-01T15:42:50.139Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-01T15:42:50.145Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-01T15:42:50.155Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T15:42:50.155Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669909369498,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:42:50.255Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-12-01T15:42:50.261Z||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-12-01T15:42:50.261Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ...
2022-12-01T15:42:50.273Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:42:50.274Z||pool-3-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-01T15:42:51.161Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-01T15:42:51.162Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-01T15:42:51.163Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T15:42:51.164Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669909369498,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/vfwfd8983f5feef0_modules.json",
"status": "NOTIFIED"
}
2022-12-01T15:42:51.264Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T15:42:51.266Z||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-12-01T15:42:51.266Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ...
2022-12-01T15:42:51.283Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:42:51.284Z||pool-4-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-12-01T15:42:52.165Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-01T15:42:52.166Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-01T15:42:52.169Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T15:42:52.170Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669909369498,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-12-01T15:42:52.270Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T15:42:52.271Z||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-12-01T15:42:52.272Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ...
2022-12-01T15:42:52.283Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:42:52.284Z||pool-5-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-01T15:42:53.170Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-01T15:42:53.171Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-01T15:42:53.173Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T15:42:53.174Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669909369498,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:42:53.274Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-01T15:42:53.275Z||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-12-01T15:42:53.275Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ...
2022-12-01T15:42:53.287Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:42:53.287Z||pool-6-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-01T15:42:54.174Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-01T15:42:54.175Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-01T15:42:54.177Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T15:42:54.177Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669909369498,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-12-01T15:42:54.278Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T15:42:54.279Z||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-12-01T15:42:54.279Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ...
2022-12-01T15:42:54.290Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:42:54.291Z||pool-7-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-12-01T15:42:55.178Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-01T15:42:55.179Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-01T15:42:55.181Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T15:42:55.182Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669909369498,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/artifacts/service-Vfw20221201154127-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:42:55.282Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T15:42:55.283Z||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-12-01T15:42:55.283Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ...
2022-12-01T15:42:55.295Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:42:55.295Z||pool-8-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-01T15:42:56.182Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-01T15:42:56.183Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-01T15:42:56.186Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T15:42:56.186Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669909369498,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/artifacts/service-Vfw20221201154127-csar.csar",
"status": "NOTIFIED"
}
2022-12-01T15:42:56.286Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T15:42:56.288Z||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-12-01T15:42:56.288Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ...
2022-12-01T15:42:56.305Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:42:56.306Z||pool-9-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-12-01T15:42:57.188Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119",
"serviceName": "vFW 2022-12-01 15-41-27",
"serviceVersion": "1.0",
"serviceUUID": "8ba5fe6a-cea0-4d0e-b5f4-4e9a22c80ea2",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "b6af4570-d9bb-4f2d-a2f3-9e715c9657a8",
"resources": [
{
"resourceInstanceName": "vFW fd8983f5-feef 0",
"resourceCustomizationUUID": "ec403999-8a84-4c35-a93e-253bf6708f57",
"resourceName": "vFW fd8983f5-feef",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "4806c568-fd2c-42d2-94dc-20f21af48998",
"resourceInvariantUUID": "e49e1a42-f6fb-4d00-a8a6-474049e9b6b9",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwfd8983f5feef0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/vfwfd8983f5feef0_modules.json",
"artifactChecksum": "NTA2NmMxOTExNmIwNzllMjI1MmI2MzJhZjRhY2Q5MGY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "09e2e381-570d-4e6e-934c-35d6d352d550",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "48d8f3eb-f0a7-4e2c-8056-80cd89e25640",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "c9968384-29b6-471d-859c-cd7d95bb669d",
"generatedFromUUID": "48d8f3eb-f0a7-4e2c-8056-80cd89e25640"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "c9968384-29b6-471d-859c-cd7d95bb669d",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20221201154127-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/artifacts/service-Vfw20221201154127-csar.csar",
"artifactChecksum": "NjcxYzQ5ZWY2MGYzMzllZjc5ZTk2NGJiOGFlZWQ2Yzk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "78e45089-ebad-4d7a-9fb8-865cba6f2a5b"
}
],
"workloadContext": "Production"
}
2022-12-01T15:42:57.189Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-01T15:42:57.190Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8ba5fe6a-cea0-4d0e-b5f4-4e9a22c80ea2 ASDC
2022-12-01T15:42:57.320Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:51da2b7e-c6e4-441b-b3a3-72effe332119
ServiceName:vFW 2022-12-01 15-41-27
ServiceVersion:1.0
ServiceUUID:8ba5fe6a-cea0-4d0e-b5f4-4e9a22c80ea2
ServiceInvariantUUID:b6af4570-d9bb-4f2d-a2f3-9e715c9657a8
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221201154127-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221201154127/1.0/artifacts/service-Vfw20221201154127-csar.csar
ArtifactUUID:78e45089-ebad-4d7a-9fb8-865cba6f2a5b
ArtifactChecksum:NjcxYzQ5ZWY2MGYzMzllZjc5ZTk2NGJiOGFlZWQ2Yzk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW fd8983f5-feef 0
ResourceCustomizationUUID:ec403999-8a84-4c35-a93e-253bf6708f57
ResourceInvariantUUID:e49e1a42-f6fb-4d00-a8a6-474049e9b6b9
ResourceName:vFW fd8983f5-feef
ResourceType:VF
ResourceUUID:4806c568-fd2c-42d2-94dc-20f21af48998
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwfd8983f5feef0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/vfwfd8983f5feef0_modules.json
ArtifactUUID:09e2e381-570d-4e6e-934c-35d6d352d550
ArtifactChecksum:NTA2NmMxOTExNmIwNzllMjI1MmI2MzJhZjRhY2Q5MGY=
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/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/base_vfw.yaml
ArtifactUUID:48d8f3eb-f0a7-4e2c-8056-80cd89e25640
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/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/base_vfw.env
ArtifactUUID:c9968384-29b6-471d-859c-cd7d95bb669d
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/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/base_vfw.env
ArtifactUUID:c9968384-29b6-471d-859c-cd7d95bb669d
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-12-01T15:42:57.321Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8ba5fe6a-cea0-4d0e-b5f4-4e9a22c80ea2 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-12-01T15:42:57.372Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-01T15:42:57.373Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-12-01T15:42:57.375Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-12-01T15:42:57.375Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 78e45089-ebad-4d7a-9fb8-865cba6f2a5b from URL: /sdc/v1/catalog/services/Vfw20221201154127/1.0/artifacts/service-Vfw20221201154127-csar.csar
2022-12-01T15:42:57.375Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-12-01T15:42:57.376Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221201154127/1.0/artifacts/service-Vfw20221201154127-csar.csar
2022-12-01T15:42:57.467Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-12-01T15:42:57.554Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221201154127/1.0/artifacts/service-Vfw20221201154127-csar.csar 78e45089-ebad-4d7a-9fb8-865cba6f2a5b 100698
2022-12-01T15:42:57.556Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221201154127/1.0/artifacts/service-Vfw20221201154127-csar.csar ASDC sendASDCNotification
2022-12-01T15:42:57.556Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221201154127/1.0/artifacts/service-Vfw20221201154127-csar.csar
2022-12-01T15:42:57.557Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-01T15:42:57.559Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-01T15:42:57.561Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T15:42:57.561Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669909377555,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/artifacts/service-Vfw20221201154127-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-01T15:42:57.661Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T15:42:57.662Z||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-12-01T15:42:57.663Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ...
2022-12-01T15:42:57.674Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:42:57.675Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-01T15:42:58.562Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-01T15:42:58.563Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-12-01T15:42:58.564Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 78e45089-ebad-4d7a-9fb8-865cba6f2a5b, URL: /sdc/v1/catalog/services/Vfw20221201154127/1.0/artifacts/service-Vfw20221201154127-csar.csar to file: /app/ASDC/1/service-Vfw20221201154127-csar.csar
2022-12-01T15:42:58.564Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221201154127-csar.csar
2022-12-01T15:42:58.644Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221201154127-csar.csar
2022-12-01T15:42:58.645Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221201154127-csar.csar
2022-12-01T15:42:59.330Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13379977928850865944/Definitions/service-Vfw20221201154127-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-12-01T15:43:02.290Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-01T15:43:02.295Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-12-01T15:43:02.296Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221201154127-csar.csar
2022-12-01T15:43:02.296Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-12-01T15:43:02.297Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221201154127-csar.csar
2022-12-01T15:43:02.297Z|51da2b7e-c6e4-441b-b3a3-72effe332119|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-Vfw20221201154127-csar.csar
2022-12-01T15:43:02.297Z|51da2b7e-c6e4-441b-b3a3-72effe332119|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-Vfw20221201154127-csar.csar
2022-12-01T15:43:02.298Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW fd8983f5-feef 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-Vfw20221201154127-csar.csar
2022-12-01T15:43:02.298Z|51da2b7e-c6e4-441b-b3a3-72effe332119|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-Vfw20221201154127-csar.csar
2022-12-01T15:43:02.298Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221201154127-csar.csar
2022-12-01T15:43:02.299Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221201154127-csar.csar
2022-12-01T15:43:02.299Z|51da2b7e-c6e4-441b-b3a3-72effe332119|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-Vfw20221201154127-csar.csar
2022-12-01T15:43:02.299Z|51da2b7e-c6e4-441b-b3a3-72effe332119|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-Vfw20221201154127-csar.csar
2022-12-01T15:43:02.300Z|51da2b7e-c6e4-441b-b3a3-72effe332119|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-Vfw20221201154127-csar.csar
2022-12-01T15:43:02.300Z|51da2b7e-c6e4-441b-b3a3-72effe332119|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-Vfw20221201154127-csar.csar
2022-12-01T15:43:02.300Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-12-01T15:43:02.307Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-01T15:43:02.308Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-12-01 15-41-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T15:43:02.313Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vFW fd8983f5-feef 0 is matching search criteria
2022-12-01T15:43:02.313Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-12-01T15:43:02.315Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW fd8983f5-feef 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-01T15:43:02.317Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-01T15:43:02.317Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-12-01 15-41-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T15:43:02.318Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vFW fd8983f5-feef 0 is matching search criteria
2022-12-01T15:43:02.318Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-12-01T15:43:02.318Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW fd8983f5-feef 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-01T15:43:02.319Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-01T15:43:02.319Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-12-01 15-41-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T15:43:02.323Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-01T15:43:02.323Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vFW fd8983f5-feef 0 is not matching search criteria
2022-12-01T15:43:02.324Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-01T15:43:02.324Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-01T15:43:02.324Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-01T15:43:02.325Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-01T15:43:02.325Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-01T15:43:02.325Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-01T15:43:02.326Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-01T15:43:02.326Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-01T15:43:02.326Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-01T15:43:02.327Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-01T15:43:02.327Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-01T15:43:02.328Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-01T15:43:02.328Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-01T15:43:02.328Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-01T15:43:02.329Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-01T15:43:02.329Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-01T15:43:02.330Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-01T15:43:02.330Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-12-01 15-41-27 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-01T15:43:02.331Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-01T15:43:02.332Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vFW fd8983f5-feef 0 is matching search criteria
2022-12-01T15:43:02.332Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW fd8983f5-feef 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-01T15:43:02.333Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-01T15:43:02.333Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vFW fd8983f5-feef 0 is matching search criteria
2022-12-01T15:43:02.333Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW fd8983f5-feef 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-01T15:43:02.334Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-01T15:43:02.334Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vFW fd8983f5-feef 0 is matching search criteria
2022-12-01T15:43:02.335Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW fd8983f5-feef 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-01T15:43:02.335Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-01T15:43:02.336Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vFW fd8983f5-feef 0 is not matching search criteria
2022-12-01T15:43:02.336Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-01T15:43:02.337Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-01T15:43:02.337Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-12-01T15:43:02.337Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-01T15:43:02.338Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-01T15:43:02.338Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-01T15:43:02.338Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-01T15:43:02.339Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-01T15:43:02.339Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-01T15:43:02.339Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-01T15:43:02.340Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-01T15:43:02.340Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ee3aab9a-bdb4-45db-9cc2-2d235ab21c8d
2022-12-01T15:43:02.340Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-01T15:43:02.341Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vFW fd8983f5-feef 0 is not matching search criteria
2022-12-01T15:43:02.341Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-01T15:43:02.341Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-01T15:43:02.342Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-01T15:43:02.342Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-01T15:43:02.343Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-01T15:43:02.343Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-01T15:43:02.343Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-01T15:43:02.344Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-12-01T15:43:02.344Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-01T15:43:02.345Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-01T15:43:02.345Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-01T15:43:02.345Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-01T15:43:02.346Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=24a821db-077d-46e1-9082-53f3f9add35a
2022-12-01T15:43:02.346Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-01T15:43:02.347Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vFW fd8983f5-feef 0 is not matching search criteria
2022-12-01T15:43:02.347Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-01T15:43:02.348Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-01T15:43:02.348Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-01T15:43:02.349Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-01T15:43:02.349Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-01T15:43:02.349Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-01T15:43:02.350Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-01T15:43:02.350Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-01T15:43:02.351Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-01T15:43:02.351Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-01T15:43:02.351Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-01T15:43:02.352Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-12-01T15:43:02.352Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8dc4bf55-938e-4076-9f29-a54c79045c55
2022-12-01T15:43:02.353Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-01T15:43:02.353Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-12-01 15-41-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T15:43:02.354Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-01T15:43:02.354Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-12-01 15-41-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T15:43:02.354Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-01T15:43:02.355Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-12-01 15-41-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T15:43:02.355Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-01T15:43:02.355Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-12-01 15-41-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T15:43:02.356Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-12-01 15-41-27
Description:catalog service description
Model UUID:8ba5fe6a-cea0-4d0e-b5f4-4e9a22c80ea2
Model Version:NULL
Model InvariantUuid:b6af4570-d9bb-4f2d-a2f3-9e715c9657a8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW fd8983f5-feef
Model UUID:e650f1d9-b306-40af-b781-423013370b0a
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e49e1a42-f6fb-4d00-a8a6-474049e9b6b9
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:ec403999-8a84-4c35-a93e-253bf6708f57
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:fee52420-0a36-4504-8cfa-d1ad4901526d
ModelName:VfwFd8983f5Feef..base_vfw..module-0
ModelUuid:9d3f8035-594f-48a8-98d6-356e49613ce4
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:ee3aab9a-bdb4-45db-9cc2-2d235ab21c8d
ModelInvariantUuid:ab8d9cbb-6776-40bc-a7ec-5f82914d6ae7
ModelName:vFW fd8983f5-feef-nodes.vfwCvfc
ModelUuid:8a02b323-5928-4d08-b1f6-66b9d3d54e98
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:5076be0a-02ef-470d-a834-dbe6526d2f74
ModelInvariantUuid:343004c4-0279-4b4a-87f0-01be4211fd21
ModelName:VfwFd8983f5Feef.compute.nodes.heat.vfw
ModelUuid:953b83d1-9642-4d49-b41f-aa58263928c5
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:24a821db-077d-46e1-9082-53f3f9add35a
ModelInvariantUuid:b4e6e728-2cc5-4ff2-81ab-3d21e52879ed
ModelName:vFW fd8983f5-feef-nodes.vsnCvfc
ModelUuid:f4a3445c-40cd-466c-8c3d-3262a206e2e4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:452fdca9-b333-491e-93ff-55aebe7bc044
ModelInvariantUuid:86c50741-eb22-42c2-8ef5-58524f883ad5
ModelName:VfwFd8983f5Feef.compute.nodes.heat.vsn
ModelUuid:4dc0f10a-a3bb-4925-bd96-dab5b7e3fee6
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:8dc4bf55-938e-4076-9f29-a54c79045c55
ModelInvariantUuid:6275a02c-ca08-4c04-bbc6-042a41e5e1cd
ModelName:vFW fd8983f5-feef-nodes.vpgCvfc
ModelUuid:b7cd06cd-b652-42c8-9dca-691878c2c103
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:3143193a-95c1-46ee-87d4-03cc4c193cbd
ModelInvariantUuid:92ccecef-2306-40ee-8267-3a9ef7a2e319
ModelName:VfwFd8983f5Feef.compute.nodes.heat.vpg
ModelUuid:f0e7e545-ff14-4394-bd50-8cd8c69a2f6f
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-12-01T15:43:02.371Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 4806c568-fd2c-42d2-94dc-20f21af48998
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-12-01T15:43:02.464Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||vFW fd8983f5-feef 0
2022-12-01T15:43:02.472Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4806c568-fd2c-42d2-94dc-20f21af48998
2022-12-01T15:43:02.473Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 09e2e381-570d-4e6e-934c-35d6d352d550 from URL: /sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/vfwfd8983f5feef0_modules.json
2022-12-01T15:43:02.473Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-12-01T15:43:02.473Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/vfwfd8983f5feef0_modules.json
2022-12-01T15:43:02.524Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-12-01T15:43:02.524Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/vfwfd8983f5feef0_modules.json 09e2e381-570d-4e6e-934c-35d6d352d550 785
2022-12-01T15:43:02.525Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/vfwfd8983f5feef0_modules.json ASDC sendASDCNotification
2022-12-01T15:43:02.525Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/vfwfd8983f5feef0_modules.json
2022-12-01T15:43:02.525Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-01T15:43:02.525Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-01T15:43:02.527Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T15:43:02.527Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669909382525,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/vfwfd8983f5feef0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-01T15:43:02.627Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T15:43:02.629Z||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-12-01T15:43:02.629Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ...
2022-12-01T15:43:02.642Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:43:02.642Z||pool-11-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-01T15:43:03.528Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwFd8983f5Feef..base_vfw..module-0",
"vfModuleModelInvariantUUID": "fee52420-0a36-4504-8cfa-d1ad4901526d",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "9d3f8035-594f-48a8-98d6-356e49613ce4",
"vfModuleModelCustomizationUUID": "e95fa7b4-985c-43a3-add3-4d99cd396b50",
"isBase": true,
"artifacts": [
"48d8f3eb-f0a7-4e2c-8056-80cd89e25640",
"c9968384-29b6-471d-859c-cd7d95bb669d"
],
"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-12-01T15:43:03.543Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwFd8983f5Feef..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9d3f8035-594f-48a8-98d6-356e49613ce4
VfModuleModelInvariantUUID:fee52420-0a36-4504-8cfa-d1ad4901526d
VfModuleModelDescription:NULL
Artifacts UUID List:{
48d8f3eb-f0a7-4e2c-8056-80cd89e25640
,
c9968384-29b6-471d-859c-cd7d95bb669d
}
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-12-01T15:43:03.546Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwFd8983f5Feef..base_vfw..module-0",
"vfModuleModelInvariantUUID": "fee52420-0a36-4504-8cfa-d1ad4901526d",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "9d3f8035-594f-48a8-98d6-356e49613ce4",
"vfModuleModelCustomizationUUID": "e95fa7b4-985c-43a3-add3-4d99cd396b50",
"isBase": true,
"artifacts": [
"48d8f3eb-f0a7-4e2c-8056-80cd89e25640",
"c9968384-29b6-471d-859c-cd7d95bb669d"
],
"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-12-01T15:43:03.546Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwFd8983f5Feef..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9d3f8035-594f-48a8-98d6-356e49613ce4
VfModuleModelInvariantUUID:fee52420-0a36-4504-8cfa-d1ad4901526d
VfModuleModelDescription:NULL
Artifacts UUID List:{
48d8f3eb-f0a7-4e2c-8056-80cd89e25640
,
c9968384-29b6-471d-859c-cd7d95bb669d
}
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-12-01T15:43:03.546Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 48d8f3eb-f0a7-4e2c-8056-80cd89e25640 from URL: /sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/base_vfw.yaml
2022-12-01T15:43:03.546Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-12-01T15:43:03.547Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/base_vfw.yaml
2022-12-01T15:43:03.601Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-12-01T15:43:03.602Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/base_vfw.yaml 48d8f3eb-f0a7-4e2c-8056-80cd89e25640 20368
2022-12-01T15:43:03.602Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-12-01T15:43:03.603Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/base_vfw.yaml
2022-12-01T15:43:03.603Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-01T15:43:03.603Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-01T15:43:03.605Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T15:43:03.605Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669909383602,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-01T15:43:03.705Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T15:43:03.706Z||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-12-01T15:43:03.707Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ...
2022-12-01T15:43:03.717Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:43:03.718Z||pool-12-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-12-01T15:43:04.606Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: c9968384-29b6-471d-859c-cd7d95bb669d from URL: /sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/base_vfw.env
2022-12-01T15:43:04.607Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-12-01T15:43:04.607Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/base_vfw.env
2022-12-01T15:43:04.658Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-12-01T15:43:04.659Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/base_vfw.env c9968384-29b6-471d-859c-cd7d95bb669d 2098
2022-12-01T15:43:04.660Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-12-01T15:43:04.660Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/base_vfw.env
2022-12-01T15:43:04.660Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-01T15:43:04.660Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-01T15:43:04.663Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T15:43:04.663Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669909384660,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-12-01T15:43:04.763Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T15:43:04.764Z||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-12-01T15:43:04.764Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ...
2022-12-01T15:43:04.777Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:43:04.777Z||pool-13-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-01T15:43:05.664Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 8ba5fe6a-cea0-4d0e-b5f4-4e9a22c80ea2
2022-12-01T15:43:05.664Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW fd8983f5-feef 0 4806c568-fd2c-42d2-94dc-20f21af48998 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-12-01T15:43:05.706Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5acb2840, org.onap.sdc.toscaparser.api.parameters.Input@327cea97, org.onap.sdc.toscaparser.api.parameters.Input@7cebb51e, org.onap.sdc.toscaparser.api.parameters.Input@2d055ccb, org.onap.sdc.toscaparser.api.parameters.Input@2e8ff803]
2022-12-01T15:43:05.710Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-01T15:43:05.711Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-12-01 15-41-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T15:43:05.711Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic
2022-12-01T15:43:05.711Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= ec403999-8a84-4c35-a93e-253bf6708f57
2022-12-01T15:43:05.711Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ec403999-8a84-4c35-a93e-253bf6708f57 matches Tosca VF Customization UUID: ec403999-8a84-4c35-a93e-253bf6708f57
2022-12-01T15:43:05.711Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: ec403999-8a84-4c35-a93e-253bf6708f57 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-12-01T15:43:05.719Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-01T15:43:05.719Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-12-01 15-41-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T15:43:05.721Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id ec403999-8a84-4c35-a93e-253bf6708f57: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-12-01T15:43:05.721Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1fe4e409
2022-12-01T15:43:05.721Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-01T15:43:05.721Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-12-01 15-41-27 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-01T15:43:05.722Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e95fa7b4-985c-43a3-add3-4d99cd396b50
2022-12-01T15:43:05.723Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e95fa7b4-985c-43a3-add3-4d99cd396b50
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-12-01T15:43:05.730Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-01T15:43:05.731Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vFW fd8983f5-feef 0 is matching search criteria
2022-12-01T15:43:05.731Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW fd8983f5-feef 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-01T15:43:05.732Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-01T15:43:05.732Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vFW fd8983f5-feef 0 is matching search criteria
2022-12-01T15:43:05.732Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW fd8983f5-feef 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-01T15:43:05.733Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-01T15:43:05.733Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vFW fd8983f5-feef 0 is not matching search criteria
2022-12-01T15:43:05.733Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-01T15:43:05.733Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-01T15:43:05.733Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-12-01T15:43:05.734Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-01T15:43:05.734Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-01T15:43:05.734Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-01T15:43:05.734Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-01T15:43:05.734Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-01T15:43:05.735Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-01T15:43:05.735Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-01T15:43:05.735Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-01T15:43:05.735Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ee3aab9a-bdb4-45db-9cc2-2d235ab21c8d
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-12-01T15:43:05.747Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-01T15:43:05.748Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vFW fd8983f5-feef 0 is matching search criteria
2022-12-01T15:43:05.748Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW fd8983f5-feef 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-01T15:43:05.748Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-01T15:43:05.749Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vFW fd8983f5-feef 0 is not matching search criteria
2022-12-01T15:43:05.749Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-01T15:43:05.749Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-01T15:43:05.750Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-01T15:43:05.750Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-01T15:43:05.750Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-01T15:43:05.750Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-01T15:43:05.751Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-01T15:43:05.751Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-12-01T15:43:05.751Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-01T15:43:05.751Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-01T15:43:05.751Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-01T15:43:05.751Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-01T15:43:05.752Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=24a821db-077d-46e1-9082-53f3f9add35a
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-12-01T15:43:05.754Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-01T15:43:05.754Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vFW fd8983f5-feef 0 is matching search criteria
2022-12-01T15:43:05.754Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW fd8983f5-feef 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-01T15:43:05.757Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-01T15:43:05.757Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vFW fd8983f5-feef 0 is not matching search criteria
2022-12-01T15:43:05.757Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-01T15:43:05.758Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-01T15:43:05.758Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-01T15:43:05.758Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-01T15:43:05.758Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-01T15:43:05.758Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-01T15:43:05.759Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-01T15:43:05.759Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-01T15:43:05.759Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-01T15:43:05.759Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-01T15:43:05.759Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-01T15:43:05.760Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-12-01T15:43:05.760Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8dc4bf55-938e-4076-9f29-a54c79045c55
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-12-01T15:43:05.763Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-01T15:43:05.763Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vFW fd8983f5-feef 0 is matching search criteria
2022-12-01T15:43:05.763Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW fd8983f5-feef 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-01T15:43:05.764Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-01T15:43:05.764Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vFW fd8983f5-feef 0 is matching search criteria
2022-12-01T15:43:05.764Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW fd8983f5-feef 0] matching following query criteria: sdcType=VF, customizationUUID=ec403999-8a84-4c35-a93e-253bf6708f57
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-12-01T15:43:05.767Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-01T15:43:05.767Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-12-01 15-41-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T15:43:05.767Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 8ba5fe6a-cea0-4d0e-b5f4-4e9a22c80ea2: vFW fd8983f5-feef
2022-12-01T15:43:05.767Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-01T15:43:05.768Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-12-01 15-41-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T15:43:05.768Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-01T15:43:05.768Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-12-01 15-41-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T15:43:05.769Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-01T15:43:05.769Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-12-01 15-41-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T15:43:05.769Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-01T15:43:05.769Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-12-01 15-41-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T15:43:05.770Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-01T15:43:05.770Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-12-01 15-41-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T15:43:05.770Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2022-12-01 15-41-27
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-12-01T15:43:06.025Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW fd8983f5-feef 4806c568-fd2c-42d2-94dc-20f21af48998 1 ASDC deployResourceStructure
2022-12-01T15:43:06.026Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/vfwfd8983f5feef0_modules.json ASDC sendASDCNotification
2022-12-01T15:43:06.026Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/vfwfd8983f5feef0_modules.json
2022-12-01T15:43:06.026Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-01T15:43:06.027Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-01T15:43:06.029Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T15:43:06.029Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669909386026,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/vfwfd8983f5feef0_modules.json",
"status": "DEPLOY_OK"
}
2022-12-01T15:43:06.129Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T15:43:06.130Z||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-12-01T15:43:06.130Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ...
2022-12-01T15:43:06.141Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:43:06.142Z||pool-14-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-01T15:43:07.030Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-12-01T15:43:07.030Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/base_vfw.yaml
2022-12-01T15:43:07.030Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-01T15:43:07.031Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-01T15:43:07.033Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T15:43:07.033Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669909387030,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-12-01T15:43:07.133Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T15:43:07.134Z||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-12-01T15:43:07.134Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ...
2022-12-01T15:43:07.146Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:43:07.146Z||pool-15-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-01T15:43:08.034Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-12-01T15:43:08.035Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/base_vfw.env
2022-12-01T15:43:08.035Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-01T15:43:08.035Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-01T15:43:08.037Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T15:43:08.037Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669909388034,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-12-01T15:43:08.137Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T15:43:08.138Z||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-12-01T15:43:08.138Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ...
2022-12-01T15:43:08.152Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:43:08.153Z||pool-16-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-01T15:43:09.038Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221201154127/1.0/artifacts/service-Vfw20221201154127-csar.csar ASDC sendASDCNotification
2022-12-01T15:43:09.039Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221201154127/1.0/artifacts/service-Vfw20221201154127-csar.csar
2022-12-01T15:43:09.039Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-01T15:43:09.039Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-01T15:43:09.042Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T15:43:09.042Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669909389038,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/artifacts/service-Vfw20221201154127-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-01T15:43:09.142Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T15:43:09.143Z||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-12-01T15:43:09.144Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ...
2022-12-01T15:43:09.156Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:43:09.156Z||pool-17-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-01T15:43:10.043Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 51da2b7e-c6e4-441b-b3a3-72effe332119
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-12-01T15:43:10.061Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 51da2b7e-c6e4-441b-b3a3-72effe332119
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-12-01T15:43:10.065Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-01T15:43:10.065Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-01T15:43:10.065Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-01T15:43:10.065Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-01T15:43:10.065Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-01T15:43:10.066Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-01T15:43:10.066Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-01T15:43:10.066Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-01T15:43:10.066Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-01T15:43:10.066Z|51da2b7e-c6e4-441b-b3a3-72effe332119|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-12-01T15:43:10.072Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-01T15:43:40.072Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 51da2b7e-c6e4-441b-b3a3-72effe332119 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-12-01T15:43:40.095Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 51da2b7e-c6e4-441b-b3a3-72effe332119 and serviceModelVersionId: 8ba5fe6a-cea0-4d0e-b5f4-4e9a22c80ea2
2022-12-01T15:43:40.096Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b6af4570-d9bb-4f2d-a2f3-9e715c9657a8
2022-12-01T15:43:49.501Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T15:43:49.503Z||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-12-01T15:43:49.503Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T15:43:49.528Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:43:49.529Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:43:49.529Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251",
"consumerID": "ves-openapi-manager",
"timestamp": 1669909365840,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:43:49.530Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-01T15:43:54.697Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b6af4570-d9bb-4f2d-a2f3-9e715c9657a8/model-vers/model-ver/8ba5fe6a-cea0-4d0e-b5f4-4e9a22c80ea2?depth=0
2022-12-01T15:43:54.805Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-12-01T15:43:55.297Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6af4570-d9bb-4f2d-a2f3-9e715c9657a8/model-vers/model-ver/8ba5fe6a-cea0-4d0e-b5f4-4e9a22c80ea2?depth=0|INFO|500||Invoke
2022-12-01T15:43:55.305Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6af4570-d9bb-4f2d-a2f3-9e715c9657a8/model-vers/model-ver/8ba5fe6a-cea0-4d0e-b5f4-4e9a22c80ea2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6af4570-d9bb-4f2d-a2f3-9e715c9657a8/model-vers/model-ver/8ba5fe6a-cea0-4d0e-b5f4-4e9a22c80ea2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[51da2b7e-c6e4-441b-b3a3-72effe332119], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3444cda3-7b05-4bde-bbf2-942f4a2c4db6], X-ECOMP-RequestID=[51da2b7e-c6e4-441b-b3a3-72effe332119], X-TransactionId=[], X-ONAP-RequestID=[51da2b7e-c6e4-441b-b3a3-72effe332119], Content-Type=[application/merge-patch+json]}
2022-12-01T15:43:55.435Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6af4570-d9bb-4f2d-a2f3-9e715c9657a8/model-vers/model-ver/8ba5fe6a-cea0-4d0e-b5f4-4e9a22c80ea2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-12-01T15:43:55.600Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6af4570-d9bb-4f2d-a2f3-9e715c9657a8/model-vers/model-ver/8ba5fe6a-cea0-4d0e-b5f4-4e9a22c80ea2?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/b6af4570-d9bb-4f2d-a2f3-9e715c9657a8/model-vers/model-ver/8ba5fe6a-cea0-4d0e-b5f4-4e9a22c80ea2?depth=0 has http status code:200 and response headers:{date=[Thu, 01 Dec 2022 15:43:54 GMT], content-length=[0], vertex-id=[176200], x-aai-txid=[0-aai-resources-221201-15:43:54:398-15695], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-01T15:43:55.602Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6af4570-d9bb-4f2d-a2f3-9e715c9657a8/model-vers/model-ver/8ba5fe6a-cea0-4d0e-b5f4-4e9a22c80ea2?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-12-01T15:43:55.603Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6af4570-d9bb-4f2d-a2f3-9e715c9657a8/model-vers/model-ver/8ba5fe6a-cea0-4d0e-b5f4-4e9a22c80ea2?depth=0|INFO|500||InvokeReturn
2022-12-01T15:43:55.607Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-01T15:43:55.608Z|51da2b7e-c6e4-441b-b3a3-72effe332119|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-12-01T15:43:55.617Z|51da2b7e-c6e4-441b-b3a3-72effe332119|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-12-01T15:43:55.618Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 51da2b7e-c6e4-441b-b3a3-72effe332119 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-01T15:43:55.619Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-01T15:43:55.620Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-01T15:43:55.623Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T15:43:55.623Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669909435618,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-01T15:43:55.723Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T15:43:55.724Z||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-12-01T15:43:55.724Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ...
2022-12-01T15:43:55.736Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:43:55.737Z||pool-18-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-01T15:43:56.641Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T15:43:56.642Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"9e8c5e97-68cd-4187-a3d3-0e60cfa6c251","serviceName":"basic_onboard_SSYqOM","serviceVersion":"1.0","serviceUUID":"685302b6-7431-4ca6-9677-d8e41570eb76","serviceDescription":"service","serviceInvariantUUID":"366e8e46-ae10-47a1-8051-3858e9d610a2","resources":[{"resourceInstanceName":"basic_onboard_SSYqOM 0","resourceName":"basic_onboard_SSYqOM","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b57b9280-a6d4-4d7b-a51b-4fb639e16c81","resourceInvariantUUID":"5ac109a6-e8c2-4c86-8b2b-15a7ca2d8335","resourceCustomizationUUID":"9b31bfee-80c0-4e31-9c28-3fcb1a64a9e0","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/vf-license-model.xml","artifactChecksum":"YmZiNWVlNzcyNjZkNzY0ZjY0ODY3YmU2MjdhMmUxNGQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"88327551-208b-4b65-91f1-46411ad3ffb9","artifactVersion":"1"},{"artifactName":"basic_onboard_ssyqom0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/basic_onboard_ssyqom0_modules.json","artifactChecksum":"N2Q5NWUwNGEzODA0NDQ4NDE2MzRkZjRiODRmZjE0MDU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b597fdaa-6e1c-4d41-a895-539f88a720a2","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"76b9cba9-94d9-4f70-ab02-5cf65eaf8589","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6c0ac043-71bf-4fc0-8555-66f2ab620cef","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"2393df26-4525-4c30-b581-202555dbf117","artifactVersion":"2","generatedFromUUID":"76b9cba9-94d9-4f70-ab02-5cf65eaf8589"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardSsyqom-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/artifacts/service-BasicOnboardSsyqom-template.yml","artifactChecksum":"MTVkYTVhN2M4YjU4MDRjMDQ3NDc1YmNlOWI3ZjAxMDM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"267fa463-e29a-469e-82b9-372af34eacae","artifactVersion":"1"},{"artifactName":"service-BasicOnboardSsyqom-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/artifacts/service-BasicOnboardSsyqom-csar.csar","artifactChecksum":"ZjA2MGRhMmQ0ODczZDA4YjZjMDk1NWJiYTVlMTIyYTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b8a23277-913c-4e12-a914-b9b936e2cab2","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-01T15:43:56.643Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-01T15:43:56.643Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-01T15:43:56.646Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T15:43:56.646Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669909369498,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:43:56.746Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-01T15:43:56.748Z||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-12-01T15:43:56.748Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ...
2022-12-01T15:43:56.761Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:43:56.762Z||pool-19-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-01T15:43:57.647Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-01T15:43:57.648Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-01T15:43:57.650Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T15:43:57.650Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669909369498,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/basic_onboard_ssyqom0_modules.json",
"status": "NOTIFIED"
}
2022-12-01T15:43:57.750Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-01T15:43:57.751Z||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-12-01T15:43:57.751Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ...
2022-12-01T15:43:57.763Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:43:57.764Z||pool-20-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-01T15:43:58.651Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-01T15:43:58.652Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-01T15:43:58.654Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T15:43:58.654Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669909369498,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-12-01T15:43:58.754Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T15:43:58.755Z||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-12-01T15:43:58.755Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ...
2022-12-01T15:43:58.772Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:43:58.772Z||pool-21-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-12-01T15:43:59.655Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-01T15:43:59.656Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-01T15:43:59.658Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T15:43:59.659Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669909369498,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:43:59.759Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-01T15:43:59.760Z||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-12-01T15:43:59.760Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ...
2022-12-01T15:43:59.773Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:43:59.773Z||pool-22-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-01T15:44:00.661Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-01T15:44:00.662Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-01T15:44:00.665Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T15:44:00.665Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669909369498,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-12-01T15:44:00.765Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T15:44:00.767Z||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-12-01T15:44:00.767Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ...
2022-12-01T15:44:00.779Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:44:00.779Z||pool-23-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-01T15:44:01.666Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-01T15:44:01.667Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-01T15:44:01.669Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T15:44:01.670Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669909369498,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/artifacts/service-BasicOnboardSsyqom-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:44:01.770Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T15:44:01.771Z||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-12-01T15:44:01.771Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ...
2022-12-01T15:44:01.782Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:44:01.783Z||pool-24-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-01T15:44:02.670Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-01T15:44:02.671Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-01T15:44:02.673Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T15:44:02.674Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669909369498,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/artifacts/service-BasicOnboardSsyqom-csar.csar",
"status": "NOTIFIED"
}
2022-12-01T15:44:02.774Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T15:44:02.775Z||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-12-01T15:44:02.775Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ...
2022-12-01T15:44:02.786Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:44:02.787Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-01T15:44:03.675Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251",
"serviceName": "basic_onboard_SSYqOM",
"serviceVersion": "1.0",
"serviceUUID": "685302b6-7431-4ca6-9677-d8e41570eb76",
"serviceDescription": "service",
"serviceInvariantUUID": "366e8e46-ae10-47a1-8051-3858e9d610a2",
"resources": [
{
"resourceInstanceName": "basic_onboard_SSYqOM 0",
"resourceCustomizationUUID": "9b31bfee-80c0-4e31-9c28-3fcb1a64a9e0",
"resourceName": "basic_onboard_SSYqOM",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "b57b9280-a6d4-4d7b-a51b-4fb639e16c81",
"resourceInvariantUUID": "5ac109a6-e8c2-4c86-8b2b-15a7ca2d8335",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_ssyqom0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/basic_onboard_ssyqom0_modules.json",
"artifactChecksum": "N2Q5NWUwNGEzODA0NDQ4NDE2MzRkZjRiODRmZjE0MDU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b597fdaa-6e1c-4d41-a895-539f88a720a2",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "76b9cba9-94d9-4f70-ab02-5cf65eaf8589",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "2393df26-4525-4c30-b581-202555dbf117",
"generatedFromUUID": "76b9cba9-94d9-4f70-ab02-5cf65eaf8589"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "2393df26-4525-4c30-b581-202555dbf117",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardSsyqom-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/artifacts/service-BasicOnboardSsyqom-csar.csar",
"artifactChecksum": "ZjA2MGRhMmQ0ODczZDA4YjZjMDk1NWJiYTVlMTIyYTM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b8a23277-913c-4e12-a914-b9b936e2cab2"
}
],
"workloadContext": "Production"
}
2022-12-01T15:44:03.676Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-01T15:44:03.676Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 685302b6-7431-4ca6-9677-d8e41570eb76 ASDC
2022-12-01T15:44:03.677Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:9e8c5e97-68cd-4187-a3d3-0e60cfa6c251
ServiceName:basic_onboard_SSYqOM
ServiceVersion:1.0
ServiceUUID:685302b6-7431-4ca6-9677-d8e41570eb76
ServiceInvariantUUID:366e8e46-ae10-47a1-8051-3858e9d610a2
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardSsyqom-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/artifacts/service-BasicOnboardSsyqom-csar.csar
ArtifactUUID:b8a23277-913c-4e12-a914-b9b936e2cab2
ArtifactChecksum:ZjA2MGRhMmQ0ODczZDA4YjZjMDk1NWJiYTVlMTIyYTM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_SSYqOM 0
ResourceCustomizationUUID:9b31bfee-80c0-4e31-9c28-3fcb1a64a9e0
ResourceInvariantUUID:5ac109a6-e8c2-4c86-8b2b-15a7ca2d8335
ResourceName:basic_onboard_SSYqOM
ResourceType:VF
ResourceUUID:b57b9280-a6d4-4d7b-a51b-4fb639e16c81
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_ssyqom0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/basic_onboard_ssyqom0_modules.json
ArtifactUUID:b597fdaa-6e1c-4d41-a895-539f88a720a2
ArtifactChecksum:N2Q5NWUwNGEzODA0NDQ4NDE2MzRkZjRiODRmZjE0MDU=
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/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/base_ubuntu18.yaml
ArtifactUUID:76b9cba9-94d9-4f70-ab02-5cf65eaf8589
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/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/base_ubuntu18.env
ArtifactUUID:2393df26-4525-4c30-b581-202555dbf117
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/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/base_ubuntu18.env
ArtifactUUID:2393df26-4525-4c30-b581-202555dbf117
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-12-01T15:44:03.678Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 685302b6-7431-4ca6-9677-d8e41570eb76 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-12-01T15:44:03.710Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-01T15:44:03.711Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-12-01T15:44:03.711Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-12-01T15:44:03.711Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: b8a23277-913c-4e12-a914-b9b936e2cab2 from URL: /sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/artifacts/service-BasicOnboardSsyqom-csar.csar
2022-12-01T15:44:03.711Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-12-01T15:44:03.712Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/artifacts/service-BasicOnboardSsyqom-csar.csar
2022-12-01T15:44:03.794Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-12-01T15:44:03.798Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/artifacts/service-BasicOnboardSsyqom-csar.csar b8a23277-913c-4e12-a914-b9b936e2cab2 75307
2022-12-01T15:44:03.798Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/artifacts/service-BasicOnboardSsyqom-csar.csar ASDC sendASDCNotification
2022-12-01T15:44:03.798Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/artifacts/service-BasicOnboardSsyqom-csar.csar
2022-12-01T15:44:03.798Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-01T15:44:03.799Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-01T15:44:03.801Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T15:44:03.801Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669909443798,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/artifacts/service-BasicOnboardSsyqom-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-01T15:44:03.901Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T15:44:03.902Z||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-12-01T15:44:03.902Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ...
2022-12-01T15:44:03.914Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:44:03.915Z||pool-26-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-12-01T15:44:04.801Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-01T15:44:04.803Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-12-01T15:44:04.804Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: b8a23277-913c-4e12-a914-b9b936e2cab2, URL: /sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/artifacts/service-BasicOnboardSsyqom-csar.csar to file: /app/ASDC/1/service-BasicOnboardSsyqom-csar.csar
2022-12-01T15:44:04.804Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardSsyqom-csar.csar
2022-12-01T15:44:04.805Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardSsyqom-csar.csar
2022-12-01T15:44:04.805Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardSsyqom-csar.csar
2022-12-01T15:44:05.064Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15838210250073418475/Definitions/service-BasicOnboardSsyqom-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_ubuntu18_metadata" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "compute_ubuntu18_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu18_key_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided
2022-12-01T15:44:06.396Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-01T15:44:06.396Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-12-01T15:44:06.396Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardSsyqom-csar.csar
2022-12-01T15:44:06.397Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-12-01T15:44:06.397Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardSsyqom-csar.csar
2022-12-01T15:44:06.397Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_SSYqOM 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicOnboardSsyqom-csar.csar
2022-12-01T15:44:06.397Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|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-BasicOnboardSsyqom-csar.csar
2022-12-01T15:44:06.397Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|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-BasicOnboardSsyqom-csar.csar
2022-12-01T15:44:06.397Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|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-BasicOnboardSsyqom-csar.csar
2022-12-01T15:44:06.397Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|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-BasicOnboardSsyqom-csar.csar
2022-12-01T15:44:06.397Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|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-BasicOnboardSsyqom-csar.csar
2022-12-01T15:44:06.397Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-12-01T15:44:06.398Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-01T15:44:06.398Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_SSYqOM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T15:44:06.398Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_SSYqOM 0 is matching search criteria
2022-12-01T15:44:06.398Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-12-01T15:44:06.399Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_SSYqOM 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-01T15:44:06.399Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-01T15:44:06.399Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_SSYqOM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T15:44:06.399Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_SSYqOM 0 is matching search criteria
2022-12-01T15:44:06.399Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-12-01T15:44:06.399Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_SSYqOM 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-01T15:44:06.400Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-01T15:44:06.400Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_SSYqOM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T15:44:06.400Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-01T15:44:06.400Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_SSYqOM 0 is not matching search criteria
2022-12-01T15:44:06.400Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-12-01T15:44:06.401Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-12-01T15:44:06.401Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-12-01T15:44:06.401Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-12-01T15:44:06.401Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-01T15:44:06.401Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-01T15:44:06.401Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_SSYqOM is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-01T15:44:06.401Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-01T15:44:06.402Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_SSYqOM 0 is matching search criteria
2022-12-01T15:44:06.402Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_SSYqOM 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-01T15:44:06.402Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-01T15:44:06.402Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_SSYqOM 0 is matching search criteria
2022-12-01T15:44:06.402Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_SSYqOM 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-01T15:44:06.403Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-01T15:44:06.403Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_SSYqOM 0 is matching search criteria
2022-12-01T15:44:06.403Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_SSYqOM 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-01T15:44:06.403Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-01T15:44:06.404Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_SSYqOM 0 is not matching search criteria
2022-12-01T15:44:06.404Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-12-01T15:44:06.404Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-12-01T15:44:06.404Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=d30a5cdd-79ba-4b66-b1a5-bc52fcb29757
2022-12-01T15:44:06.404Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-01T15:44:06.404Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_SSYqOM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T15:44:06.405Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-01T15:44:06.405Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_SSYqOM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T15:44:06.405Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-01T15:44:06.405Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_SSYqOM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T15:44:06.405Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-01T15:44:06.405Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_SSYqOM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T15:44:06.406Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_SSYqOM
Description:service
Model UUID:685302b6-7431-4ca6-9677-d8e41570eb76
Model Version:NULL
Model InvariantUuid:366e8e46-ae10-47a1-8051-3858e9d610a2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_SSYqOM
Model UUID:b9e0758f-780c-4784-beb4-3c0493892681
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:5ac109a6-e8c2-4c86-8b2b-15a7ca2d8335
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:9b31bfee-80c0-4e31-9c28-3fcb1a64a9e0
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:90d924ba-f04c-4b41-8a13-9de965703dc9
ModelName:BasicOnboardSsyqom..base_ubuntu18..module-0
ModelUuid:012c66a5-3c30-4a38-bd47-a11818343970
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:d30a5cdd-79ba-4b66-b1a5-bc52fcb29757
ModelInvariantUuid:efb91cbe-30be-4fc0-aa5d-ad31d3192402
ModelName:basic_onboard_SSYqOM-nodes.ubuntu18Cvfc
ModelUuid:5df35b82-12be-4431-9eb8-b55fc426d5b8
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:04fb6215-294d-4e85-9f81-0dd136c62332
ModelInvariantUuid:378b2879-796d-4fa4-a62c-f74b334d03c1
ModelName:BasicOnboardSsyqom.compute.nodes.heat.ubuntu18
ModelUuid:a7f45d50-536f-4019-9019-82d8d6263538
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-12-01T15:44:06.414Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: b57b9280-a6d4-4d7b-a51b-4fb639e16c81
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-12-01T15:44:06.418Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||basic_onboard_SSYqOM 0
2022-12-01T15:44:06.418Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b57b9280-a6d4-4d7b-a51b-4fb639e16c81
2022-12-01T15:44:06.418Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: b597fdaa-6e1c-4d41-a895-539f88a720a2 from URL: /sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/basic_onboard_ssyqom0_modules.json
2022-12-01T15:44:06.418Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-12-01T15:44:06.419Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/basic_onboard_ssyqom0_modules.json
2022-12-01T15:44:06.473Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-12-01T15:44:06.473Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/basic_onboard_ssyqom0_modules.json b597fdaa-6e1c-4d41-a895-539f88a720a2 798
2022-12-01T15:44:06.474Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/basic_onboard_ssyqom0_modules.json ASDC sendASDCNotification
2022-12-01T15:44:06.474Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/basic_onboard_ssyqom0_modules.json
2022-12-01T15:44:06.474Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-01T15:44:06.475Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-01T15:44:06.477Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T15:44:06.477Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669909446474,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/basic_onboard_ssyqom0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-01T15:44:06.577Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T15:44:06.578Z||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-12-01T15:44:06.578Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ...
2022-12-01T15:44:06.589Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:44:06.590Z||pool-27-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-12-01T15:44:07.477Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardSsyqom..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "90d924ba-f04c-4b41-8a13-9de965703dc9",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "012c66a5-3c30-4a38-bd47-a11818343970",
"vfModuleModelCustomizationUUID": "f2f8116d-4c66-4900-a96b-a3e340741d1e",
"isBase": true,
"artifacts": [
"76b9cba9-94d9-4f70-ab02-5cf65eaf8589",
"2393df26-4525-4c30-b581-202555dbf117"
],
"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-12-01T15:44:07.483Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardSsyqom..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:012c66a5-3c30-4a38-bd47-a11818343970
VfModuleModelInvariantUUID:90d924ba-f04c-4b41-8a13-9de965703dc9
VfModuleModelDescription:NULL
Artifacts UUID List:{
76b9cba9-94d9-4f70-ab02-5cf65eaf8589
,
2393df26-4525-4c30-b581-202555dbf117
}
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-12-01T15:44:07.486Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardSsyqom..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "90d924ba-f04c-4b41-8a13-9de965703dc9",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "012c66a5-3c30-4a38-bd47-a11818343970",
"vfModuleModelCustomizationUUID": "f2f8116d-4c66-4900-a96b-a3e340741d1e",
"isBase": true,
"artifacts": [
"76b9cba9-94d9-4f70-ab02-5cf65eaf8589",
"2393df26-4525-4c30-b581-202555dbf117"
],
"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-12-01T15:44:07.486Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardSsyqom..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:012c66a5-3c30-4a38-bd47-a11818343970
VfModuleModelInvariantUUID:90d924ba-f04c-4b41-8a13-9de965703dc9
VfModuleModelDescription:NULL
Artifacts UUID List:{
76b9cba9-94d9-4f70-ab02-5cf65eaf8589
,
2393df26-4525-4c30-b581-202555dbf117
}
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-12-01T15:44:07.486Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 76b9cba9-94d9-4f70-ab02-5cf65eaf8589 from URL: /sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/base_ubuntu18.yaml
2022-12-01T15:44:07.486Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-12-01T15:44:07.486Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/base_ubuntu18.yaml
2022-12-01T15:44:07.536Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-12-01T15:44:07.536Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/base_ubuntu18.yaml 76b9cba9-94d9-4f70-ab02-5cf65eaf8589 5033
2022-12-01T15:44:07.537Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-12-01T15:44:07.537Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/base_ubuntu18.yaml
2022-12-01T15:44:07.537Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-01T15:44:07.537Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-01T15:44:07.539Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T15:44:07.539Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669909447537,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-01T15:44:07.639Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T15:44:07.641Z||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-12-01T15:44:07.641Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ...
2022-12-01T15:44:07.653Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:44:07.654Z||pool-28-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-12-01T15:44:08.540Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 2393df26-4525-4c30-b581-202555dbf117 from URL: /sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/base_ubuntu18.env
2022-12-01T15:44:08.540Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-12-01T15:44:08.540Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/base_ubuntu18.env
2022-12-01T15:44:08.589Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-12-01T15:44:08.589Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/base_ubuntu18.env 2393df26-4525-4c30-b581-202555dbf117 909
2022-12-01T15:44:08.590Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-12-01T15:44:08.590Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/base_ubuntu18.env
2022-12-01T15:44:08.590Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-01T15:44:08.590Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-01T15:44:08.592Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T15:44:08.592Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669909448590,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-12-01T15:44:08.692Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T15:44:08.693Z||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-12-01T15:44:08.693Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ...
2022-12-01T15:44:08.708Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:44:08.708Z||pool-29-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-12-01T15:44:09.593Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 685302b6-7431-4ca6-9677-d8e41570eb76
2022-12-01T15:44:09.593Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_SSYqOM 0 b57b9280-a6d4-4d7b-a51b-4fb639e16c81 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-12-01T15:44:09.607Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2c7374a7, org.onap.sdc.toscaparser.api.parameters.Input@4661b80, org.onap.sdc.toscaparser.api.parameters.Input@73d89d85, org.onap.sdc.toscaparser.api.parameters.Input@f66107f, org.onap.sdc.toscaparser.api.parameters.Input@38079b78]
2022-12-01T15:44:09.608Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-01T15:44:09.608Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_SSYqOM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T15:44:09.609Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic
2022-12-01T15:44:09.609Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 9b31bfee-80c0-4e31-9c28-3fcb1a64a9e0
2022-12-01T15:44:09.609Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9b31bfee-80c0-4e31-9c28-3fcb1a64a9e0 matches Tosca VF Customization UUID: 9b31bfee-80c0-4e31-9c28-3fcb1a64a9e0
2022-12-01T15:44:09.609Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 9b31bfee-80c0-4e31-9c28-3fcb1a64a9e0 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-12-01T15:44:09.612Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-01T15:44:09.612Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_SSYqOM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T15:44:09.613Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 9b31bfee-80c0-4e31-9c28-3fcb1a64a9e0: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-12-01T15:44:09.613Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4d0a7b4
2022-12-01T15:44:09.613Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-01T15:44:09.613Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_SSYqOM is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-01T15:44:09.613Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f2f8116d-4c66-4900-a96b-a3e340741d1e
2022-12-01T15:44:09.614Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f2f8116d-4c66-4900-a96b-a3e340741d1e
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-12-01T15:44:09.616Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-01T15:44:09.616Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_SSYqOM 0 is matching search criteria
2022-12-01T15:44:09.616Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_SSYqOM 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-01T15:44:09.617Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-01T15:44:09.617Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_SSYqOM 0 is matching search criteria
2022-12-01T15:44:09.617Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_SSYqOM 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-01T15:44:09.617Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-01T15:44:09.617Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_SSYqOM 0 is not matching search criteria
2022-12-01T15:44:09.617Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-12-01T15:44:09.618Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-12-01T15:44:09.618Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=d30a5cdd-79ba-4b66-b1a5-bc52fcb29757
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-12-01T15:44:09.620Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-01T15:44:09.620Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_SSYqOM 0 is matching search criteria
2022-12-01T15:44:09.620Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_SSYqOM 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-01T15:44:09.620Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-01T15:44:09.621Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_SSYqOM 0 is matching search criteria
2022-12-01T15:44:09.621Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_SSYqOM 0] matching following query criteria: sdcType=VF, customizationUUID=9b31bfee-80c0-4e31-9c28-3fcb1a64a9e0
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-12-01T15:44:09.623Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-01T15:44:09.623Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_SSYqOM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T15:44:09.623Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 685302b6-7431-4ca6-9677-d8e41570eb76: basic_onboard_SSYqOM
2022-12-01T15:44:09.624Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-01T15:44:09.624Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_SSYqOM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T15:44:09.624Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-01T15:44:09.624Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_SSYqOM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T15:44:09.624Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-01T15:44:09.624Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_SSYqOM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T15:44:09.625Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-01T15:44:09.625Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_SSYqOM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T15:44:09.625Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-01T15:44:09.625Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_SSYqOM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T15:44:09.626Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Saving Service: basic_onboard_SSYqOM
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-12-01T15:44:09.713Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_SSYqOM b57b9280-a6d4-4d7b-a51b-4fb639e16c81 1 ASDC deployResourceStructure
2022-12-01T15:44:09.713Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/basic_onboard_ssyqom0_modules.json ASDC sendASDCNotification
2022-12-01T15:44:09.714Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/basic_onboard_ssyqom0_modules.json
2022-12-01T15:44:09.714Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-01T15:44:09.714Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-01T15:44:09.717Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T15:44:09.717Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669909449713,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/basic_onboard_ssyqom0_modules.json",
"status": "DEPLOY_OK"
}
2022-12-01T15:44:09.817Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T15:44:09.818Z||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-12-01T15:44:09.818Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ...
2022-12-01T15:44:09.830Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:44:09.830Z||pool-30-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-01T15:44:10.718Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-12-01T15:44:10.718Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/base_ubuntu18.yaml
2022-12-01T15:44:10.719Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-01T15:44:10.719Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-01T15:44:10.721Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T15:44:10.721Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669909450718,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-12-01T15:44:10.821Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T15:44:10.822Z||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-12-01T15:44:10.822Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ...
2022-12-01T15:44:10.833Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:44:10.833Z||pool-31-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-12-01T15:44:11.722Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-12-01T15:44:11.723Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/base_ubuntu18.env
2022-12-01T15:44:11.723Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-01T15:44:11.723Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-01T15:44:11.726Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T15:44:11.726Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669909451722,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-12-01T15:44:11.826Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T15:44:11.827Z||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-12-01T15:44:11.827Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ...
2022-12-01T15:44:11.842Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:44:11.842Z||pool-32-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-01T15:44:12.727Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/artifacts/service-BasicOnboardSsyqom-csar.csar ASDC sendASDCNotification
2022-12-01T15:44:12.728Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/artifacts/service-BasicOnboardSsyqom-csar.csar
2022-12-01T15:44:12.728Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-01T15:44:12.728Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-01T15:44:12.730Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T15:44:12.731Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669909452727,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/artifacts/service-BasicOnboardSsyqom-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-01T15:44:12.831Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T15:44:12.832Z||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-12-01T15:44:12.832Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ...
2022-12-01T15:44:12.843Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:44:12.843Z||pool-33-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-01T15:44:13.731Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9e8c5e97-68cd-4187-a3d3-0e60cfa6c251
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-12-01T15:44:13.744Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9e8c5e97-68cd-4187-a3d3-0e60cfa6c251
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-12-01T15:44:13.747Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-01T15:44:13.747Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-01T15:44:13.747Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-01T15:44:43.748Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9e8c5e97-68cd-4187-a3d3-0e60cfa6c251
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-12-01T15:44:43.763Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9e8c5e97-68cd-4187-a3d3-0e60cfa6c251
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-12-01T15:44:43.765Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-01T15:44:43.765Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-01T15:44:43.765Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-01T15:44:49.500Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T15:44:49.502Z||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-12-01T15:44:49.502Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T15:44:49.530Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:44:49.531Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:44:49.531Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251",
"consumerID": "aai-ml",
"timestamp": 1669909367544,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/basic_onboard_ssyqom0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:44:49.532Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-01T15:45:13.766Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9e8c5e97-68cd-4187-a3d3-0e60cfa6c251
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-12-01T15:45:13.777Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9e8c5e97-68cd-4187-a3d3-0e60cfa6c251
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-12-01T15:45:13.779Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-01T15:45:13.780Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-01T15:45:13.780Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-01T15:45:43.780Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9e8c5e97-68cd-4187-a3d3-0e60cfa6c251
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-12-01T15:45:43.793Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9e8c5e97-68cd-4187-a3d3-0e60cfa6c251
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-12-01T15:45:43.797Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-01T15:45:43.798Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-01T15:45:43.798Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-01T15:45:49.500Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T15:45:49.501Z||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-12-01T15:45:49.502Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T15:45:49.530Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:45:49.531Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:45:49.531Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669909363761,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/artifacts/service-BasicOnboardSsyqom-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:45:49.532Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-01T15:45:49.532Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:45:49.532Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669909369498,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:45:49.532Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-01T15:45:49.533Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:45:49.533Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251",
"consumerID": "ves-openapi-manager",
"timestamp": 1669909365840,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:45:49.533Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-01T15:45:49.533Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:45:49.533Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251",
"consumerID": "aai-ml",
"timestamp": 1669909367544,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:45:49.533Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-01T15:45:49.533Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:45:49.533Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669909363761,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/artifacts/service-BasicOnboardSsyqom-csar.csar",
"status": "NOTIFIED"
}
2022-12-01T15:45:49.533Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-01T15:45:49.533Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:45:49.534Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669909369498,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/vfwfd8983f5feef0_modules.json",
"status": "NOTIFIED"
}
2022-12-01T15:45:49.534Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-01T15:45:49.534Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:45:49.534Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251",
"consumerID": "ves-openapi-manager",
"timestamp": 1669909365840,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/artifacts/service-BasicOnboardSsyqom-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:45:49.534Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-01T15:45:49.534Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:45:49.534Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251",
"consumerID": "aai-ml",
"timestamp": 1669909367544,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:45:49.534Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-01T15:45:49.534Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:45:49.534Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669909371493,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/basic_onboard_ssyqom0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-01T15:45:49.535Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T15:45:49.535Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:45:49.535Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669909369498,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-12-01T15:45:49.535Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-01T15:45:49.535Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:45:49.535Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251",
"consumerID": "ves-openapi-manager",
"timestamp": 1669909365840,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/artifacts/service-BasicOnboardSsyqom-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:45:49.535Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-01T15:45:49.535Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:45:49.535Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251",
"consumerID": "aai-ml",
"timestamp": 1669909367544,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:45:49.535Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-01T15:45:49.535Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:45:49.536Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669909369498,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:45:49.536Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-01T15:45:49.536Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:45:49.536Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669909372555,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-01T15:45:49.536Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T15:45:49.536Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:45:49.536Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251",
"consumerID": "aai-ml",
"timestamp": 1669909367544,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/artifacts/service-BasicOnboardSsyqom-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:45:49.536Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-01T15:45:49.536Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:45:49.536Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669909369498,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-12-01T15:45:49.536Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-01T15:45:49.537Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:45:49.537Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669909373613,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-12-01T15:45:49.537Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T15:45:49.537Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:45:49.537Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251",
"consumerID": "aai-ml",
"timestamp": 1669909367544,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/artifacts/service-BasicOnboardSsyqom-csar.csar",
"status": "NOTIFIED"
}
2022-12-01T15:45:49.537Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-01T15:45:49.537Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:45:49.537Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669909369498,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/artifacts/service-Vfw20221201154127-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:45:49.537Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-01T15:45:49.537Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:45:49.537Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669909374657,
"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-12-01T15:45:49.544Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9e8c5e97-68cd-4187-a3d3-0e60cfa6c251
2022-12-01T15:45:49.544Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e8c5e97-68cd-4187-a3d3-0e60cfa6c251 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-12-01T15:45:49.554Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:45:49.555Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251",
"consumerID": "aai-ml",
"timestamp": 1669909375275,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/artifacts/service-BasicOnboardSsyqom-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-01T15:45:49.555Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T15:45:49.555Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:45:49.555Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669909369498,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/artifacts/service-Vfw20221201154127-csar.csar",
"status": "NOTIFIED"
}
2022-12-01T15:45:49.555Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-01T15:45:49.555Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:45:49.556Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669909375661,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/basic_onboard_ssyqom0_modules.json",
"status": "DEPLOY_OK"
}
2022-12-01T15:45:49.556Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T15:45:49.556Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:45:49.556Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669909377555,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/artifacts/service-Vfw20221201154127-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-01T15:45:49.556Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T15:45:49.556Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:45:49.556Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669909379736,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:45:49.557Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-01T15:45:49.557Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:45:49.557Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669909379736,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/basic_onboard_ssyqom0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:45:49.557Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-01T15:45:49.557Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:45:49.557Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669909382525,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/vfwfd8983f5feef0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-01T15:45:49.557Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T15:45:49.557Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:45:49.557Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251",
"consumerID": "aai-ml",
"timestamp": 1669909382291,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/artifacts/service-BasicOnboardSsyqom-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-01T15:45:49.557Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T15:45:49.557Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:45:49.558Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669909379736,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:45:49.558Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-01T15:45:49.558Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:45:49.558Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669909383602,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-01T15:45:49.558Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T15:45:49.558Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:45:49.558Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251",
"consumerID": "aai-ml",
"timestamp": 1669909383297,
"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-12-01T15:45:49.565Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9e8c5e97-68cd-4187-a3d3-0e60cfa6c251
2022-12-01T15:45:49.565Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e8c5e97-68cd-4187-a3d3-0e60cfa6c251 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-12-01T15:45:49.575Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:45:49.575Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669909379736,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:45:49.575Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-01T15:45:49.575Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:45:49.575Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669909384660,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-12-01T15:45:49.575Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T15:45:49.576Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:45:49.576Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669909379736,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:45:49.576Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-01T15:45:49.576Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:45:49.576Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669909386026,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/vfwfd8983f5feef0_modules.json",
"status": "DEPLOY_OK"
}
2022-12-01T15:45:49.576Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T15:45:49.576Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:45:49.576Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669909379736,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/artifacts/service-BasicOnboardSsyqom-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:45:49.576Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-01T15:45:49.577Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:45:49.577Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669909387030,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-12-01T15:45:49.577Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T15:45:49.577Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:45:49.577Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669909379736,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/artifacts/service-BasicOnboardSsyqom-csar.csar",
"status": "NOTIFIED"
}
2022-12-01T15:45:49.577Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-01T15:45:49.577Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:45:49.577Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669909388034,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-12-01T15:45:49.577Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T15:45:49.577Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:45:49.578Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669909387482,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/artifacts/service-BasicOnboardSsyqom-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-01T15:45:49.578Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T15:45:49.578Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:45:49.578Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669909389038,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/artifacts/service-Vfw20221201154127-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-01T15:45:49.578Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T15:45:49.578Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:45:49.578Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669909389867,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/artifacts/service-BasicOnboardSsyqom-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-01T15:45:49.578Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T15:45:49.579Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:45:49.579Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669909390872,
"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-12-01T15:45:49.584Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9e8c5e97-68cd-4187-a3d3-0e60cfa6c251
2022-12-01T15:45:49.584Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e8c5e97-68cd-4187-a3d3-0e60cfa6c251 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-12-01T15:46:13.798Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9e8c5e97-68cd-4187-a3d3-0e60cfa6c251
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-12-01T15:46:13.812Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9e8c5e97-68cd-4187-a3d3-0e60cfa6c251
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-12-01T15:46:13.816Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-01T15:46:13.816Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-01T15:46:13.816Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-01T15:46:13.816Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-01T15:46:13.816Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-01T15:46:13.817Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-01T15:46:13.817Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-01T15:46:13.817Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-01T15:46:13.817Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-01T15:46:13.817Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|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-12-01T15:46:13.821Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-01T15:46:43.826Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9e8c5e97-68cd-4187-a3d3-0e60cfa6c251 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-12-01T15:46:43.836Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9e8c5e97-68cd-4187-a3d3-0e60cfa6c251 and serviceModelVersionId: 685302b6-7431-4ca6-9677-d8e41570eb76
2022-12-01T15:46:43.837Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 366e8e46-ae10-47a1-8051-3858e9d610a2
2022-12-01T15:46:43.838Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/366e8e46-ae10-47a1-8051-3858e9d610a2/model-vers/model-ver/685302b6-7431-4ca6-9677-d8e41570eb76?depth=0
2022-12-01T15:46:43.842Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-12-01T15:46:43.898Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/366e8e46-ae10-47a1-8051-3858e9d610a2/model-vers/model-ver/685302b6-7431-4ca6-9677-d8e41570eb76?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-12-01T15:46:43.900Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/366e8e46-ae10-47a1-8051-3858e9d610a2/model-vers/model-ver/685302b6-7431-4ca6-9677-d8e41570eb76?depth=0|INFO|500||Invoke
2022-12-01T15:46:43.933Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/366e8e46-ae10-47a1-8051-3858e9d610a2/model-vers/model-ver/685302b6-7431-4ca6-9677-d8e41570eb76?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-12-01T15:46:44.147Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/366e8e46-ae10-47a1-8051-3858e9d610a2/model-vers/model-ver/685302b6-7431-4ca6-9677-d8e41570eb76?depth=0|INFO|500||InvokeReturn
2022-12-01T15:46:44.148Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/366e8e46-ae10-47a1-8051-3858e9d610a2/model-vers/model-ver/685302b6-7431-4ca6-9677-d8e41570eb76?depth=0 has http status code:200 and response headers:{date=[Thu, 01 Dec 2022 15:46:42 GMT], content-length=[0], vertex-id=[581680], x-aai-txid=[0-aai-resources-221201-15:46:42:891-41989], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-01T15:46:44.148Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2022-12-01T15:46:44.148Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-01T15:46:44.148Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|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-12-01T15:46:44.160Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|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-12-01T15:46:44.161Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9e8c5e97-68cd-4187-a3d3-0e60cfa6c251 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-01T15:46:44.161Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-01T15:46:44.162Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-01T15:46:44.165Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T15:46:44.165Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669909604161,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-01T15:46:44.265Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T15:46:44.266Z||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-12-01T15:46:44.266Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ...
2022-12-01T15:46:44.282Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:46:44.283Z||pool-34-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-01T15:46:45.177Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T15:46:45.178Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|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-12-01T15:46:45.178Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|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 T9CvQUcxIwta97fz) ...
2022-12-01T15:46:49.500Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T15:46:49.501Z||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-12-01T15:46:49.502Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T15:46:49.528Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:46:49.529Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:46:49.529Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669909435618,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-01T15:46:49.530Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T15:46:49.530Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:46:49.530Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669909369498,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:46:49.530Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-01T15:46:49.530Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:46:49.530Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669909369498,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/basic_onboard_ssyqom0_modules.json",
"status": "NOTIFIED"
}
2022-12-01T15:46:49.530Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-01T15:46:49.531Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:46:49.531Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669909369498,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-12-01T15:46:49.531Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-01T15:46:49.531Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:46:49.531Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669909369498,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:46:49.531Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-01T15:46:49.531Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:46:49.531Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669909369498,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-12-01T15:46:49.531Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-01T15:46:49.531Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:46:49.532Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669909369498,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/artifacts/service-BasicOnboardSsyqom-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:46:49.532Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-01T15:46:49.532Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:46:49.532Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669909369498,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/artifacts/service-BasicOnboardSsyqom-csar.csar",
"status": "NOTIFIED"
}
2022-12-01T15:46:49.532Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-01T15:46:49.532Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:46:49.532Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669909443798,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/artifacts/service-BasicOnboardSsyqom-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-01T15:46:49.532Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T15:46:49.532Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:46:49.532Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669909446474,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/basic_onboard_ssyqom0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-01T15:46:49.533Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T15:46:49.533Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:46:49.533Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669909447537,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-01T15:46:49.533Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T15:46:49.533Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:46:49.533Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669909448590,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-12-01T15:46:49.533Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T15:46:49.533Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:46:49.533Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669909449713,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/basic_onboard_ssyqom0_modules.json",
"status": "DEPLOY_OK"
}
2022-12-01T15:46:49.534Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T15:46:49.534Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:46:49.534Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669909450718,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-12-01T15:46:49.534Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T15:46:49.534Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:46:49.534Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669909451722,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-12-01T15:46:49.534Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T15:46:49.534Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:46:49.535Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669909452727,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/artifacts/service-BasicOnboardSsyqom-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-01T15:46:49.535Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T15:46:55.458Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:46:55.459Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T15:46:55.459Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|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-12-01T15:46:55.459Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|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 T9CvQUcxIwta97fz) ...
2022-12-01T15:47:05.054Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:47:05.055Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T15:47:05.056Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|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-12-01T15:47:05.056Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|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 T9CvQUcxIwta97fz) ...
2022-12-01T15:47:14.604Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:47:14.605Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T15:47:14.606Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|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-12-01T15:47:14.606Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|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 T9CvQUcxIwta97fz) ...
2022-12-01T15:47:24.146Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:47:49.498Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T15:47:49.499Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|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-12-01T15:47:49.499Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|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 T9CvQUcxIwta97fz) ...
2022-12-01T15:47:49.500Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T15:47:49.501Z||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-12-01T15:47:49.501Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T15:47:50.024Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:47:50.024Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-01T15:47:50.024Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669909604161,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-01T15:47:50.025Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T15:47:59.043Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:48:49.498Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T15:48:49.498Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|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-12-01T15:48:49.499Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|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 T9CvQUcxIwta97fz) ...
2022-12-01T15:48:49.500Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T15:48:49.501Z||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-12-01T15:48:49.501Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T15:48:59.043Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:48:59.046Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:49:49.498Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T15:49:49.499Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|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-12-01T15:49:49.499Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|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 T9CvQUcxIwta97fz) ...
2022-12-01T15:49:49.500Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T15:49:49.501Z||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-12-01T15:49:49.501Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T15:49:59.048Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:49:59.049Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:50:49.498Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T15:50:49.499Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|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-12-01T15:50:49.499Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|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 T9CvQUcxIwta97fz) ...
2022-12-01T15:50:49.500Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T15:50:49.501Z||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-12-01T15:50:49.501Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T15:50:59.041Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:50:59.041Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:51:49.498Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T15:51:49.500Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T15:51:49.501Z||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-12-01T15:51:49.501Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T15:51:49.501Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|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-12-01T15:51:49.502Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|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 T9CvQUcxIwta97fz) ...
2022-12-01T15:51:59.054Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:51:59.056Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:52:49.498Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T15:52:49.499Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|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-12-01T15:52:49.499Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|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 T9CvQUcxIwta97fz) ...
2022-12-01T15:52:49.500Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T15:52:49.501Z||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-12-01T15:52:49.501Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T15:52:59.040Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:52:59.046Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:53:49.498Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T15:53:49.499Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|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-12-01T15:53:49.499Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|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 T9CvQUcxIwta97fz) ...
2022-12-01T15:53:49.500Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T15:53:49.501Z||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-12-01T15:53:49.501Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T15:53:59.043Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:53:59.043Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:54:49.498Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T15:54:49.499Z||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-12-01T15:54:49.499Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T15:54:49.500Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T15:54:49.501Z||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-12-01T15:54:49.501Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T15:54:59.043Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:54:59.043Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:55:49.498Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T15:55:49.499Z||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-12-01T15:55:49.499Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T15:55:49.500Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T15:55:49.501Z||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-12-01T15:55:49.501Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T15:55:59.042Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:55:59.050Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:56:49.498Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T15:56:49.499Z||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-12-01T15:56:49.499Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T15:56:49.500Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T15:56:49.501Z||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-12-01T15:56:49.501Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T15:56:49.703Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:56:49.704Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:56:49.704Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "372afc1e-dc32-4d10-91f1-09a57d10dfbc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669910203761,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:56:49.706Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-01T15:56:49.706Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:56:49.706Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "372afc1e-dc32-4d10-91f1-09a57d10dfbc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669910203761,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-01T15:56:49.706Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-01T15:56:49.706Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:56:49.706Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "372afc1e-dc32-4d10-91f1-09a57d10dfbc",
"consumerID": "cds",
"timestamp": 1669910204238,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:56:49.707Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-01T15:56:49.707Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:56:49.707Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "372afc1e-dc32-4d10-91f1-09a57d10dfbc",
"consumerID": "ves-openapi-manager",
"timestamp": 1669910205840,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:56:49.707Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-01T15:56:49.707Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:56:49.707Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "372afc1e-dc32-4d10-91f1-09a57d10dfbc",
"consumerID": "cds",
"timestamp": 1669910204238,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-01T15:56:49.707Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-01T15:56:49.707Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:56:49.707Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "372afc1e-dc32-4d10-91f1-09a57d10dfbc",
"consumerID": "ves-openapi-manager",
"timestamp": 1669910205840,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:56:49.708Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-01T15:56:49.708Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:56:49.708Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "372afc1e-dc32-4d10-91f1-09a57d10dfbc",
"consumerID": "cds",
"timestamp": 1669910207122,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-01T15:56:49.708Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T15:56:49.708Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:56:49.708Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "372afc1e-dc32-4d10-91f1-09a57d10dfbc",
"consumerID": "aai-ml",
"timestamp": 1669910207544,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:56:49.708Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-01T15:56:50.129Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:56:50.130Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T15:56:50.130Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"372afc1e-dc32-4d10-91f1-09a57d10dfbc","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"4500509f-6b88-4116-9df4-4665dda2ec08","serviceDescription":"service","serviceInvariantUUID":"7452a227-d83a-44e7-ae7a-d5455805c59e","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"827aeb09-2669-44ee-a3bc-472cbccc9c4d","resourceInvariantUUID":"4e776dcd-c763-425f-aff2-adea1880e0ca","resourceCustomizationUUID":"02d702e8-46fb-4174-8cd1-0daf0eb5e94d","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":"NjA4YmMwZGM2ODEzNzAxYzYzZDQxYWMwYjllM2IxMzg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"666392a3-8610-47ce-9d07-cacc27b56fa6","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MTcyZjU0ZTZhYmNiYzMwYzQ5YmJlMmZkOWM5ZGYyODA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"08b55c10-db7d-461b-986b-89abac8cb778","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-01T15:56:50.138Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-01T15:56:50.138Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-01T15:56:50.142Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T15:56:50.142Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "372afc1e-dc32-4d10-91f1-09a57d10dfbc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669910209498,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:56:50.242Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T15:56:50.243Z||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-12-01T15:56:50.243Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ...
2022-12-01T15:56:50.257Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:56:50.257Z||pool-35-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-01T15:56:51.143Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-01T15:56:51.144Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-01T15:56:51.146Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T15:56:51.146Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "372afc1e-dc32-4d10-91f1-09a57d10dfbc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669910209498,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-01T15:56:51.246Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T15:56:51.247Z||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-12-01T15:56:51.247Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ...
2022-12-01T15:56:51.259Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:56:51.260Z||pool-36-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-01T15:56:52.147Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "372afc1e-dc32-4d10-91f1-09a57d10dfbc",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "4500509f-6b88-4116-9df4-4665dda2ec08",
"serviceDescription": "service",
"serviceInvariantUUID": "7452a227-d83a-44e7-ae7a-d5455805c59e",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "02d702e8-46fb-4174-8cd1-0daf0eb5e94d",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "827aeb09-2669-44ee-a3bc-472cbccc9c4d",
"resourceInvariantUUID": "4e776dcd-c763-425f-aff2-adea1880e0ca",
"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": "MTcyZjU0ZTZhYmNiYzMwYzQ5YmJlMmZkOWM5ZGYyODA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "08b55c10-db7d-461b-986b-89abac8cb778"
}
],
"workloadContext": "Production"
}
2022-12-01T15:56:52.148Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-01T15:56:52.148Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 4500509f-6b88-4116-9df4-4665dda2ec08 ASDC
2022-12-01T15:56:52.149Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:372afc1e-dc32-4d10-91f1-09a57d10dfbc
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:4500509f-6b88-4116-9df4-4665dda2ec08
ServiceInvariantUUID:7452a227-d83a-44e7-ae7a-d5455805c59e
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:08b55c10-db7d-461b-986b-89abac8cb778
ArtifactChecksum:MTcyZjU0ZTZhYmNiYzMwYzQ5YmJlMmZkOWM5ZGYyODA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:02d702e8-46fb-4174-8cd1-0daf0eb5e94d
ResourceInvariantUUID:4e776dcd-c763-425f-aff2-adea1880e0ca
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:827aeb09-2669-44ee-a3bc-472cbccc9c4d
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-12-01T15:56:52.149Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4500509f-6b88-4116-9df4-4665dda2ec08 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-12-01T15:56:52.190Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-01T15:56:52.191Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-12-01T15:56:52.191Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-12-01T15:56:52.191Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 08b55c10-db7d-461b-986b-89abac8cb778 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-01T15:56:52.192Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-12-01T15:56:52.192Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-01T15:56:52.251Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-12-01T15:56:52.260Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 08b55c10-db7d-461b-986b-89abac8cb778 57662
2022-12-01T15:56:52.260Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-12-01T15:56:52.260Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-01T15:56:52.260Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-01T15:56:52.261Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-01T15:56:52.263Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T15:56:52.263Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "372afc1e-dc32-4d10-91f1-09a57d10dfbc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669910212260,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-01T15:56:52.363Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T15:56:52.364Z||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-12-01T15:56:52.364Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ...
2022-12-01T15:56:52.377Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:56:52.377Z||pool-37-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-12-01T15:56:53.263Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-01T15:56:53.265Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-12-01T15:56:53.265Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 08b55c10-db7d-461b-986b-89abac8cb778, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-01T15:56:53.266Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-12-01T15:56:53.266Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-01T15:56:53.267Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-01T15:56:53.434Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3244836455534441065/Definitions/service-BasicNetwork-template.yml
2022-12-01T15:56:54.050Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-01T15:56:54.051Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-12-01T15:56:54.051Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-01T15:56:54.051Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-12-01T15:56:54.052Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||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-12-01T15:56:54.052Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||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-12-01T15:56:54.052Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||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-12-01T15:56:54.052Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||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-12-01T15:56:54.053Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||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-12-01T15:56:54.053Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||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-12-01T15:56:54.053Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||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-12-01T15:56:54.053Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||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-12-01T15:56:54.053Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-12-01T15:56:54.054Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-01T15:56:54.054Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T15:56:54.054Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-12-01T15:56:54.055Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-12-01T15:56:54.055Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-01T15:56:54.055Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-01T15:56:54.055Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T15:56:54.056Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-12-01T15:56:54.056Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-12-01T15:56:54.056Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-01T15:56:54.056Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-01T15:56:54.056Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T15:56:54.057Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-01T15:56:54.057Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T15:56:54.057Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-01T15:56:54.058Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T15:56:54.058Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-01T15:56:54.058Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T15:56:54.058Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-01T15:56:54.058Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T15:56:54.059Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:4500509f-6b88-4116-9df4-4665dda2ec08
Model Version:NULL
Model InvariantUuid:7452a227-d83a-44e7-ae7a-d5455805c59e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:4e776dcd-c763-425f-aff2-adea1880e0ca
Model UUID:3217f758-6648-4723-8488-5554a1061385
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:02d702e8-46fb-4174-8cd1-0daf0eb5e94d
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-12-01T15:56:54.066Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||INFO|500||Processing Resource Type: VL, Model UUID: 827aeb09-2669-44ee-a3bc-472cbccc9c4d
2022-12-01T15:56:54.067Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||INFO|500||No resources found for Service: 4500509f-6b88-4116-9df4-4665dda2ec08
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-12-01T15:56:54.074Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||INFO|500||
2022-12-01T15:56:54.075Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-12-01T15:56:54.076Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 4500509f-6b88-4116-9df4-4665dda2ec08
2022-12-01T15:56:54.076Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 4500509f-6b88-4116-9df4-4665dda2ec08
2022-12-01T15:56:54.076Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-12-01T15:56:54.077Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||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-12-01T15:56:54.083Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@36b97c69, org.onap.sdc.toscaparser.api.parameters.Input@71bea709, org.onap.sdc.toscaparser.api.parameters.Input@711d86d1, org.onap.sdc.toscaparser.api.parameters.Input@723a0588, org.onap.sdc.toscaparser.api.parameters.Input@f1d7592]
2022-12-01T15:56:54.085Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-01T15:56:54.085Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T15:56:54.086Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-01T15:56:54.086Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T15:56:54.087Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 4500509f-6b88-4116-9df4-4665dda2ec08: Generic NeutronNet
2022-12-01T15:56:54.087Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-01T15:56:54.087Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T15:56:54.088Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-01T15:56:54.088Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||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-12-01T15:56:54.152Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-01T15:56:54.152Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T15:56:54.153Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-01T15:56:54.153Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T15:56:54.153Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-01T15:56:54.153Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T15:56:54.153Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||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-12-01T15:56:54.215Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-12-01T15:56:54.215Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-12-01T15:56:54.215Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-01T15:56:54.216Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-01T15:56:54.216Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-01T15:56:54.217Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T15:56:54.218Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "372afc1e-dc32-4d10-91f1-09a57d10dfbc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669910214215,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-01T15:56:54.318Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T15:56:54.319Z||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-12-01T15:56:54.319Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ...
2022-12-01T15:56:54.333Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:56:54.333Z||pool-38-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-01T15:56:55.219Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 372afc1e-dc32-4d10-91f1-09a57d10dfbc
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-12-01T15:56:55.229Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 372afc1e-dc32-4d10-91f1-09a57d10dfbc
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-12-01T15:56:55.230Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-01T15:56:55.231Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-01T15:56:55.231Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-01T15:57:25.231Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 372afc1e-dc32-4d10-91f1-09a57d10dfbc
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-12-01T15:57:25.241Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 372afc1e-dc32-4d10-91f1-09a57d10dfbc
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-12-01T15:57:25.243Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-01T15:57:25.244Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-01T15:57:25.244Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-01T15:57:49.500Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T15:57:49.501Z||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-12-01T15:57:49.501Z||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 T9CvQUcxIwta97fz) ...
2022-12-01T15:57:49.522Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:57:49.522Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T15:57:49.523Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "372afc1e-dc32-4d10-91f1-09a57d10dfbc",
"consumerID": "cds",
"timestamp": 1669910208139,
"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-12-01T15:57:49.529Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 372afc1e-dc32-4d10-91f1-09a57d10dfbc
2022-12-01T15:57:49.529Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 372afc1e-dc32-4d10-91f1-09a57d10dfbc 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-12-01T15:57:55.244Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 372afc1e-dc32-4d10-91f1-09a57d10dfbc
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-12-01T15:57:55.256Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 372afc1e-dc32-4d10-91f1-09a57d10dfbc
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-12-01T15:57:55.260Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-01T15:57:55.260Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-01T15:57:55.260Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-01T15:58:25.261Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 372afc1e-dc32-4d10-91f1-09a57d10dfbc
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-12-01T15:58:25.274Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 372afc1e-dc32-4d10-91f1-09a57d10dfbc
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-12-01T15:58:25.276Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-01T15:58:25.276Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-01T15:58:25.276Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-01T15:58:49.500Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T15:58:49.501Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|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-12-01T15:58:49.501Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|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 T9CvQUcxIwta97fz) ...
2022-12-01T15:58:49.537Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:58:49.538Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T15:58:49.538Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "372afc1e-dc32-4d10-91f1-09a57d10dfbc",
"consumerID": "aai-ml",
"timestamp": 1669910207544,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-01T15:58:49.539Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-01T15:58:55.276Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 372afc1e-dc32-4d10-91f1-09a57d10dfbc
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-12-01T15:58:55.287Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 372afc1e-dc32-4d10-91f1-09a57d10dfbc
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-12-01T15:58:55.294Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-01T15:58:55.294Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-01T15:58:55.294Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-01T15:59:25.295Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 372afc1e-dc32-4d10-91f1-09a57d10dfbc
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-12-01T15:59:25.318Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 372afc1e-dc32-4d10-91f1-09a57d10dfbc
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-12-01T15:59:25.321Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-01T15:59:25.321Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-01T15:59:25.322Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-01T15:59:49.501Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T15:59:49.502Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|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-12-01T15:59:49.502Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|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 T9CvQUcxIwta97fz) ...
2022-12-01T15:59:49.532Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T15:59:49.535Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T15:59:49.536Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "372afc1e-dc32-4d10-91f1-09a57d10dfbc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669910209498,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:59:49.536Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-01T15:59:49.537Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T15:59:49.537Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "372afc1e-dc32-4d10-91f1-09a57d10dfbc",
"consumerID": "aai-ml",
"timestamp": 1669910210286,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-01T15:59:49.537Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T15:59:49.537Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T15:59:49.537Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "372afc1e-dc32-4d10-91f1-09a57d10dfbc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669910209498,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-01T15:59:49.537Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-01T15:59:49.537Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T15:59:49.537Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "372afc1e-dc32-4d10-91f1-09a57d10dfbc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669910212260,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-01T15:59:49.537Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T15:59:49.538Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T15:59:49.538Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "372afc1e-dc32-4d10-91f1-09a57d10dfbc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669910214215,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-01T15:59:49.538Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T15:59:49.538Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T15:59:49.538Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "372afc1e-dc32-4d10-91f1-09a57d10dfbc",
"consumerID": "aai-ml",
"timestamp": 1669910214507,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-01T15:59:49.538Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T15:59:49.538Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T15:59:49.538Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "372afc1e-dc32-4d10-91f1-09a57d10dfbc",
"consumerID": "aai-ml",
"timestamp": 1669910215512,
"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-12-01T15:59:49.605Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 372afc1e-dc32-4d10-91f1-09a57d10dfbc
2022-12-01T15:59:49.605Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 372afc1e-dc32-4d10-91f1-09a57d10dfbc 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-12-01T15:59:49.615Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T15:59:49.615Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62",
"consumerID": "cds",
"timestamp": 1669910219238,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/resourceInstances/pnf92bdba8719a30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:59:49.615Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-01T15:59:49.615Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T15:59:49.616Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "372afc1e-dc32-4d10-91f1-09a57d10dfbc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669910219736,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:59:49.616Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-01T15:59:49.616Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T15:59:49.616Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62",
"consumerID": "cds",
"timestamp": 1669910219238,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/resourceInstances/pnf92bdba8719a30/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:59:49.616Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-01T15:59:49.616Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T15:59:49.616Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "372afc1e-dc32-4d10-91f1-09a57d10dfbc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669910219736,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-01T15:59:49.616Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-01T15:59:49.617Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T15:59:49.617Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62",
"consumerID": "cds",
"timestamp": 1669910219238,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/resourceInstances/pnf92bdba8719a30/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:59:49.617Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-01T15:59:49.617Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T15:59:49.617Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "372afc1e-dc32-4d10-91f1-09a57d10dfbc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669910222469,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-01T15:59:49.617Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T15:59:49.617Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T15:59:49.617Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62",
"consumerID": "cds",
"timestamp": 1669910219238,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/resourceInstances/pnf92bdba8719a30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:59:49.617Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-01T15:59:49.618Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T15:59:49.618Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669910223761,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/resourceInstances/pnf92bdba8719a30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:59:49.618Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-01T15:59:49.618Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T15:59:49.618Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "372afc1e-dc32-4d10-91f1-09a57d10dfbc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669910224152,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-01T15:59:49.619Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T15:59:49.619Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T15:59:49.619Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62",
"consumerID": "cds",
"timestamp": 1669910219238,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/resourceInstances/pnf92bdba8719a30/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:59:49.620Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-01T15:59:49.620Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T15:59:49.620Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669910223761,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/resourceInstances/pnf92bdba8719a30/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:59:49.620Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-01T15:59:49.620Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T15:59:49.620Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "372afc1e-dc32-4d10-91f1-09a57d10dfbc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669910225156,
"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-12-01T15:59:49.625Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 372afc1e-dc32-4d10-91f1-09a57d10dfbc
2022-12-01T15:59:49.625Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 372afc1e-dc32-4d10-91f1-09a57d10dfbc 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-12-01T15:59:49.634Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T15:59:49.634Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62",
"consumerID": "cds",
"timestamp": 1669910219238,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/resourceInstances/pnf92bdba8719a30/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:59:49.634Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-01T15:59:49.634Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T15:59:49.634Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62",
"consumerID": "ves-openapi-manager",
"timestamp": 1669910225840,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/resourceInstances/pnf92bdba8719a30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:59:49.634Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-01T15:59:49.635Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T15:59:49.635Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669910223761,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/resourceInstances/pnf92bdba8719a30/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:59:49.635Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-01T15:59:49.635Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T15:59:49.635Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669910219736,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/resourceInstances/pnf92bdba8719a30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:59:49.635Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-01T15:59:49.635Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T15:59:49.635Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62",
"consumerID": "cds",
"timestamp": 1669910219238,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/artifacts/service-DemoPnfGnqsfguqm9zjtxh1mcbs-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:59:49.635Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-01T15:59:49.636Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T15:59:49.636Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62",
"consumerID": "ves-openapi-manager",
"timestamp": 1669910225840,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/resourceInstances/pnf92bdba8719a30/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:59:49.636Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-01T15:59:49.636Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T15:59:49.636Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669910223761,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/resourceInstances/pnf92bdba8719a30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:59:49.636Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-01T15:59:49.636Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T15:59:49.636Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669910219736,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/resourceInstances/pnf92bdba8719a30/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:59:49.636Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-01T15:59:49.637Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T15:59:49.637Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62",
"consumerID": "cds",
"timestamp": 1669910219238,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/artifacts/service-DemoPnfGnqsfguqm9zjtxh1mcbs-csar.csar",
"status": "NOTIFIED"
}
2022-12-01T15:59:49.637Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-01T15:59:49.637Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T15:59:49.637Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62",
"consumerID": "ves-openapi-manager",
"timestamp": 1669910225840,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/resourceInstances/pnf92bdba8719a30/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:59:49.637Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-01T15:59:49.637Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T15:59:49.637Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669910223761,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/resourceInstances/pnf92bdba8719a30/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:59:49.637Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-01T15:59:49.638Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T15:59:49.638Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669910219736,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/resourceInstances/pnf92bdba8719a30/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:59:49.638Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-01T15:59:49.638Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T15:59:49.638Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62",
"consumerID": "cds",
"timestamp": 1669910227979,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/artifacts/service-DemoPnfGnqsfguqm9zjtxh1mcbs-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-01T15:59:49.638Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T15:59:49.638Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T15:59:49.638Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62",
"consumerID": "ves-openapi-manager",
"timestamp": 1669910225840,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/resourceInstances/pnf92bdba8719a30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:59:49.639Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-01T15:59:49.639Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T15:59:49.639Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669910223761,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/resourceInstances/pnf92bdba8719a30/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:59:49.639Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-01T15:59:49.639Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T15:59:49.639Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669910219736,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/resourceInstances/pnf92bdba8719a30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:59:49.639Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-01T15:59:49.639Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T15:59:49.639Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62",
"consumerID": "cds",
"timestamp": 1669910228985,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/artifacts/service-DemoPnfGnqsfguqm9zjtxh1mcbs-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-12-01T15:59:49.651Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3c5f755a-9ac7-42e4-bf6e-e0887b36bf62
2022-12-01T15:59:49.651Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3c5f755a-9ac7-42e4-bf6e-e0887b36bf62 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-12-01T15:59:49.658Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T15:59:49.658Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62",
"consumerID": "ves-openapi-manager",
"timestamp": 1669910225840,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/resourceInstances/pnf92bdba8719a30/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:59:49.658Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-01T15:59:49.658Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T15:59:49.659Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669910223761,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/artifacts/service-DemoPnfGnqsfguqm9zjtxh1mcbs-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:59:49.659Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-01T15:59:49.659Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T15:59:49.659Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669910219736,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/resourceInstances/pnf92bdba8719a30/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:59:49.659Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-01T15:59:49.659Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T15:59:49.659Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62",
"consumerID": "ves-openapi-manager",
"timestamp": 1669910225840,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/resourceInstances/pnf92bdba8719a30/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2022-12-01T15:59:49.659Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-01T15:59:49.660Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T15:59:49.660Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669910223761,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/artifacts/service-DemoPnfGnqsfguqm9zjtxh1mcbs-csar.csar",
"status": "NOTIFIED"
}
2022-12-01T15:59:49.660Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-01T15:59:49.660Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T15:59:49.660Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669910219736,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/resourceInstances/pnf92bdba8719a30/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:59:49.660Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-01T15:59:49.660Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T15:59:49.660Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62",
"consumerID": "ves-openapi-manager",
"timestamp": 1669910225840,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/artifacts/service-DemoPnfGnqsfguqm9zjtxh1mcbs-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:59:49.660Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-01T15:59:49.661Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T15:59:49.661Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669910219736,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/artifacts/service-DemoPnfGnqsfguqm9zjtxh1mcbs-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:59:49.661Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-01T15:59:49.661Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T15:59:49.661Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62",
"consumerID": "ves-openapi-manager",
"timestamp": 1669910225840,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/artifacts/service-DemoPnfGnqsfguqm9zjtxh1mcbs-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:59:49.661Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-01T15:59:49.661Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T15:59:49.661Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669910219736,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/artifacts/service-DemoPnfGnqsfguqm9zjtxh1mcbs-csar.csar",
"status": "NOTIFIED"
}
2022-12-01T15:59:49.661Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-01T15:59:49.661Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T15:59:49.662Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62",
"consumerID": "ves-openapi-manager",
"timestamp": 1669910234632,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/resourceInstances/pnf92bdba8719a30/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-01T15:59:49.662Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T15:59:49.662Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T15:59:49.662Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669910234249,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/artifacts/service-DemoPnfGnqsfguqm9zjtxh1mcbs-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-01T15:59:49.662Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T15:59:49.662Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T15:59:49.662Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62",
"consumerID": "ves-openapi-manager",
"timestamp": 1669910235828,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/resourceInstances/pnf92bdba8719a30/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
2022-12-01T15:59:49.662Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T15:59:49.663Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T15:59:49.663Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62",
"consumerID": "ves-openapi-manager",
"timestamp": 1669910236833,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": ""
}
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-12-01T15:59:49.667Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 3c5f755a-9ac7-42e4-bf6e-e0887b36bf62
2022-12-01T15:59:49.668Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3c5f755a-9ac7-42e4-bf6e-e0887b36bf62 and ComponentName
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-12-01T15:59:49.681Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T15:59:49.681Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669910236164,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/artifacts/service-DemoPnfGnqsfguqm9zjtxh1mcbs-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-01T15:59:49.681Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T15:59:49.681Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T15:59:49.681Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669910237167,
"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-12-01T15:59:49.686Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3c5f755a-9ac7-42e4-bf6e-e0887b36bf62
2022-12-01T15:59:49.686Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3c5f755a-9ac7-42e4-bf6e-e0887b36bf62 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-12-01T15:59:49.693Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T15:59:49.694Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62",
"consumerID": "aai-ml",
"timestamp": 1669910237544,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/resourceInstances/pnf92bdba8719a30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:59:49.694Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-01T15:59:49.694Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T15:59:49.694Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62",
"consumerID": "aai-ml",
"timestamp": 1669910237544,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/resourceInstances/pnf92bdba8719a30/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:59:49.694Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-01T15:59:49.694Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T15:59:49.694Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62",
"consumerID": "aai-ml",
"timestamp": 1669910237544,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/resourceInstances/pnf92bdba8719a30/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:59:49.694Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-01T15:59:49.695Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T15:59:49.695Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62",
"consumerID": "aai-ml",
"timestamp": 1669910237544,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/resourceInstances/pnf92bdba8719a30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:59:49.695Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-01T15:59:49.695Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T15:59:49.695Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62",
"consumerID": "aai-ml",
"timestamp": 1669910237544,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/resourceInstances/pnf92bdba8719a30/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:59:49.695Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-01T15:59:49.695Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T15:59:49.695Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62",
"consumerID": "aai-ml",
"timestamp": 1669910237544,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/resourceInstances/pnf92bdba8719a30/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:59:49.695Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-01T15:59:49.696Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T15:59:49.696Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62",
"consumerID": "aai-ml",
"timestamp": 1669910237544,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/artifacts/service-DemoPnfGnqsfguqm9zjtxh1mcbs-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:59:49.696Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-01T15:59:49.696Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T15:59:49.696Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62",
"consumerID": "aai-ml",
"timestamp": 1669910237544,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/artifacts/service-DemoPnfGnqsfguqm9zjtxh1mcbs-csar.csar",
"status": "NOTIFIED"
}
2022-12-01T15:59:49.696Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-01T15:59:49.696Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T15:59:49.696Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62",
"consumerID": "aai-ml",
"timestamp": 1669910246347,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/artifacts/service-DemoPnfGnqsfguqm9zjtxh1mcbs-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-01T15:59:49.696Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T15:59:49.696Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T15:59:49.697Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81ffbd19-03ad-4348-9e4a-2295ae103af5",
"consumerID": "cds",
"timestamp": 1669910249238,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:59:49.697Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-01T15:59:49.697Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T15:59:49.697Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81ffbd19-03ad-4348-9e4a-2295ae103af5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669910249736,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:59:49.697Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-01T15:59:49.697Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T15:59:49.697Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81ffbd19-03ad-4348-9e4a-2295ae103af5",
"consumerID": "ves-openapi-manager",
"timestamp": 1669910245840,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:59:49.697Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-01T15:59:49.697Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T15:59:49.697Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81ffbd19-03ad-4348-9e4a-2295ae103af5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669910243761,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:59:49.698Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-01T15:59:49.698Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T15:59:49.698Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62",
"consumerID": "aai-ml",
"timestamp": 1669910251231,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/artifacts/service-DemoPnfGnqsfguqm9zjtxh1mcbs-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-01T15:59:49.698Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T15:59:49.698Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T15:59:49.698Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81ffbd19-03ad-4348-9e4a-2295ae103af5",
"consumerID": "cds",
"timestamp": 1669910249238,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:59:49.698Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-01T15:59:49.698Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T15:59:49.698Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81ffbd19-03ad-4348-9e4a-2295ae103af5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669910243761,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-12-01T15:59:49.698Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-01T15:59:49.699Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T15:59:49.699Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81ffbd19-03ad-4348-9e4a-2295ae103af5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669910249736,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:59:49.699Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-01T15:59:49.699Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T15:59:49.699Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81ffbd19-03ad-4348-9e4a-2295ae103af5",
"consumerID": "ves-openapi-manager",
"timestamp": 1669910245840,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:59:49.699Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-01T15:59:49.699Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T15:59:49.699Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62",
"consumerID": "aai-ml",
"timestamp": 1669910252235,
"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-12-01T15:59:49.705Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3c5f755a-9ac7-42e4-bf6e-e0887b36bf62
2022-12-01T15:59:49.705Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3c5f755a-9ac7-42e4-bf6e-e0887b36bf62 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-12-01T15:59:49.713Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T15:59:49.713Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81ffbd19-03ad-4348-9e4a-2295ae103af5",
"consumerID": "cds",
"timestamp": 1669910249238,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:59:49.713Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-01T15:59:49.714Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T15:59:49.714Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81ffbd19-03ad-4348-9e4a-2295ae103af5",
"consumerID": "ves-openapi-manager",
"timestamp": 1669910245840,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:59:49.714Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-01T15:59:49.714Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T15:59:49.714Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81ffbd19-03ad-4348-9e4a-2295ae103af5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669910243761,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-12-01T15:59:49.715Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-01T15:59:49.715Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T15:59:49.715Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81ffbd19-03ad-4348-9e4a-2295ae103af5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669910249736,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:59:49.715Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-01T15:59:49.715Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T15:59:49.715Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81ffbd19-03ad-4348-9e4a-2295ae103af5",
"consumerID": "ves-openapi-manager",
"timestamp": 1669910245840,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:59:49.715Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-01T15:59:49.716Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T15:59:49.716Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81ffbd19-03ad-4348-9e4a-2295ae103af5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669910249736,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:59:49.716Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-01T15:59:49.716Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T15:59:49.716Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81ffbd19-03ad-4348-9e4a-2295ae103af5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669910243761,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:59:49.716Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-01T15:59:49.716Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T15:59:49.716Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81ffbd19-03ad-4348-9e4a-2295ae103af5",
"consumerID": "cds",
"timestamp": 1669910249238,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:59:49.717Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-01T15:59:49.717Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T15:59:49.717Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81ffbd19-03ad-4348-9e4a-2295ae103af5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669910243761,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-12-01T15:59:49.717Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-01T15:59:49.717Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T15:59:49.717Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81ffbd19-03ad-4348-9e4a-2295ae103af5",
"consumerID": "cds",
"timestamp": 1669910249238,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:59:49.717Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-01T15:59:49.717Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T15:59:49.718Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81ffbd19-03ad-4348-9e4a-2295ae103af5",
"consumerID": "ves-openapi-manager",
"timestamp": 1669910245840,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:59:49.718Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-01T15:59:49.718Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T15:59:49.718Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81ffbd19-03ad-4348-9e4a-2295ae103af5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669910249736,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:59:49.718Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-01T15:59:49.718Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T15:59:49.719Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81ffbd19-03ad-4348-9e4a-2295ae103af5",
"consumerID": "ves-openapi-manager",
"timestamp": 1669910245840,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:59:49.719Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-01T15:59:49.719Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T15:59:49.719Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81ffbd19-03ad-4348-9e4a-2295ae103af5",
"consumerID": "cds",
"timestamp": 1669910249238,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:59:49.719Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-01T15:59:49.719Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T15:59:49.719Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81ffbd19-03ad-4348-9e4a-2295ae103af5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669910243761,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:59:49.720Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-01T15:59:49.720Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T15:59:49.720Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81ffbd19-03ad-4348-9e4a-2295ae103af5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669910249736,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:59:49.720Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-01T15:59:49.720Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T15:59:49.720Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81ffbd19-03ad-4348-9e4a-2295ae103af5",
"consumerID": "ves-openapi-manager",
"timestamp": 1669910245840,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:59:49.720Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-01T15:59:49.720Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T15:59:49.720Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81ffbd19-03ad-4348-9e4a-2295ae103af5",
"consumerID": "cds",
"timestamp": 1669910249238,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-12-01T15:59:49.721Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-01T15:59:49.721Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T15:59:49.721Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81ffbd19-03ad-4348-9e4a-2295ae103af5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669910249736,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-12-01T15:59:49.721Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-01T15:59:49.721Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T15:59:49.721Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81ffbd19-03ad-4348-9e4a-2295ae103af5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669910243761,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-12-01T15:59:49.722Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-01T15:59:49.722Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T15:59:49.722Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81ffbd19-03ad-4348-9e4a-2295ae103af5",
"consumerID": "cds",
"timestamp": 1669910257178,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-01T15:59:49.722Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T15:59:49.722Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T15:59:49.722Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81ffbd19-03ad-4348-9e4a-2295ae103af5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669910257577,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-01T15:59:49.722Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T15:59:49.722Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T15:59:49.723Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81ffbd19-03ad-4348-9e4a-2295ae103af5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669910258053,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-01T15:59:49.723Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T15:59:49.723Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T15:59:49.723Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81ffbd19-03ad-4348-9e4a-2295ae103af5",
"consumerID": "cds",
"timestamp": 1669910258183,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-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-12-01T15:59:49.735Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 81ffbd19-03ad-4348-9e4a-2295ae103af5
2022-12-01T15:59:49.735Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81ffbd19-03ad-4348-9e4a-2295ae103af5 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-12-01T15:59:49.743Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T15:59:49.743Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81ffbd19-03ad-4348-9e4a-2295ae103af5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669910259156,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-01T15:59:49.743Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T15:59:49.743Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T15:59:49.743Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81ffbd19-03ad-4348-9e4a-2295ae103af5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669910260206,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2022-12-01T15:59:49.744Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T15:59:49.744Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T15:59:49.744Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81ffbd19-03ad-4348-9e4a-2295ae103af5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669910259858,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-01T15:59:49.744Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T15:59:49.744Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T15:59:49.744Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81ffbd19-03ad-4348-9e4a-2295ae103af5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669910261231,
"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-12-01T15:59:49.748Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 81ffbd19-03ad-4348-9e4a-2295ae103af5
2022-12-01T15:59:49.748Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81ffbd19-03ad-4348-9e4a-2295ae103af5 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-12-01T15:59:49.757Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T15:59:49.758Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81ffbd19-03ad-4348-9e4a-2295ae103af5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669910260861,
"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-12-01T15:59:49.762Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 81ffbd19-03ad-4348-9e4a-2295ae103af5
2022-12-01T15:59:49.762Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81ffbd19-03ad-4348-9e4a-2295ae103af5 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-12-01T15:59:49.769Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T15:59:49.769Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81ffbd19-03ad-4348-9e4a-2295ae103af5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669910262234,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2022-12-01T15:59:49.769Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T15:59:49.770Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T15:59:49.770Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06188a64-480a-46c4-85ad-49f6df700690",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669910263761,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:59:49.770Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-01T15:59:49.770Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T15:59:49.770Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06188a64-480a-46c4-85ad-49f6df700690",
"consumerID": "cds",
"timestamp": 1669910264238,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:59:49.770Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-01T15:59:49.770Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T15:59:49.770Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81ffbd19-03ad-4348-9e4a-2295ae103af5",
"consumerID": "aai-ml",
"timestamp": 1669910267544,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:59:49.770Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-01T15:59:49.771Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T15:59:49.771Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06188a64-480a-46c4-85ad-49f6df700690",
"consumerID": "ves-openapi-manager",
"timestamp": 1669910265840,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-01T15:59:49.771Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-01T15:59:55.322Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 372afc1e-dc32-4d10-91f1-09a57d10dfbc
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-12-01T15:59:55.333Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 372afc1e-dc32-4d10-91f1-09a57d10dfbc
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-12-01T15:59:55.335Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-01T15:59:55.335Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-01T15:59:55.335Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-01T15:59:55.336Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-01T15:59:55.336Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-01T15:59:55.336Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-01T15:59:55.336Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-01T15:59:55.336Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-01T15:59:55.336Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||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-12-01T15:59:55.341Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-01T16:00:25.341Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 372afc1e-dc32-4d10-91f1-09a57d10dfbc 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-12-01T16:00:25.347Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 372afc1e-dc32-4d10-91f1-09a57d10dfbc and serviceModelVersionId: 4500509f-6b88-4116-9df4-4665dda2ec08
2022-12-01T16:00:25.347Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7452a227-d83a-44e7-ae7a-d5455805c59e
2022-12-01T16:00:25.349Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7452a227-d83a-44e7-ae7a-d5455805c59e/model-vers/model-ver/4500509f-6b88-4116-9df4-4665dda2ec08?depth=0
2022-12-01T16:00:25.357Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-12-01T16:00:25.421Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7452a227-d83a-44e7-ae7a-d5455805c59e/model-vers/model-ver/4500509f-6b88-4116-9df4-4665dda2ec08?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-12-01T16:00:25.423Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7452a227-d83a-44e7-ae7a-d5455805c59e/model-vers/model-ver/4500509f-6b88-4116-9df4-4665dda2ec08?depth=0|INFO|500||Invoke
2022-12-01T16:00:25.448Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7452a227-d83a-44e7-ae7a-d5455805c59e/model-vers/model-ver/4500509f-6b88-4116-9df4-4665dda2ec08?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-12-01T16:00:25.552Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7452a227-d83a-44e7-ae7a-d5455805c59e/model-vers/model-ver/4500509f-6b88-4116-9df4-4665dda2ec08?depth=0|INFO|500||InvokeReturn
2022-12-01T16:00:25.553Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7452a227-d83a-44e7-ae7a-d5455805c59e/model-vers/model-ver/4500509f-6b88-4116-9df4-4665dda2ec08?depth=0 has http status code:200 and response headers:{date=[Thu, 01 Dec 2022 16:00:24 GMT], content-length=[0], vertex-id=[421888], x-aai-txid=[1-aai-resources-221201-16:00:24:388-45863], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-01T16:00:25.554Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2022-12-01T16:00:25.554Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-01T16:00:25.554Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||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-12-01T16:00:25.560Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||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-12-01T16:00:25.561Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 372afc1e-dc32-4d10-91f1-09a57d10dfbc and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-01T16:00:25.561Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-01T16:00:25.561Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-01T16:00:25.564Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T16:00:25.564Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "372afc1e-dc32-4d10-91f1-09a57d10dfbc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669910425561,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-01T16:00:25.664Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T16:00:25.665Z||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-12-01T16:00:25.666Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ...
2022-12-01T16:00:25.683Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T16:00:25.683Z||pool-39-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-01T16:00:26.576Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T16:00:26.577Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|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-12-01T16:00:26.577Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|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 T9CvQUcxIwta97fz) ...
2022-12-01T16:00:31.082Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T16:00:31.084Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T16:00:31.084Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"3c5f755a-9ac7-42e4-bf6e-e0887b36bf62","serviceName":"Demo_pNF_GnqsfGUQM9zjtXH1mcbS","serviceVersion":"1.0","serviceUUID":"133918a0-6561-4d3d-b653-051b1382ea3e","serviceDescription":"catalog service description","serviceInvariantUUID":"c12ecea2-fbdc-413c-a9db-8232a9ad13bb","resources":[{"resourceInstanceName":"pNF 92bdba87-19a3 0","resourceName":"pNF 92bdba87-19a3","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"68a4a66a-f54d-4685-8df7-e4517dad88d2","resourceInvariantUUID":"700a5de3-9398-44e5-b5eb-ba82da2a9010","resourceCustomizationUUID":"d2ccc3f5-4b9e-42ef-a54d-0195ca4f9820","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/resourceInstances/pnf92bdba8719a30/artifacts/vf-license-model.xml","artifactChecksum":"Nzc3NmVhNGU5ZTUwNTY3ZWU2ZTdmYTZjYTM2YzZlMDA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"795a0e13-3bf3-4016-a5d6-385489520c34","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/resourceInstances/pnf92bdba8719a30/artifacts/pNF.csar","artifactChecksum":"Y2RiYThiYmRhYTczMzQyMTI0MGMzZDdlMjJkODZhY2U\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4dc91e06-b5e9-4a56-a79e-000c48ac735c","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/resourceInstances/pnf92bdba8719a30/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bc4c258f-4bf5-43aa-a9de-54015f9f5d05","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/resourceInstances/pnf92bdba8719a30/artifacts/vendor-license-model.xml","artifactChecksum":"MmYwYWZhYWUxZTNhNjU2MzBiNWNjY2JmNTUzZjE2MzY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9d5be53f-4188-46c2-8c36-e3f7afaf0a54","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/resourceInstances/pnf92bdba8719a30/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"63fc9cc3-a5d4-46b0-948e-0d74252172c3","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/resourceInstances/pnf92bdba8719a30/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9aad773f-e92a-46c7-bf67-ba837ada717d","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfGnqsfguqm9zjtxh1mcbs-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/artifacts/service-DemoPnfGnqsfguqm9zjtxh1mcbs-template.yml","artifactChecksum":"NjY5ZDQ3N2FmOWRmZDY5MTkxMzVhOTRiYmQ0NWE5MjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"dd4b4374-2c0e-42d8-9a4e-660d91aede11","artifactVersion":"1"},{"artifactName":"service-DemoPnfGnqsfguqm9zjtxh1mcbs-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/artifacts/service-DemoPnfGnqsfguqm9zjtxh1mcbs-csar.csar","artifactChecksum":"NTIzMDE1ZTk0MjVlMDc5MDE1NWUxZmVmNzQ0YzQyODk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7c472d27-6ef4-4bb0-ad73-55641fd19c4e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-01T16:00:31.088Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-01T16:00:31.088Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-01T16:00:31.090Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T16:00:31.091Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669910426576,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/resourceInstances/pnf92bdba8719a30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-01T16:00:31.191Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T16:00:31.192Z||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-12-01T16:00:31.192Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ...
2022-12-01T16:00:31.210Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T16:00:31.211Z||pool-40-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-12-01T16:00:32.091Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-01T16:00:32.092Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-01T16:00:32.094Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T16:00:32.094Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669910426576,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/resourceInstances/pnf92bdba8719a30/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-12-01T16:00:32.194Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T16:00:32.195Z||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-12-01T16:00:32.195Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ...
2022-12-01T16:00:32.206Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T16:00:32.207Z||pool-41-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-01T16:00:33.095Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-01T16:00:33.095Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-01T16:00:33.097Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T16:00:33.097Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669910426576,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/resourceInstances/pnf92bdba8719a30/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-12-01T16:00:33.198Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-01T16:00:33.199Z||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-12-01T16:00:33.199Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ...
2022-12-01T16:00:33.229Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T16:00:33.229Z||pool-42-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-12-01T16:00:34.098Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-01T16:00:34.099Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-01T16:00:34.101Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T16:00:34.102Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669910426576,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/resourceInstances/pnf92bdba8719a30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-01T16:00:34.202Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T16:00:34.203Z||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-12-01T16:00:34.203Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ...
2022-12-01T16:00:34.215Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T16:00:34.216Z||pool-43-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-01T16:00:35.102Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-01T16:00:35.103Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-01T16:00:35.105Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T16:00:35.105Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669910426576,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/resourceInstances/pnf92bdba8719a30/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-01T16:00:35.206Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-01T16:00:35.207Z||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-12-01T16:00:35.207Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ...
2022-12-01T16:00:35.221Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T16:00:35.221Z||pool-44-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-01T16:00:36.106Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-01T16:00:36.107Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-01T16:00:36.110Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T16:00:36.110Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669910426576,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/resourceInstances/pnf92bdba8719a30/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-01T16:00:36.210Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T16:00:36.211Z||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-12-01T16:00:36.212Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ...
2022-12-01T16:00:36.224Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T16:00:36.224Z||pool-45-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-12-01T16:00:37.110Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-01T16:00:37.111Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-01T16:00:37.114Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T16:00:37.114Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669910426576,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/artifacts/service-DemoPnfGnqsfguqm9zjtxh1mcbs-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-01T16:00:37.214Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T16:00:37.215Z||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-12-01T16:00:37.215Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ...
2022-12-01T16:00:37.227Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T16:00:37.228Z||pool-46-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-01T16:00:38.115Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-01T16:00:38.116Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-01T16:00:38.118Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T16:00:38.118Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669910426576,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/artifacts/service-DemoPnfGnqsfguqm9zjtxh1mcbs-csar.csar",
"status": "NOTIFIED"
}
2022-12-01T16:00:38.218Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T16:00:38.219Z||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-12-01T16:00:38.219Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ...
2022-12-01T16:00:38.230Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T16:00:38.230Z||pool-47-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-12-01T16:00:39.119Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62",
"serviceName": "Demo_pNF_GnqsfGUQM9zjtXH1mcbS",
"serviceVersion": "1.0",
"serviceUUID": "133918a0-6561-4d3d-b653-051b1382ea3e",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "c12ecea2-fbdc-413c-a9db-8232a9ad13bb",
"resources": [
{
"resourceInstanceName": "pNF 92bdba87-19a3 0",
"resourceCustomizationUUID": "d2ccc3f5-4b9e-42ef-a54d-0195ca4f9820",
"resourceName": "pNF 92bdba87-19a3",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "68a4a66a-f54d-4685-8df7-e4517dad88d2",
"resourceInvariantUUID": "700a5de3-9398-44e5-b5eb-ba82da2a9010",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfGnqsfguqm9zjtxh1mcbs-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/artifacts/service-DemoPnfGnqsfguqm9zjtxh1mcbs-csar.csar",
"artifactChecksum": "NTIzMDE1ZTk0MjVlMDc5MDE1NWUxZmVmNzQ0YzQyODk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "7c472d27-6ef4-4bb0-ad73-55641fd19c4e"
}
],
"workloadContext": "Production"
}
2022-12-01T16:00:39.119Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-01T16:00:39.120Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 133918a0-6561-4d3d-b653-051b1382ea3e ASDC
2022-12-01T16:00:39.120Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:3c5f755a-9ac7-42e4-bf6e-e0887b36bf62
ServiceName:Demo_pNF_GnqsfGUQM9zjtXH1mcbS
ServiceVersion:1.0
ServiceUUID:133918a0-6561-4d3d-b653-051b1382ea3e
ServiceInvariantUUID:c12ecea2-fbdc-413c-a9db-8232a9ad13bb
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfGnqsfguqm9zjtxh1mcbs-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/artifacts/service-DemoPnfGnqsfguqm9zjtxh1mcbs-csar.csar
ArtifactUUID:7c472d27-6ef4-4bb0-ad73-55641fd19c4e
ArtifactChecksum:NTIzMDE1ZTk0MjVlMDc5MDE1NWUxZmVmNzQ0YzQyODk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 92bdba87-19a3 0
ResourceCustomizationUUID:d2ccc3f5-4b9e-42ef-a54d-0195ca4f9820
ResourceInvariantUUID:700a5de3-9398-44e5-b5eb-ba82da2a9010
ResourceName:pNF 92bdba87-19a3
ResourceType:PNF
ResourceUUID:68a4a66a-f54d-4685-8df7-e4517dad88d2
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-12-01T16:00:39.121Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 133918a0-6561-4d3d-b653-051b1382ea3e 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-12-01T16:00:39.152Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-01T16:00:39.153Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-12-01T16:00:39.153Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-12-01T16:00:39.153Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 7c472d27-6ef4-4bb0-ad73-55641fd19c4e from URL: /sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/artifacts/service-DemoPnfGnqsfguqm9zjtxh1mcbs-csar.csar
2022-12-01T16:00:39.153Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-12-01T16:00:39.153Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/artifacts/service-DemoPnfGnqsfguqm9zjtxh1mcbs-csar.csar
2022-12-01T16:00:39.287Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-12-01T16:00:39.293Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/artifacts/service-DemoPnfGnqsfguqm9zjtxh1mcbs-csar.csar 7c472d27-6ef4-4bb0-ad73-55641fd19c4e 87767
2022-12-01T16:00:39.293Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/artifacts/service-DemoPnfGnqsfguqm9zjtxh1mcbs-csar.csar ASDC sendASDCNotification
2022-12-01T16:00:39.293Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/artifacts/service-DemoPnfGnqsfguqm9zjtxh1mcbs-csar.csar
2022-12-01T16:00:39.293Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-01T16:00:39.294Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-01T16:00:39.296Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T16:00:39.296Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669910439293,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/artifacts/service-DemoPnfGnqsfguqm9zjtxh1mcbs-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-01T16:00:39.396Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T16:00:39.397Z||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-12-01T16:00:39.398Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ...
2022-12-01T16:00:39.410Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-01T16:00:39.411Z||pool-48-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-01T16:00:40.297Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-01T16:00:40.298Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-12-01T16:00:40.298Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 7c472d27-6ef4-4bb0-ad73-55641fd19c4e, URL: /sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/artifacts/service-DemoPnfGnqsfguqm9zjtxh1mcbs-csar.csar to file: /app/ASDC/1/service-DemoPnfGnqsfguqm9zjtxh1mcbs-csar.csar
2022-12-01T16:00:40.298Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfGnqsfguqm9zjtxh1mcbs-csar.csar
2022-12-01T16:00:40.299Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfGnqsfguqm9zjtxh1mcbs-csar.csar
2022-12-01T16:00:40.299Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfGnqsfguqm9zjtxh1mcbs-csar.csar
2022-12-01T16:00:40.482Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16003582414248902284/Definitions/service-DemoPnfGnqsfguqm9zjtxh1mcbs-template.yml
2022-12-01T16:00:41.417Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-01T16:00:41.417Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-12-01T16:00:41.417Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfGnqsfguqm9zjtxh1mcbs-csar.csar
2022-12-01T16:00:41.417Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-12-01T16:00:41.418Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfGnqsfguqm9zjtxh1mcbs-csar.csar
2022-12-01T16:00:41.418Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfGnqsfguqm9zjtxh1mcbs-csar.csar
2022-12-01T16:00:41.418Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfGnqsfguqm9zjtxh1mcbs-csar.csar
2022-12-01T16:00:41.418Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||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-DemoPnfGnqsfguqm9zjtxh1mcbs-csar.csar
2022-12-01T16:00:41.418Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||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-DemoPnfGnqsfguqm9zjtxh1mcbs-csar.csar
2022-12-01T16:00:41.418Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 92bdba87-19a3 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-DemoPnfGnqsfguqm9zjtxh1mcbs-csar.csar
2022-12-01T16:00:41.418Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||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-DemoPnfGnqsfguqm9zjtxh1mcbs-csar.csar
2022-12-01T16:00:41.418Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-12-01T16:00:41.419Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-01T16:00:41.419Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_GnqsfGUQM9zjtXH1mcbS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T16:00:41.419Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||DEBUG|500||Node template pNF 92bdba87-19a3 0 is matching search criteria
2022-12-01T16:00:41.419Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-12-01T16:00:41.420Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 92bdba87-19a3 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-01T16:00:41.420Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-01T16:00:41.420Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_GnqsfGUQM9zjtXH1mcbS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T16:00:41.420Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||DEBUG|500||Node template pNF 92bdba87-19a3 0 is matching search criteria
2022-12-01T16:00:41.420Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-12-01T16:00:41.421Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 92bdba87-19a3 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-01T16:00:41.421Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-01T16:00:41.421Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_GnqsfGUQM9zjtXH1mcbS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T16:00:41.421Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-01T16:00:41.421Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_GnqsfGUQM9zjtXH1mcbS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T16:00:41.421Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery